summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-11-17 22:02:05 +0800
committerGravatar GitHub <noreply@github.com> 2023-11-17 22:02:05 +0800
commit1c48ed286538ab9e354eca4e4dcd7c6385c96721 (patch)
tree0e240fda3dbc1202ecd0507773ad4d29084e936b /packages/integrations/vue
parentcd0878751857ba38a833fa77d81ed3a2f6998e2f (diff)
downloadastro-1c48ed286538ab9e354eca4e4dcd7c6385c96721.tar.gz
astro-1c48ed286538ab9e354eca4e4dcd7c6385c96721.tar.zst
astro-1c48ed286538ab9e354eca4e4dcd7c6385c96721.zip
Support Vite 5 (#9122)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index b8fa62d38..df29f8918 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -40,8 +40,8 @@
"test": "mocha --timeout 20000"
},
"dependencies": {
- "@vitejs/plugin-vue": "^4.3.3",
- "@vitejs/plugin-vue-jsx": "^3.0.2",
+ "@vitejs/plugin-vue": "^4.5.0",
+ "@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/compiler-sfc": "^3.3.4"
},
@@ -50,10 +50,10 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"chai": "^4.3.7",
- "linkedom": "^0.15.1",
"cheerio": "1.0.0-rc.12",
+ "linkedom": "^0.15.1",
"mocha": "^10.2.0",
- "vite": "^4.4.9",
+ "vite": "^5.0.0",
"vue": "^3.3.4"
},
"peerDependencies": {