diff options
Diffstat (limited to 'examples/with-vitest')
-rw-r--r-- | examples/with-vitest/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 7da6b2bce..0615157b6 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.1.10", + "astro": "^5.2.0", "vitest": "^3.0.2" } } |