summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-09-09 13:27:54 +0800
committerGravatar GitHub <noreply@github.com> 2024-09-09 13:27:54 +0800
commitb9394fa70c913f36e60034c0b84819d30edb4dec (patch)
tree616a85a1a18ed097238ac326f86fd92d4da9290e /packages/integrations/react
parent7b09c62b565cd7b50c35fb68d390729f936a43fb (diff)
downloadastro-b9394fa70c913f36e60034c0b84819d30edb4dec.tar.gz
astro-b9394fa70c913f36e60034c0b84819d30edb4dec.tar.zst
astro-b9394fa70c913f36e60034c0b84819d30edb4dec.zip
chore(deps): update all non-major dependencies (#11948)
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 4f45a472d..64e6c4d33 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -66,7 +66,7 @@
"cheerio": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.4.2"
+ "vite": "^5.4.3"
},
"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 5e2149b65..4002f7705 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.38"
+ "vue": "^3.5.3"
}
}