summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 1381f8918..81749afa3 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -60,13 +60,13 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
- "@types/react-dom": "^18.3.0",
+ "@types/react-dom": "^18.3.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.4.8"
+ "vite": "^5.4.9"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index a75661e59..9d3e626f0 100644
--- a/packages/integrations/react/test/fixtures/react-component/package.json
+++ b/packages/integrations/react/test/fixtures/react-component/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vue": "^3.5.11"
+ "vue": "^3.5.12"
}
}