summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index a41c18919..1381f8918 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -59,7 +59,7 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.10",
+ "@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index 26d499b96..a75661e59 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.10"
+ "vue": "^3.5.11"
}
}