summaryrefslogtreecommitdiff
path: root/examples/container-with-vitest
diff options
context:
space:
mode:
Diffstat (limited to 'examples/container-with-vitest')
-rw-r--r--examples/container-with-vitest/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index da6972737..d59021f84 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -15,10 +15,10 @@
"astro": "^5.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^3.0.0-beta.3"
+ "vitest": "^3.0.0-beta.4"
},
"devDependencies": {
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1"
+ "@types/react": "^18.3.18",
+ "@types/react-dom": "^18.3.5"
}
}