diff options
author | 2022-02-16 11:32:57 -0500 | |
---|---|---|
committer | 2022-02-16 11:32:57 -0500 | |
commit | 097d7777c427379ea2284532a0a6f801d6303219 (patch) | |
tree | 903c52e42c7ca72ea3038555809248ef6ebb314f /examples/with-markdown-plugins | |
parent | 40c0e2b3f69e81cd7bb3fc2d8d0b3448c11b6ed8 (diff) | |
download | astro-097d7777c427379ea2284532a0a6f801d6303219.tar.gz astro-097d7777c427379ea2284532a0a6f801d6303219.tar.zst astro-097d7777c427379ea2284532a0a6f801d6303219.zip |
[ci] release (next) (#2595)astro@0.23.0-next.8
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 c54a0389a..ec2a31cb9 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.7", + "astro": "^0.23.0-next.8", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |