diff options
author | 2021-11-11 08:48:04 -0500 | |
---|---|---|
committer | 2021-11-11 08:48:04 -0500 | |
commit | 83be55d5dda19e658cfd969a675f7150340be4b8 (patch) | |
tree | 37537a3d08002c2e567d00a12d06b626c6f48f7d /examples/with-markdown-plugins | |
parent | 8e3fd04dbd1428071624337b22b1e10e70e83165 (diff) | |
download | astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.gz astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.zst astro-83be55d5dda19e658cfd969a675f7150340be4b8.zip |
Version Packages (next) (#1791)astro@0.21.0-next.3@astrojs/markdown-remark@0.4.0-next.1
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 4b4974cd7..ba65873a1 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.2", + "astro": "^0.21.0-next.3", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |