diff options
Diffstat (limited to 'examples/framework-react/package.json')
-rw-r--r-- | examples/framework-react/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 3abf9f8db..2e7bb73c4 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -5,16 +5,15 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.6.3", + "@astrojs/react": "^3.7.0-beta.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.16", + "astro": "^5.0.0-beta.11", "react": "^18.3.1", "react-dom": "^18.3.1" } |