diff options
author | 2023-08-22 07:19:18 -0700 | |
---|---|---|
committer | 2023-08-22 10:19:18 -0400 | |
commit | 9f1881455a5c3a6457125dafbcd342be5c4de907 (patch) | |
tree | 967ccf17b7973ce6acacada687cbaaf7218804b6 /examples/framework-svelte | |
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/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index fbf6dad5a..25e88edb7 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^4.0.0-beta.1", - "astro": "^3.0.0-beta.4", + "@astrojs/svelte": "^4.0.0-rc.2", + "astro": "^3.0.0-rc.5", "svelte": "^3.59.1" } } |