summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-21 09:57:20 +0100
committerGravatar GitHub <noreply@github.com> 2025-03-21 09:57:20 +0100
commit3bc2c094c995c47bd3e1e0e046e60db45de7a02c (patch)
treee88e5f263757429a872776634eedea157b3f7a2a /packages/integrations/react
parentf49155f5a636300888373e4b201709407eb360b7 (diff)
downloadastro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.gz
astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.zst
astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.zip
fix(deps): update astro client runtimes (#13474)
* fix(deps): update astro client runtimes * fix: pin vite-plugin-vue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
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 41d337ea0..e7c366738 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -51,10 +51,10 @@
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
- "vite": "^6.2.1"
+ "vite": "^6.2.2"
},
"devDependencies": {
- "@types/react": "^18.3.18",
+ "@types/react": "^18.3.19",
"@types/react-dom": "^18.3.5",
"astro": "workspace:*",
"astro-scripts": "workspace:*",