diff options
author | 2021-11-02 16:22:40 -0500 | |
---|---|---|
committer | 2021-11-02 16:22:40 -0500 | |
commit | 8de20f74352bd7ab5994375e0405bf450fe9844a (patch) | |
tree | bc5dc99396a4d8f781eac6748e57e7497915221a /examples/with-markdown-plugins | |
parent | c6ee6a5555d1d8fcce1ad087ee26f0b554448bb2 (diff) | |
download | astro-8de20f74352bd7ab5994375e0405bf450fe9844a.tar.gz astro-8de20f74352bd7ab5994375e0405bf450fe9844a.tar.zst astro-8de20f74352bd7ab5994375e0405bf450fe9844a.zip |
Version Packages (next) (#1731)astro@0.21.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 49f69333f..e8cf3c270 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.0", + "astro": "^0.21.0-next.1", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |