mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
perf: move @vant/icons to dev dependencies (#11075)
This commit is contained in:
parent
e0063ae249
commit
980ab88c2e
@ -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
4
pnpm-lock.yaml
generated
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user