diff options
Diffstat (limited to 'examples/server-islands')
-rw-r--r-- | examples/server-islands/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index adf39cd38..96ac136ab 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^9.0.0-alpha.0", "@astrojs/react": "^3.6.2", - "@astrojs/tailwind": "^5.1.0", + "@astrojs/tailwind": "^6.0.0-alpha.0", "@fortawesome/fontawesome-free": "^6.6.0", "@tailwindcss/forms": "^0.5.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.14.2", + "astro": "^5.0.0-alpha.0", "postcss": "^8.4.41", "react": "^18.3.1", "react-dom": "^18.3.1", |