mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore: fix dependencies issues
This commit is contained in:
parent
f95567ade7
commit
661d91d7e4
@ -33,7 +33,7 @@
|
||||
"@types/yeoman-environment": "^2.3.3",
|
||||
"@types/yeoman-generator": "^3.1.4",
|
||||
"release-it": "^13.0.0",
|
||||
"typescript": "^3.8.3"
|
||||
"typescript": "4.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^3.0.0",
|
||||
|
@ -20,6 +20,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^4.4.3"
|
||||
"typescript": "4.x"
|
||||
}
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
"@vant/use": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/runtime-core": "3.x",
|
||||
"@vant/cli": "workspace:*",
|
||||
"@rollup/plugin-babel": "^5.2.1",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"fast-glob": "^3.2.7",
|
||||
"fs-extra": "^10.0.0",
|
||||
"release-it": "^14.0.2",
|
||||
"typescript": "^4.0.2",
|
||||
"typescript": "4.x",
|
||||
"vue": "^3.2.20"
|
||||
},
|
||||
"release-it": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "3.2.7",
|
||||
"version": "3.2.8",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -55,8 +55,11 @@
|
||||
"devDependencies": {
|
||||
"@vant/area-data": "^1.1.3",
|
||||
"@vant/cli": "^4.0.0-beta.5",
|
||||
"@vue/compiler-sfc": "^3.2.19",
|
||||
"vue": "^3.2.20"
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"@vue/runtime-core": "^3.2.20",
|
||||
"typescript": "4.x",
|
||||
"vue": "^3.2.20",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
"sideEffects": [
|
||||
"es/**/style/*",
|
||||
|
28
pnpm-lock.yaml
generated
28
pnpm-lock.yaml
generated
@ -31,7 +31,7 @@ importers:
|
||||
fs-extra: ^8.1.0
|
||||
inquirer: ^7.0.6
|
||||
release-it: ^13.0.0
|
||||
typescript: ^3.8.3
|
||||
typescript: 4.x
|
||||
yeoman-environment: ^2.8.0
|
||||
yeoman-generator: ^4.6.0
|
||||
dependencies:
|
||||
@ -47,7 +47,7 @@ importers:
|
||||
'@types/yeoman-environment': 2.10.5
|
||||
'@types/yeoman-generator': 3.1.4
|
||||
release-it: 13.7.2
|
||||
typescript: 3.9.10
|
||||
typescript: 4.4.4
|
||||
|
||||
packages/vant:
|
||||
specifiers:
|
||||
@ -57,8 +57,11 @@ importers:
|
||||
'@vant/lazyload': ^1.4.0
|
||||
'@vant/popperjs': ^1.1.0
|
||||
'@vant/use': ^1.3.2
|
||||
'@vue/compiler-sfc': ^3.2.19
|
||||
'@vue/compiler-sfc': ^3.2.20
|
||||
'@vue/runtime-core': ^3.2.20
|
||||
typescript: 4.x
|
||||
vue: ^3.2.20
|
||||
vue-router: ^4.0.12
|
||||
dependencies:
|
||||
'@vant/icons': link:../vant-icons
|
||||
'@vant/lazyload': link:../vant-lazyload
|
||||
@ -68,7 +71,10 @@ importers:
|
||||
'@vant/area-data': link:../vant-area-data
|
||||
'@vant/cli': link:../vant-cli
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
'@vue/runtime-core': 3.2.21
|
||||
typescript: 4.4.4
|
||||
vue: 3.2.21
|
||||
vue-router: 4.0.12_vue@3.2.21
|
||||
|
||||
packages/vant-area-data:
|
||||
specifiers: {}
|
||||
@ -204,7 +210,7 @@ importers:
|
||||
eslint-plugin-import: ^2.24.0
|
||||
eslint-plugin-markdown: ^2.2.1
|
||||
eslint-plugin-vue: ^7.18.0
|
||||
typescript: ^4.4.3
|
||||
typescript: 4.x
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 4.33.0_cc617358c89d3f38c52462f6d809db4c
|
||||
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.4
|
||||
@ -229,6 +235,7 @@ importers:
|
||||
'@rollup/plugin-node-resolve': ^10.0.0
|
||||
'@vant/cli': workspace:*
|
||||
'@vant/use': ^1.3.2
|
||||
'@vue/runtime-core': 3.x
|
||||
release-it: ^14.2.2
|
||||
rollup: ^2.33.3
|
||||
dependencies:
|
||||
@ -237,6 +244,7 @@ importers:
|
||||
'@rollup/plugin-babel': 5.3.0_rollup@2.59.0
|
||||
'@rollup/plugin-node-resolve': 10.0.0_rollup@2.59.0
|
||||
'@vant/cli': link:../vant-cli
|
||||
'@vue/runtime-core': 3.2.21
|
||||
release-it: 14.11.6
|
||||
rollup: 2.59.0
|
||||
|
||||
@ -305,7 +313,7 @@ importers:
|
||||
fast-glob: ^3.2.7
|
||||
fs-extra: ^10.0.0
|
||||
release-it: ^14.0.2
|
||||
typescript: ^4.0.2
|
||||
typescript: 4.x
|
||||
vue: ^3.2.20
|
||||
devDependencies:
|
||||
'@babel/core': 7.16.0
|
||||
@ -2591,7 +2599,6 @@ packages:
|
||||
|
||||
/@vue/devtools-api/6.0.0-beta.20:
|
||||
resolution: {integrity: sha1-tUBcmoT7RGh9BefEx4VLFjkUEQY=, tarball: '@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.20.tgz'}
|
||||
dev: false
|
||||
|
||||
/@vue/reactivity/3.2.21:
|
||||
resolution: {integrity: sha1-BzrRRBku14oH4VHpWjuqUV5AmaI=, tarball: '@vue/reactivity/download/@vue/reactivity-3.2.21.tgz'}
|
||||
@ -9632,12 +9639,6 @@ packages:
|
||||
dependencies:
|
||||
is-typedarray: 1.0.0
|
||||
|
||||
/typescript/3.9.10:
|
||||
resolution: {integrity: sha1-cPORCselHta+952ngAaQsZv3eLg=, tarball: typescript/download/typescript-3.9.10.tgz}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/typescript/4.4.4:
|
||||
resolution: {integrity: sha1-LNAaGh8WBwTTEB/VpY/w+fy4Aww=, tarball: typescript/download/typescript-4.4.4.tgz}
|
||||
engines: {node: '>=4.2.0'}
|
||||
@ -9963,10 +9964,9 @@ packages:
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.0.0-beta.20
|
||||
vue: 3.2.21
|
||||
dev: false
|
||||
|
||||
/vue/3.2.21:
|
||||
resolution: {integrity: sha1-VfVmUXLZXPl+gGuarQo3UYC+I6E=, tarball: vue/download/vue-3.2.21.tgz?cache=0&sync_timestamp=1635914621492&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvue%2Fdownload%2Fvue-3.2.21.tgz}
|
||||
resolution: {integrity: sha1-VfVmUXLZXPl+gGuarQo3UYC+I6E=, tarball: vue/download/vue-3.2.21.tgz}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.21
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
|
Loading…
x
Reference in New Issue
Block a user