chore(CLI): upgrade vue (#11987)

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

View File

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