Merge pull request #29546 from overleaf/mfb-from-joi-to-zod-real-time

RE MIGRATE from joi to zod, moving schemas to top level in file

GitOrigin-RevId: c1512be2e7d6edf52c3dc01d62f2fc2051b3d9b2
This commit is contained in:
Brian Gough
2025-11-07 08:34:23 +00:00
committed by Copybot
parent 0cc7bb0fd7
commit b0d7728de3
7 changed files with 29 additions and 29 deletions

View File

@@ -22,6 +22,7 @@
"@overleaf/o-error": "*",
"@overleaf/redis-wrapper": "*",
"@overleaf/settings": "*",
"@overleaf/validation-tools": "*",
"async": "^3.2.5",
"base64id": "0.1.0",
"body-parser": "^1.20.3",
@@ -30,12 +31,12 @@
"cookie-parser": "^1.4.6",
"express": "^4.21.2",
"express-session": "^1.17.1",
"joi": "^17.12.0",
"lodash": "^4.17.21",
"proxy-addr": "^2.0.7",
"request": "^2.88.2",
"socket.io": "github:overleaf/socket.io#0.9.19-overleaf-12",
"socket.io-client": "github:overleaf/socket.io-client#0.9.17-overleaf-5"
"socket.io-client": "github:overleaf/socket.io-client#0.9.17-overleaf-5",
"zod-validation-error": "^4.0.1"
},
"devDependencies": {
"chai": "^4.3.6",