fix(utils): Missing zod deps (#12518)

This commit is contained in:
Adrien de Peretti
2025-05-18 15:49:59 +02:00
committed by GitHub
parent a1f2e5cb52
commit 85d2b3c992
3 changed files with 8 additions and 1 deletions

View File

@@ -56,7 +56,8 @@
"jsonwebtoken": "^9.0.2",
"pg-connection-string": "^2.7.0",
"pluralize": "^8.0.0",
"ulid": "^2.3.0"
"ulid": "^2.3.0",
"zod": "3.22.4"
},
"peerDependencies": {
"@mikro-orm/core": "6.4.3",