summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-10-28 22:00:15 +0800
committerGravatar GitHub <noreply@github.com> 2024-10-28 22:00:15 +0800
commitecc4402b3a78f0f9856ec1f23da11db1e067673d (patch)
tree4e61babd199b2c6b6785cbf70a77b65d800c3547 /packages/integrations/react
parente482762cb216681c8d70266e9427de8a61bd3fb0 (diff)
downloadastro-ecc4402b3a78f0f9856ec1f23da11db1e067673d.tar.gz
astro-ecc4402b3a78f0f9856ec1f23da11db1e067673d.tar.zst
astro-ecc4402b3a78f0f9856ec1f23da11db1e067673d.zip
fix(deps): update all non-major dependencies (#12316)
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index dcbf95e04..2fadb89ac 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -59,14 +59,14 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@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.9"
+ "vite": "^5.4.10"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",