diff options
author | 2021-11-16 17:13:29 -0500 | |
---|---|---|
committer | 2021-11-16 17:13:29 -0500 | |
commit | 9f5e19601962bf3074e2647a764d2d73721684ea (patch) | |
tree | 97fd825d0805cae548634bbbc3f61c35fd8135b2 /examples/with-markdown-plugins | |
parent | 887fad5a11a5d7530ffc3785e1a6f873b8858fa2 (diff) | |
download | astro-9f5e19601962bf3074e2647a764d2d73721684ea.tar.gz astro-9f5e19601962bf3074e2647a764d2d73721684ea.tar.zst astro-9f5e19601962bf3074e2647a764d2d73721684ea.zip |
Version Packages (next) (#1847)astro@0.21.0-next.5
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 6be64c785..7de3b0bc4 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.4", + "astro": "^0.21.0-next.5", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |