diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/container-with-vitest/package.json | 4 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 4 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 02dac3ca6..e5ef0a647 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -15,10 +15,10 @@ "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^2.1.3" + "vitest": "^2.1.4" }, "devDependencies": { - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2bad8ce3b..68ce8ebd4 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,13 +15,13 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^6.0.0-beta.1", "@astrojs/vue": "^5.0.0-beta.0", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^5.0.0-beta.5", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.9.2", + "solid-js": "^1.9.3", "svelte": "^4.2.19", "vue": "^3.5.12" } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 4b4706d5b..25842929c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^5.0.0-beta.5", "react": "^18.3.1", |