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 93ac83021..8d09f1b6a 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^6.0.0-rc.1", - "@astrojs/svelte": "^4.0.0-rc.3", - "astro": "^3.0.0-rc.11", + "@astrojs/node": "^6.0.0", + "@astrojs/svelte": "^4.0.0", + "astro": "^3.0.0", "svelte": "^4.2.0" } } |