Skip to content

Commit

Permalink
fix: AI build (#13657)
Browse files Browse the repository at this point in the history
* fix: AI build

* Updated zod to 3.22.4

* yarn.lock

* Updated yarn.lock to prevent next/tw downgrade

---------

Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
  • Loading branch information
3 people committed Feb 13, 2024
1 parent 7ba1557 commit c7e78cc
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mailparser": "^3.6.5",
"next": "^13.5.4",
"supports-color": "8.1.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/mailparser": "^3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"typescript": "^4.9.4",
"tzdata": "^1.0.30",
"uuid": "^8.3.2",
"zod": "^3.22.2"
"zod": "^3.22.4"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"tailwindcss-radix": "^2.6.0",
"turndown": "^7.1.1",
"uuid": "^8.3.2",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.19.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-store/stripepayment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@stripe/stripe-js": "^1.35.0",
"stripe": "^9.16.0",
"uuid": "^8.3.2",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@calcom/types": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/features/ee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sendgrid/mail": "^7.6.2",
"libphonenumber-js": "^1.10.51",
"twilio": "^3.80.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@calcom/tsconfig": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@prisma/generator-helper": "^5.4.2",
"prisma": "^5.4.2",
"ts-node": "^10.9.1",
"zod": "^3.22.2",
"zod": "^3.22.4",
"zod-prisma": "^0.5.4"
},
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@trpc/react-query": "11.0.0-next-beta.222",
"@trpc/server": "11.0.0-next-beta.222",
"superjson": "1.9.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3383,7 +3383,7 @@ __metadata:
mailparser: ^3.6.5
next: ^13.5.4
supports-color: 8.1.1
zod: ^3.22.2
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3436,7 +3436,7 @@ __metadata:
typescript: ^4.9.4
tzdata: ^1.0.30
uuid: ^8.3.2
zod: ^3.22.2
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3745,7 +3745,7 @@ __metadata:
"@sendgrid/mail": ^7.6.2
libphonenumber-js: ^1.10.51
twilio: ^3.80.1
zod: ^3.22.2
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4214,7 +4214,7 @@ __metadata:
npm-run-all: ^4.1.5
prisma: ^5.4.2
ts-node: ^10.9.1
zod: ^3.22.2
zod: ^3.22.4
zod-prisma: ^0.5.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4393,7 +4393,7 @@ __metadata:
stripe: ^9.16.0
ts-node: ^10.9.1
uuid: ^8.3.2
zod: ^3.22.2
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4453,7 +4453,7 @@ __metadata:
"@trpc/react-query": 11.0.0-next-beta.222
"@trpc/server": 11.0.0-next-beta.222
superjson: 1.9.1
zod: ^3.22.2
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4699,7 +4699,7 @@ __metadata:
turndown: ^7.1.1
typescript: ^4.9.4
uuid: ^8.3.2
zod: ^3.22.2
zod: ^3.22.4
languageName: unknown
linkType: soft

Expand Down

0 comments on commit c7e78cc

Please sign in to comment.