perf: move @vant/icons to dev dependencies (#11075)

This commit is contained in:
neverland 2022-09-22 23:08:51 +08:00 committed by GitHub
parent e0063ae249
commit 980ab88c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,6 @@
"components"
],
"dependencies": {
"@vant/icons": "^1.8.0",
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.4.2"
},
@ -60,6 +59,7 @@
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vue/runtime-core": "^3.2.38",
"@vue/test-utils": "^2.0.2",
"typescript": "^4.8.2",

4
pnpm-lock.yaml generated
View File

@ -50,7 +50,7 @@ importers:
'@vant/area-data': workspace:*
'@vant/cli': workspace:*
'@vant/eslint-config': workspace:*
'@vant/icons': ^1.8.0
'@vant/icons': workspace:*
'@vant/popperjs': ^1.3.0
'@vant/use': ^1.4.2
'@vue/runtime-core': ^3.2.38
@ -59,7 +59,6 @@ importers:
vue: ^3.2.38
vue-router: ^4.1.5
dependencies:
'@vant/icons': link:../vant-icons
'@vant/popperjs': link:../vant-popperjs
'@vant/use': link:../vant-use
devDependencies:
@ -68,6 +67,7 @@ importers:
'@vant/area-data': link:../vant-area-data
'@vant/cli': link:../vant-cli
'@vant/eslint-config': link:../vant-eslint-config
'@vant/icons': link:../vant-icons
'@vue/runtime-core': 3.2.38
'@vue/test-utils': 2.0.2_vue@3.2.38
typescript: 4.8.2