diff options
Diffstat (limited to 'examples/ssr')
-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 240157e47..c7ad1f444 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,9 +11,9 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/svelte": "^0.0.2-next.0", - "@astrojs/node": "^0.0.2-next.0", - "astro": "^0.25.0-next.3", + "@astrojs/svelte": "^0.0.2", + "@astrojs/node": "^0.0.2", + "astro": "^0.25.0", "concurrently": "^7.0.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |