summaryrefslogtreecommitdiff
path: root/examples/with-vitest
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-vitest')
-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 5841c328f..6a1fcd5df 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.4.15",
+ "astro": "^4.4.14",
"vitest": "^1.3.1"
}
}