diff options
author | 2024-02-15 17:20:38 +0800 | |
---|---|---|
committer | 2024-02-15 17:20:38 +0800 | |
commit | 787e6f52470cf07fb50c865948b2bc8fe45a6d31 (patch) | |
tree | 166ade052cbdea1af1323e8046bb35cd37f1fac4 /packages/integrations/vue | |
parent | e9cedf0bbc6d371c1d484710a212564d1b053951 (diff) | |
download | astro-787e6f52470cf07fb50c865948b2bc8fe45a6d31.tar.gz astro-787e6f52470cf07fb50c865948b2bc8fe45a6d31.tar.zst astro-787e6f52470cf07fb50c865948b2bc8fe45a6d31.zip |
Update to Vite 5.1 (#10120)
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 a2cd331ec..5d974f114 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -51,7 +51,7 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", "linkedom": "^0.16.4", - "vite": "^5.0.12", + "vite": "^5.1.2", "vue": "^3.3.8" }, "peerDependencies": { |