chore: using pnpm highest resolution mode (#12056)

This commit is contained in:
neverland 2023-07-02 13:21:40 +08:00 committed by GitHub
parent 523844eae4
commit a52817ac2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1547 additions and 1126 deletions

2
.npmrc
View File

@ -1,3 +1,5 @@
registry=https://registry.npmmirror.com/
strict-peer-dependencies=false
auto-install-peers=false
resolution-mode=highest

View File

@ -18,7 +18,7 @@
"engines": {
"pnpm": ">= 8.0.0"
},
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@8.6.5",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",

View File

@ -26,9 +26,7 @@
"eslint-plugin-vue": "^9.15.1"
},
"devDependencies": {
"enhanced-resolve": "^5.15.0",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"typescript": "^5.0.4"
},
"peerDependencies": {

2667
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff