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