summaryrefslogtreecommitdiff
path: root/examples/container-with-vitest/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 bef491060..59b81032e 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
- "@astrojs/react": "^4.2.2",
- "astro": "^5.5.5",
+ "@astrojs/react": "^4.2.3",
+ "astro": "^5.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.0.9"