diff options
Diffstat (limited to 'examples/ssr')
-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 9a319626f..5e995bf0f 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^5.3.2", "@astrojs/svelte": "^3.1.0", - "astro": "^2.10.0", + "astro": "^2.10.1", "svelte": "^3.59.1" } } |