summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-10-07 17:44:43 +0800
committerGravatar GitHub <noreply@github.com> 2024-10-07 17:44:43 +0800
commitfef0b8cce1a157edd9a57238c024b08aea102f46 (patch)
treed119f5c366726f306940249f3db0d3dc01c4b0e3 /packages/integrations/react
parentde35daa8517555c1b9c72bc7fe9cc955c4997a83 (diff)
downloadastro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.gz
astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.zst
astro-fef0b8cce1a157edd9a57238c024b08aea102f46.zip
fix(deps): update all non-major dependencies (#12140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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"
}
}