Syncs zod version

pull/9078/head
zomars 2022-05-23 13:20:12 -06:00
parent 40f1f9714e
commit 44f0830b16
1 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@
"repository": "git@github.com:calcom/api.git",
"author": "Cal.com Inc.",
"private": true,
"engines": {
"node": ">=14.19.x"
},
"scripts": {
"build": "next build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
@ -38,6 +35,6 @@
"next-validations": "^0.2.0",
"typescript": "^4.6.4",
"tzdata": "^1.0.30",
"zod": "^3.14.4"
"zod": "^3.16.0"
}
}