diff options
author | 2024-09-24 02:10:24 -0700 | |
---|---|---|
committer | 2024-09-24 11:10:24 +0200 | |
commit | 7968eabcfca13396fc1884f802d5683ae18a4a15 (patch) | |
tree | 04ce3bc10fb27290ed4a96c8a1a767626d8ad2df /examples/framework-svelte | |
parent | d1e5977533dc0be0c14994beaa2e7a5fdcd31f1d (diff) | |
download | astro-7968eabcfca13396fc1884f802d5683ae18a4a15.tar.gz astro-7968eabcfca13396fc1884f802d5683ae18a4a15.tar.zst astro-7968eabcfca13396fc1884f802d5683ae18a4a15.zip |
[ci] release (beta) (#12017)astro@5.0.0-beta.2@astrojs/vue@5.0.0-beta.0@astrojs/svelte@6.0.0-beta.0
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 5ac9a2a90..e709e95de 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.7.1", - "astro": "^5.0.0-beta.1", + "@astrojs/svelte": "^6.0.0-beta.0", + "astro": "^5.0.0-beta.2", "svelte": "^4.2.19" } } |