diff options
author | 2023-12-20 12:54:25 +0100 | |
---|---|---|
committer | 2023-12-20 11:54:25 +0000 | |
commit | e83b5095f164f48ba40fc715a805fc66a3e39dcf (patch) | |
tree | a6831305783033a13c0857d75df6562c0165b843 /packages/integrations/vue | |
parent | 7ae4928f303720d3b2f611474fc08d3b96c2e4af (diff) | |
download | astro-e83b5095f164f48ba40fc715a805fc66a3e39dcf.tar.gz astro-e83b5095f164f48ba40fc715a805fc66a3e39dcf.tar.zst astro-e83b5095f164f48ba40fc715a805fc66a3e39dcf.zip |
chore: upgrade vite to latest (close #9443) (#9452)
* chore: upgrade vite to latest
* chore: add changeset
* fix: enforce type
* fix: postcss
* chore: log messages
* fix: take vite re-optimizing message into account
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
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 e6edfba0a..5e0c56231 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -53,7 +53,7 @@ "cheerio": "1.0.0-rc.12", "linkedom": "^0.16.4", "mocha": "^10.2.0", - "vite": "^5.0.0", + "vite": "^5.0.10", "vue": "^3.3.8" }, "peerDependencies": { |