summaryrefslogtreecommitdiff
path: root/examples/container-with-vitest/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/container-with-vitest/package.json')
-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 7ab82e6ff..c893f2036 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -16,10 +16,10 @@
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^2.1.1"
+ "vitest": "^2.1.2"
},
"devDependencies": {
- "@types/react": "^18.3.10",
+ "@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0"
}
}