chore(pnpm): move overrides to workspace config
This commit is contained in:
parent
870df28717
commit
f2f67b4a38
10
package.json
10
package.json
@ -109,13 +109,5 @@
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"packageManager": "pnpm@10.33.2",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"body-parser": "2.2.1",
|
||||
"ip-address": "10.1.1",
|
||||
"qs": "6.15.2",
|
||||
"vite": "8.0.13"
|
||||
}
|
||||
}
|
||||
"packageManager": "pnpm@10.33.2"
|
||||
}
|
||||
|
||||
@ -3,4 +3,5 @@ onlyBuiltDependencies:
|
||||
overrides:
|
||||
body-parser: 2.2.1
|
||||
ip-address: 10.1.1
|
||||
qs: 6.15.2
|
||||
vite: 8.0.13
|
||||
|
||||
Loading…
Reference in New Issue
Block a user