diff options
author | 2023-11-28 06:53:42 -0800 | |
---|---|---|
committer | 2023-11-28 09:53:42 -0500 | |
commit | 4ded9cd1bc037f109251545e15cb8704b693b406 (patch) | |
tree | ec180e23b4d061aeb767a1cf6e15357850661246 /examples/with-markdown-plugins | |
parent | 000e8f4654cae9982e21e0a858366c4844139db6 (diff) | |
download | astro-4ded9cd1bc037f109251545e15cb8704b693b406.tar.gz astro-4ded9cd1bc037f109251545e15cb8704b693b406.tar.zst astro-4ded9cd1bc037f109251545e15cb8704b693b406.zip |
[ci] release (beta) (#9211)astro@4.0.0-beta.1@astrojs/upgrade@0.1.0-beta.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 4fa3df180..efb99a814 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.0.0-beta.0", - "astro": "^4.0.0-beta.0", + "astro": "^4.0.0-beta.1", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |