diff options
author | 2022-02-16 17:45:49 -0600 | |
---|---|---|
committer | 2022-02-16 17:45:49 -0600 | |
commit | 8dcfc1bb15f64c8086707e716c44f5adad6a0d7e (patch) | |
tree | 2f2da4784bfd49ed9cec5cc5db6e4115fdb04f6c /examples/with-markdown-plugins | |
parent | 929fae684f2e375bfae2dd2b69d440abcf944378 (diff) | |
download | astro@0.23.0-next.9.tar.gz astro@0.23.0-next.9.tar.zst astro@0.23.0-next.9.zip |
[ci] release (next) (#2600)astro@0.23.0-next.9
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 ec2a31cb9..8586e8b4b 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.23.0-next.8", + "astro": "^0.23.0-next.9", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |