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 3227ef773..38e2543fd 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,8 +12,8 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^4.10.2",
- "@astrojs/react": "^3.5.0",
+ "astro": "^4.10.3",
+ "@astrojs/react": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^1.6.0"