diff options
author | 2023-02-17 22:16:25 +0800 | |
---|---|---|
committer | 2023-02-17 22:16:25 +0800 | |
commit | d9474d467e9c24bedf9cdb6100de9190ab0274d0 (patch) | |
tree | b1bff4ba56630642ad5caa717a44ac4653aba72e /packages/integrations/vue | |
parent | a4861046927f6bd7382de069ddb6ebcf419a0dc7 (diff) | |
download | astro-d9474d467e9c24bedf9cdb6100de9190ab0274d0.tar.gz astro-d9474d467e9c24bedf9cdb6100de9190ab0274d0.tar.zst astro-d9474d467e9c24bedf9cdb6100de9190ab0274d0.zip |
Bump Vite to 4.1 (#6277)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 5f167a94a..0389011e9 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -46,12 +46,12 @@ "chai": "^4.3.6", "linkedom": "^0.14.17", "mocha": "^9.2.2", - "vite": "^4.0.3", + "vite": "^4.1.2", "vue": "^3.2.37" }, "peerDependencies": { - "vue": "^3.2.30", - "astro": "workspace:^2.0.13" + "astro": "workspace:^2.0.13", + "vue": "^3.2.30" }, "engines": { "node": ">=16.12.0" |