diff options
author | 2025-04-04 20:31:23 +0900 | |
---|---|---|
committer | 2025-04-04 13:31:23 +0200 | |
commit | 360cb9199a4314f90825c5639ff4396760e9cfcc (patch) | |
tree | 5943d9c195d4de50b34d9404da65fe40d624ac36 /packages/integrations/vue | |
parent | 2c30b073f77823d1e5b80dc6951989213d60a38e (diff) | |
download | astro-360cb9199a4314f90825c5639ff4396760e9cfcc.tar.gz astro-360cb9199a4314f90825c5639ff4396760e9cfcc.tar.zst astro-360cb9199a4314f90825c5639ff4396760e9cfcc.zip |
fix: update vite to latest version (#13547)
* fix: update vite to latest version
* add changeset
* Update pretty-games-walk.md
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
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 639e6a24f..372d75051 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.4", + "vite": "^6.2.5", "vite-plugin-vue-devtools": "^7.7.2" }, "devDependencies": { |