mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore: using pnpm highest resolution mode (#12056)
This commit is contained in:
parent
523844eae4
commit
a52817ac2c
2
.npmrc
2
.npmrc
@ -1,3 +1,5 @@
|
||||
registry=https://registry.npmmirror.com/
|
||||
|
||||
strict-peer-dependencies=false
|
||||
auto-install-peers=false
|
||||
resolution-mode=highest
|
||||
|
@ -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:*",
|
||||
|
@ -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
2667
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user