summaryrefslogtreecommitdiff
path: root/examples/container-with-vitest
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-11-27 18:00:35 +0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 18:00:35 +0800
commit9f440196dc39f36fce0198bf4c97131160e5bcc1 (patch)
treeabffe1350064663af8a46c86d819f6429087faac /examples/container-with-vitest
parenta2f90ced77c18757883a4a060d2b321764a0c60f (diff)
downloadastro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.gz
astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.zst
astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.zip
Update Vite to 6.0.0 (#12524)
Diffstat (limited to 'examples/container-with-vitest')
-rw-r--r--examples/container-with-vitest/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index e00c06e01..33fc30545 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -11,11 +11,11 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^5.0.0-beta.11",
"@astrojs/react": "^3.7.0-beta.1",
+ "astro": "^5.0.0-beta.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^2.1.4"
+ "vitest": "^2.1.6"
},
"devDependencies": {
"@types/react": "^18.3.12",