summaryrefslogtreecommitdiff
path: root/examples/with-vitest/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-vitest/package.json')
-rw-r--r--examples/with-vitest/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 18a3e43a8..518a94f6c 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.7.14",
+ "astro": "^5.8.0",
"vitest": "^3.1.1"
}
}