diff options
author | 2024-02-28 23:20:17 +0800 | |
---|---|---|
committer | 2024-02-28 23:20:17 +0800 | |
commit | f6fc18cc61fc2e079f0e8b01746ad286acc10ce9 (patch) | |
tree | 1a9ac25a922ce4c3e35686c3ff024136920863e5 /packages/integrations/vue | |
parent | e56c428f3bfc3a4a8ed799993f80a29a580cb820 (diff) | |
download | astro-f6fc18cc61fc2e079f0e8b01746ad286acc10ce9.tar.gz astro-f6fc18cc61fc2e079f0e8b01746ad286acc10ce9.tar.zst astro-f6fc18cc61fc2e079f0e8b01746ad286acc10ce9.zip |
Update Vite to latest (#10259)
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 5d974f114..60943076c 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.1.2", + "vite": "^5.1.4", "vue": "^3.3.8" }, "peerDependencies": { |