summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/ssr/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index e9c92a4a8..d8b86a81d 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,7 +14,7 @@
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.3",
- "@astrojs/svelte": "^6.0.0",
+ "@astrojs/svelte": "^6.0.1",
"@astrojs/vue": "^4.5.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 87530dfc5..2a06f5d65 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.0",
+ "@astrojs/svelte": "^6.0.1",
"astro": "^4.16.13",
"svelte": "^5.1.16"
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index f3fd53b2a..88802eada 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
- "@astrojs/svelte": "^6.0.0",
+ "@astrojs/svelte": "^6.0.1",
"astro": "^4.16.13",
"svelte": "^5.1.16"
}