diff options
Diffstat (limited to 'examples/with-vitest/package.json')
-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 e015d89de..7f0c36821 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.9", + "astro": "^5.1.0", "vitest": "^2.1.6" } } |