summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-07-31 21:17:26 +0800
committerGravatar GitHub <noreply@github.com> 2024-07-31 21:17:26 +0800
commit750d5328c93be9ac3df352d2d813c109891c8e64 (patch)
tree0c4311f9cc36d323fd0a1ad96286c110a9de162a /packages/integrations/react
parent45ad326932971b44630a32d9092c9505f24f42f8 (diff)
downloadastro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.gz
astro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.zst
astro-750d5328c93be9ac3df352d2d813c109891c8e64.zip
fix(deps): update all non-major dependencies (#11565)
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 114628edb..a54069c69 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -66,7 +66,7 @@
"cheerio": "1.0.0-rc.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.3.4"
+ "vite": "^5.3.5"
},
"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 4bd3261de..ec58c9d70 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.4.33"
+ "vue": "^3.4.35"
}
}