diff options
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d35df0ec4..cb9e2a4cb 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.3", - "@astrojs/svelte": "^5.7.0", - "astro": "^4.14.2", + "@astrojs/node": "^9.0.0-alpha.0", + "@astrojs/svelte": "^6.0.0-alpha.0", + "astro": "^5.0.0-alpha.0", "svelte": "^4.2.18" } } |