diff options
Diffstat (limited to 'examples/framework-svelte/package.json')
-rw-r--r-- | examples/framework-svelte/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 2b3ea1791..56e22f6be 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -5,14 +5,13 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^6.0.1", - "astro": "^4.16.14", + "@astrojs/svelte": "^6.0.0", + "astro": "^5.0.0-beta.8", "svelte": "^5.1.16" } } |