summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r--examples/framework-svelte/package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index c33496ffe..c56a0c87c 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,11 +9,9 @@
"preview": "astro preview",
"astro": "astro"
},
- "devDependencies": {
- "@astrojs/svelte": "^1.0.0",
- "astro": "^1.1.2"
- },
"dependencies": {
- "svelte": "^3.48.0"
+ "svelte": "^3.48.0",
+ "@astrojs/svelte": "^1.0.0",
+ "astro": "^1.1.1"
}
}