chore: using workspace protocol for vant package (#11791)

This commit is contained in:
neverland 2023-05-01 11:30:08 +08:00 committed by GitHub
parent d4f04b1ab9
commit dc1531084b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 401 additions and 314 deletions

View File

@ -34,7 +34,7 @@
"@types/fs-extra": "^11.0.1",
"release-it": "^15.4.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"dependencies": {
"consola": "^3.0.2",

View File

@ -40,7 +40,7 @@
"esbuild": "^0.17.12",
"release-it": "^15.4.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"release-it": {
"git": {

View File

@ -50,7 +50,7 @@
"dependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.1.1",
"@types/jest": "^29.5.1",
"@vant/eslint-config": "^3.5.0",
"@vant/touch-emulator": "^1.4.0",
"@vitejs/plugin-vue": "^4.0.0",
@ -85,10 +85,10 @@
"release-it": "^15.4.1",
"terser": "^5.16.1",
"transliteration": "^2.3.5",
"typescript": "^5.0.2",
"typescript": "^5.0.4",
"vite": "^4.2.0",
"vite-plugin-md": "^0.11.9",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"release-it": {
"git": {

View File

@ -42,7 +42,7 @@
"esbuild": "^0.17.12",
"release-it": "^15.1.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"release-it": {
"git": {

View File

@ -31,7 +31,7 @@
"enhanced-resolve": "^5.12.0",
"eslint": "^8.31.0",
"jest": "^29.3.1",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0"

View File

@ -41,7 +41,7 @@
"esbuild": "^0.17.12",
"release-it": "^15.4.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"release-it": {
"git": {

View File

@ -40,7 +40,7 @@
"esbuild": "^0.17.12",
"release-it": "^15.4.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.2",
"typescript": "^5.0.4",
"vue": "^3.2.47"
},
"peerDependencies": {

View File

@ -45,24 +45,24 @@
"components"
],
"dependencies": {
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.5.1"
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/jest": "^29.1.1",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vue/runtime-core": "^3.2.47",
"@vue/test-utils": "^2.0.2",
"typescript": "^5.0.2",
"@vue/test-utils": "^2.3.2",
"typescript": "^5.0.4",
"vue": "^3.2.47",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"sideEffects": [
"es/**/style/*",

683
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff