diff options
author | 2023-08-22 07:19:18 -0700 | |
---|---|---|
committer | 2023-08-22 10:19:18 -0400 | |
commit | 9f1881455a5c3a6457125dafbcd342be5c4de907 (patch) | |
tree | 967ccf17b7973ce6acacada687cbaaf7218804b6 /examples/blog | |
parent | a93e061cfb0779e41297f22002d6a446850acc93 (diff) | |
download | astro-9f1881455a5c3a6457125dafbcd342be5c4de907.tar.gz astro-9f1881455a5c3a6457125dafbcd342be5c4de907.tar.zst astro-9f1881455a5c3a6457125dafbcd342be5c4de907.zip |
[ci] release (rc) (#8147)create-astro@4.0.0-rc.2astro@3.0.0-rc.5@astrojs/vue@3.0.0-rc.1@astrojs/vercel@4.0.0-rc.4@astrojs/underscore-redirects@0.3.0-rc.1@astrojs/telemetry@3.0.0-rc.3@astrojs/tailwind@5.0.0-rc.1@astrojs/svelte@4.0.0-rc.2@astrojs/solid-js@3.0.0-rc.3@astrojs/sitemap@3.0.0-rc.1@astrojs/rss@3.0.0-rc.1@astrojs/react@3.0.0-rc.4@astrojs/prism@3.0.0-rc.1@astrojs/prefetch@0.4.0-rc.1@astrojs/preact@3.0.0-rc.2@astrojs/partytown@2.0.0-rc.1@astrojs/node@6.0.0-rc.1@astrojs/netlify@3.0.0-rc.2@astrojs/mdx@1.0.0-rc.2@astrojs/markdown-remark@3.0.0-rc.1@astrojs/markdoc@0.5.0-rc.1@astrojs/lit@3.0.0-rc.1@astrojs/internal-helpers@0.2.0-rc.2@astrojs/deno@5.0.0-rc.1@astrojs/cloudflare@7.0.0-rc.3@astrojs/alpinejs@0.3.0-rc.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 89ad7a946..ab516dbad 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^1.0.0-beta.1", - "@astrojs/rss": "^3.0.0-beta.0", - "@astrojs/sitemap": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.4" + "@astrojs/mdx": "^1.0.0-rc.2", + "@astrojs/rss": "^3.0.0-rc.1", + "@astrojs/sitemap": "^3.0.0-rc.1", + "astro": "^3.0.0-rc.5" } } |