diff options
author | 2023-04-25 22:04:45 +0800 | |
---|---|---|
committer | 2023-04-25 22:04:45 +0800 | |
commit | edabf01b44d8c99da160973cd0f779e0a0b93cd7 (patch) | |
tree | b15d9856ac172b3bef8095b6d716d49c8941f23d /packages/integrations/vue | |
parent | 0afff32741247bc4c6709a30fc83787f58ec02b7 (diff) | |
download | astro-edabf01b44d8c99da160973cd0f779e0a0b93cd7.tar.gz astro-edabf01b44d8c99da160973cd0f779e0a0b93cd7.tar.zst astro-edabf01b44d8c99da160973cd0f779e0a0b93cd7.zip |
Upgrade to Vite 4.3 (#6877)
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 15588deac..0117f9269 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -46,7 +46,7 @@ "chai": "^4.3.6", "linkedom": "^0.14.17", "mocha": "^9.2.2", - "vite": "^4.2.1", + "vite": "^4.3.1", "vue": "^3.2.37" }, "peerDependencies": { |