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 7b11a1fd3..a1114c686 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^3.6.1",
+ "astro": "^4.0.0-beta.0",
"vitest": "^0.34.2"
}
}