diff options
Diffstat (limited to 'examples/framework-svelte/package.json')
-rw-r--r-- | examples/framework-svelte/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index f921627ec..7d2d1611f 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^4.0.4", - "astro": "^3.6.4", - "svelte": "^4.2.0" + "@astrojs/svelte": "^5.0.0-beta.0", + "astro": "^4.0.0-beta.2", + "svelte": "^4.2.5" } } |