diff options
author | 2022-02-09 13:18:10 -0600 | |
---|---|---|
committer | 2022-02-09 13:18:10 -0600 | |
commit | 3e24341f1712e78f5e50a3f0c9ffa446f9f4eb42 (patch) | |
tree | e55df81dd04e639aa2bcc6590e57e92ee39573c7 /examples/with-markdown-plugins | |
parent | a907a73b8cd14726d158ea460932f9cd8891923a (diff) | |
download | astro-3e24341f1712e78f5e50a3f0c9ffa446f9f4eb42.tar.gz astro-3e24341f1712e78f5e50a3f0c9ffa446f9f4eb42.tar.zst astro-3e24341f1712e78f5e50a3f0c9ffa446f9f4eb42.zip |
[ci] release (next) (#2555)astro@0.23.0-next.4@astrojs/test-static-build-pkg@0.0.3@astrojs/renderer-vue@0.4.0-next.0@astrojs/renderer-svelte@0.4.0-next.0@astrojs/renderer-solid@0.4.0-next.0@astrojs/renderer-react@0.5.0-next.0@astrojs/renderer-preact@0.5.0-next.0@astrojs/renderer-lit@0.4.0-next.0
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 bf752a78e..0b1bd45c0 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.3", + "astro": "^0.23.0-next.4", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |