diff options
Diffstat (limited to 'examples/container-with-vitest/package.json')
-rw-r--r-- | examples/container-with-vitest/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 69e44adb8..473e3f11b 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.3.0", - "astro": "^5.8.2", + "astro": "^5.9.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.1.1" |