summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Matt Kane <m@mk.gg> 2025-01-20 14:52:16 +0000
committerGravatar GitHub <noreply@github.com> 2025-01-20 14:52:16 +0000
commitcf3088060d45227dcb48e041c4ed5e0081d71398 (patch)
treeef7296bd3c353c50bf9ee72e3363f06d023757d3 /packages/integrations/vue
parent7babf22b7fbcbe421f86f5ce8afdde7213c8d982 (diff)
downloadastro-cf3088060d45227dcb48e041c4ed5e0081d71398.tar.gz
astro-cf3088060d45227dcb48e041c4ed5e0081d71398.tar.zst
astro-cf3088060d45227dcb48e041c4ed5e0081d71398.zip
fix: upgrade Vite and update tests (#13011)
* fix: upgrade Vite and update tests * chore: remove cors header snapshot * chore: upgrade Vitest * chore: revert edit * chore: changeset
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 16fd6e7f9..24ce1e40b 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.1",
"@vue/compiler-sfc": "^3.5.13",
- "vite": "^6.0.7",
+ "vite": "^6.0.9",
"vite-plugin-vue-devtools": "^7.7.0"
},
"devDependencies": {