diff options
author | 2022-02-17 11:11:06 -0500 | |
---|---|---|
committer | 2022-02-17 11:11:06 -0500 | |
commit | 85eb3141cd2013354985d8f2ce48d791e2e5f1e4 (patch) | |
tree | 06fc6156015d0787c7e0fd56e8d6669621157e10 /examples/with-markdown-plugins | |
parent | 96609d4c9ef66ef6852e590fa439a2177e9ae847 (diff) | |
download | astro-85eb3141cd2013354985d8f2ce48d791e2e5f1e4.tar.gz astro-85eb3141cd2013354985d8f2ce48d791e2e5f1e4.tar.zst astro-85eb3141cd2013354985d8f2ce48d791e2e5f1e4.zip |
[ci] release (next) (#2607)astro@0.23.0-next.10
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 8586e8b4b..1bc399ad0 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.9", + "astro": "^0.23.0-next.10", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |