From 661d91d7e434c53a76494a27e9bc8d5c54e8ff0a Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 9 Nov 2021 14:23:56 +0800 Subject: [PATCH] chore: fix dependencies issues --- packages/create-vant-cli-app/package.json | 2 +- packages/vant-eslint-config/package.json | 2 +- packages/vant-lazyload/package.json | 1 + packages/vant-use/package.json | 2 +- packages/vant/package.json | 9 +++++--- pnpm-lock.yaml | 28 +++++++++++------------ 6 files changed, 24 insertions(+), 20 deletions(-) diff --git a/packages/create-vant-cli-app/package.json b/packages/create-vant-cli-app/package.json index 16220fade..755226b28 100644 --- a/packages/create-vant-cli-app/package.json +++ b/packages/create-vant-cli-app/package.json @@ -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", diff --git a/packages/vant-eslint-config/package.json b/packages/vant-eslint-config/package.json index 90169f524..597ed4d43 100644 --- a/packages/vant-eslint-config/package.json +++ b/packages/vant-eslint-config/package.json @@ -20,6 +20,6 @@ }, "devDependencies": { "eslint": "^7.32.0", - "typescript": "^4.4.3" + "typescript": "4.x" } } diff --git a/packages/vant-lazyload/package.json b/packages/vant-lazyload/package.json index b04d622ff..94eb476d2 100644 --- a/packages/vant-lazyload/package.json +++ b/packages/vant-lazyload/package.json @@ -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", diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index c90871520..308bd14ab 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -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": { diff --git a/packages/vant/package.json b/packages/vant/package.json index 07f3ef190..44301ca14 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -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/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f759b7caf..e66f13152 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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