diff options
author | 2024-11-27 18:00:35 +0800 | |
---|---|---|
committer | 2024-11-27 18:00:35 +0800 | |
commit | 9f440196dc39f36fce0198bf4c97131160e5bcc1 (patch) | |
tree | abffe1350064663af8a46c86d819f6429087faac /packages/integrations/vue | |
parent | a2f90ced77c18757883a4a060d2b321764a0c60f (diff) | |
download | astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.gz astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.zst astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.zip |
Update Vite to 6.0.0 (#12524)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 9b144f83c..e6a9db095 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,11 +42,11 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.5.12", - "vite-plugin-vue-devtools": "^7.6.3", - "vite": "6.0.0-beta.6" + "vite": "^6.0.1", + "vite-plugin-vue-devtools": "^7.6.3" }, "devDependencies": { "astro": "workspace:*", |