diff options
author | 2021-11-19 01:21:00 -0800 | |
---|---|---|
committer | 2021-11-19 01:21:00 -0800 | |
commit | a43410b68ea4f3833ca6b7edcf4b60d6a7328334 (patch) | |
tree | b3907679aecf5d5cfdf5a41de6e5dc5e2803be9e /examples/with-markdown-plugins | |
parent | b1586a87ac0bf47701d8e833d90edd0d9fbea9fb (diff) | |
download | astro-a43410b68ea4f3833ca6b7edcf4b60d6a7328334.tar.gz astro-a43410b68ea4f3833ca6b7edcf4b60d6a7328334.tar.zst astro-a43410b68ea4f3833ca6b7edcf4b60d6a7328334.zip |
Version Packages (next) (#1881)astro@0.21.0-next.8@astrojs/renderer-vue@0.2.0-next.2
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 65949e563..f4a0aa39a 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.7", + "astro": "^0.21.0-next.8", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |