chore(pnpm): move overrides to workspace config

This commit is contained in:
Peter Steinberger 2026-06-10 06:44:21 +01:00
parent 870df28717
commit f2f67b4a38
No known key found for this signature in database
2 changed files with 2 additions and 9 deletions

View File

@ -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"
}

View File

@ -3,4 +3,5 @@ onlyBuiltDependencies:
overrides:
body-parser: 2.2.1
ip-address: 10.1.1
qs: 6.15.2
vite: 8.0.13