summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-02-17 22:16:25 +0800
committerGravatar GitHub <noreply@github.com> 2023-02-17 22:16:25 +0800
commitd9474d467e9c24bedf9cdb6100de9190ab0274d0 (patch)
treeb1bff4ba56630642ad5caa717a44ac4653aba72e /packages/integrations/vue
parenta4861046927f6bd7382de069ddb6ebcf419a0dc7 (diff)
downloadastro-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.json6
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"