fix(utils): Missing zod deps (#12518)
This commit is contained in:
committed by
GitHub
parent
a1f2e5cb52
commit
85d2b3c992
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user