diff options
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7910bbe4c..b28cc71af 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,6 +14,6 @@ "@astrojs/node": "^9.1.3", "@astrojs/svelte": "^7.0.8", "astro": "^5.5.5", - "svelte": "^5.23.2" + "svelte": "^5.25.3" } } |