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 97bb22f2f..1401a29b7 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.1", + "@astrojs/svelte": "^6.0.2", "astro": "^4.16.14", "svelte": "^5.1.16" } |