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 21162e0fb..b2a89e5ce 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,10 +12,10 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^1.5.0", + "astro": "^1.5.1", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "@astrojs/node": "^2.0.0", + "@astrojs/node": "^2.0.1", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" |