pl-api: remove zod
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
905e1626a4
commit
e30d2d8033
2 changed files with 1 additions and 7 deletions
|
@ -42,8 +42,7 @@
|
|||
"object-to-formdata": "^4.5.1",
|
||||
"query-string": "^9.1.0",
|
||||
"semver": "^7.6.3",
|
||||
"valibot": "^0.42.1",
|
||||
"zod": "^3.23.8"
|
||||
"valibot": "^0.42.1"
|
||||
},
|
||||
"module": "./dist/main.es.js",
|
||||
"types": "dist/main.d.ts",
|
||||
|
|
|
@ -2635,8 +2635,3 @@ yocto-queue@^0.1.0:
|
|||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
||||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
||||
|
||||
zod@^3.23.8:
|
||||
version "3.23.8"
|
||||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
|
||||
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==
|
||||
|
|
Loading…
Reference in a new issue