mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-07 11:08:52 +01:00
fix: add zod to all workspaces as is used individually by each
This commit is contained in:
parent
94330446f5
commit
c72bb5a6d3
4 changed files with 10 additions and 6 deletions
|
|
@ -63,7 +63,8 @@
|
|||
"passport-local": "^1.0.0",
|
||||
"pino": "^8.12.1",
|
||||
"sanitize": "^2.1.2",
|
||||
"sharp": "^0.32.1"
|
||||
"sharp": "^0.32.1",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue