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 f78c36630..c7cae7541 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.5.0", + "astro": "^1.5.1", "vitest": "^0.20.3" } } |