From 2413e30c6980bd79b80475b7a61343952b5ca3ea Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Fri, 20 May 2022 19:25:38 +0200 Subject: [PATCH] fix: update jest, add zod as dep --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 33dd0c54a7..e08d7881f9 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "@calcom/tsconfig": "*", "@typescript-eslint/eslint-plugin": "^5.25.0", "babel-jest": "^28.1.0", - "jest": "^28.0.3", + "jest": "^28.1.0", "node-mocks-http": "^1.11.0" - }, + }, "dependencies": { "@calcom/prisma": "*", "@sentry/nextjs": "^6.19.7", @@ -34,6 +34,7 @@ "next-transpile-modules": "^9.0.0", "next-validations": "^0.2.0", "typescript": "^4.6.4", - "tzdata": "^1.0.30" + "tzdata": "^1.0.30", + "zod": "^3.16.0" } }