diff options
author | 2021-07-28 16:03:39 -0400 | |
---|---|---|
committer | 2021-07-28 16:03:39 -0400 | |
commit | 3f167c13ccf2becb50843513ba5fdca29c33e978 (patch) | |
tree | 282b28591da33417b8b0cfe832664e2c56b1369f /examples/with-markdown-plugins | |
parent | 460e62535ee6f42701ad88aa55ce561c6523ff70 (diff) | |
download | astro-3f167c13ccf2becb50843513ba5fdca29c33e978.tar.gz astro-3f167c13ccf2becb50843513ba5fdca29c33e978.tar.zst astro-3f167c13ccf2becb50843513ba5fdca29c33e978.zip |
Version Packages (#923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index f1e727047..ecc63c5ce 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.3", + "astro": "^0.18.4", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |