diff options
author | 2021-07-13 11:21:58 -0400 | |
---|---|---|
committer | 2021-07-13 11:21:58 -0400 | |
commit | 8e87d5da4c27aa6bae9740ee5dd04caf355a464f (patch) | |
tree | 7fee30e322b318df0d818576ea124cbfd0a748f6 /examples/with-markdown-plugins | |
parent | e3182c7670b6b208003b0ee82b08edc47ac32e58 (diff) | |
download | astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.tar.gz astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.tar.zst astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.zip |
Version Packages (next) (#678)
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 a3157d13c..5f9f6bf02 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.0-next.0", + "astro": "^0.18.0-next.1", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |