diff options
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 61406b4c9..819f832bd 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^5.3.0", - "@astrojs/svelte": "^3.0.0", - "astro": "^2.7.0", + "@astrojs/svelte": "^3.1.0", + "astro": "^2.7.1", "svelte": "^3.59.1" } } |