1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

chore(CLI): upgrade vue ()

This commit is contained in:
ShuGang Zhou 2023-06-17 09:32:25 +08:00 committed by GitHub
parent 2844d04a5e
commit 6ff09a4b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,11 +28,11 @@
"*.{ts,tsx,js,vue}": "eslint --fix"
},
"peerDependencies": {
"vue": "^3.0.0"
"vue": "^3.3.4"
},
"devDependencies": {
"@vant/cli": "^6.0.0",
"vue": "^3.0.0",
"vue": "^3.3.4",
"sass": "^1.49.7"
},
"eslintConfig": {