summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
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/vue
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/vue')
-rw-r--r--packages/integrations/vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index e71d2234a..f8f8a4eeb 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -45,7 +45,7 @@
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/compiler-sfc": "^3.5.13",
- "vite": "^6.2.3",
+ "vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
},
"devDependencies": {