diff options
Diffstat (limited to 'examples/server-islands/package.json')
-rw-r--r-- | examples/server-islands/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index b80361b5e..da15fc473 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.2.6", + "@astrojs/node": "^8.3.2", "@astrojs/react": "^3.6.0", "@astrojs/tailwind": "^5.1.0", "@fortawesome/fontawesome-free": "^6.5.2", "@tailwindcss/forms": "^0.5.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "workspace:*", + "astro": "^4.12.0", "postcss": "^8.4.38", "react": "^18.3.1", "react-dom": "^18.3.1", |