diff options
Diffstat (limited to 'examples/container-with-vitest/package.json')
-rw-r--r-- | examples/container-with-vitest/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index ab3a295aa..5cb0084ac 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -5,14 +5,13 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "test": "vitest run" }, "dependencies": { - "astro": "^4.16.14", + "astro": "^5.0.0-beta.8", "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", |