diff options
author | 2024-12-20 12:01:14 +0000 | |
---|---|---|
committer | 2024-12-20 12:01:14 +0000 | |
commit | 739dbfba4214107cf8fc40c702834dad33eed3b0 (patch) | |
tree | bbe6803f76c66efc26c98922906edfa5249574ee /packages/integrations/vue | |
parent | f3d83854aa671df4db6f95558a7ef5bad4bc64f9 (diff) | |
download | astro-739dbfba4214107cf8fc40c702834dad33eed3b0.tar.gz astro-739dbfba4214107cf8fc40c702834dad33eed3b0.tar.zst astro-739dbfba4214107cf8fc40c702834dad33eed3b0.zip |
fix(deps): upgrade Vite (#12799)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 49928cefe..84b246a7a 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.12", - "vite": "^6.0.1", + "vite": "^6.0.5", "vite-plugin-vue-devtools": "^7.6.7" }, "devDependencies": { |