summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-06-17 14:18:41 +0800
committerGravatar GitHub <noreply@github.com> 2024-06-17 14:18:41 +0800
commit68f1d0d13e828d77721010ca840c12dfb383c4e7 (patch)
tree4af2b4b6fa734cff53ca50908182f20a4a15b900 /packages/integrations/react
parent67d5a73b1260ed35ea3000e34fbdb3c27fee774e (diff)
downloadastro-68f1d0d13e828d77721010ca840c12dfb383c4e7.tar.gz
astro-68f1d0d13e828d77721010ca840c12dfb383c4e7.tar.zst
astro-68f1d0d13e828d77721010ca840c12dfb383c4e7.zip
chore(deps): update all non-major dependencies (#11269)
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 d35210710..53b72421a 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.2.13"
+ "vite": "^5.3.1"
},
"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 7e01e5dc0..188e3dbbf 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.27"
+ "vue": "^3.4.29"
}
}