summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Junseong Park <39112954+jsparkdev@users.noreply.github.com> 2025-03-31 23:18:20 +0900
committerGravatar GitHub <noreply@github.com> 2025-03-31 23:18:20 +0900
commitff9d69e3443c80059c54f6296d19f66bb068ead3 (patch)
treecb22f15eea41a50c25dd131e0ac09548e63b897a /packages/integrations/react
parentb8645c18fcbc903d494c42b70d54ce66852810bc (diff)
downloadastro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.gz
astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.zst
astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.zip
fix: update `vite` to latest version (#13526)
* fix: update `vite` to latest version * apply suggestion Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 7fc061bd4..5c6fb608b 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -51,7 +51,7 @@
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
- "vite": "^6.2.3"
+ "vite": "^6.2.4"
},
"devDependencies": {
"@types/react": "^18.3.20",