diff options
Diffstat (limited to 'examples/server-islands')
-rw-r--r-- | examples/server-islands/astro.config.mjs | 3 | ||||
-rw-r--r-- | examples/server-islands/package.json | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/examples/server-islands/astro.config.mjs b/examples/server-islands/astro.config.mjs index c0d6b918a..ef62b5207 100644 --- a/examples/server-islands/astro.config.mjs +++ b/examples/server-islands/astro.config.mjs @@ -12,7 +12,4 @@ export default defineConfig({ tailwind({ applyBaseStyles: false }) ], devToolbar: { enabled: false }, - experimental: { - serverIslands: true, - } }); diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 32835a17b..d139c5ad7 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0-alpha.1", "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.2", "@fortawesome/fontawesome-free": "^6.6.0", "@tailwindcss/forms": "^0.5.9", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", - "astro": "^4.16.0", + "astro": "^5.0.0-beta.4", "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", |