pl-api: replace lodash omit/pick with our own util

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-24 13:31:24 +01:00
parent d91cbcfd3f
commit b50a4e7224
11 changed files with 34 additions and 63 deletions

View File

@ -30,8 +30,6 @@
"blurhash": "^2.0.5",
"http-link-header": "^1.1.3",
"isows": "^1.0.7",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"object-to-formdata": "^4.5.1",
"query-string": "^9.3.1",
"semver": "^7.7.4",
@ -39,8 +37,6 @@
},
"devDependencies": {
"@types/http-link-header": "^1.0.7",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.pick": "^4.4.9",
"@types/node": "^25.3.0",
"@types/semver": "^7.7.1",
"oxfmt": "^0.35.0",