summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte/package.json')
-rw-r--r--examples/framework-svelte/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 0fdc088f3..05da3c0ed 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.2",
- "astro": "^4.16.16",
- "svelte": "^5.2.9"
+ "@astrojs/svelte": "^6.0.2-beta.0",
+ "astro": "^5.0.0-beta.11",
+ "svelte": "^5.1.16"
}
}