mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[project-history] migrate from joi to zod (#30187)
* Add @overleaf/validation-tools in project-history * use error handler for zod * Replace joi validations with zod schema * fix unit tests * remove Joi validation middleware * remove optional when there is a default * fix tests after checking for objectid * ran build_scripts * monorepo npm install GitOrigin-RevId: f8396a3caadd536edf64c6f971c77f4c941f000a
This commit is contained in:
committed by
Copybot
parent
18cff6e1ac
commit
6d3dd3601a
@@ -25,6 +25,7 @@ IMAGE_CACHE ?= $(IMAGE_REPO):cache-$(shell cat \
|
||||
$(MONOREPO)/libraries/redis-wrapper/package.json \
|
||||
$(MONOREPO)/libraries/settings/package.json \
|
||||
$(MONOREPO)/libraries/stream-utils/package.json \
|
||||
$(MONOREPO)/libraries/validation-tools/package.json \
|
||||
$(MONOREPO)/services/project-history/package.json \
|
||||
$(MONOREPO)/tools/migrations/package.json \
|
||||
$(MONOREPO)/patches/* \
|
||||
|
||||
Reference in New Issue
Block a user