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 0ae45b4f9..16612a1f9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.5.5", + "astro": "^5.5.6", "vitest": "^3.0.9" } } |