Sync packages

This commit is contained in:
zomars 2023-08-31 12:30:28 -07:00
parent 57eb4746ad
commit b6dea9c161
10 changed files with 2004 additions and 159 deletions

View File

@ -40,6 +40,6 @@
"typescript": "^4.9.4",
"tzdata": "^1.0.30",
"uuid": "^8.3.2",
"zod": "^3.20.2"
"zod": "^3.22.2"
}
}

View File

@ -129,7 +129,7 @@
"turndown": "^7.1.1",
"uuid": "^8.3.2",
"web3": "^1.7.5",
"zod": "^3.20.2"
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/core": "^7.19.6",

View File

@ -102,8 +102,7 @@
"@apidevtools/json-schema-ref-parser": "9.0.9",
"@types/node": "16.9.1",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.9",
"zod": "^3.20.2"
"@types/react-dom": "^18.0.9"
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [

View File

@ -7,7 +7,7 @@
"description": "It would allow a booker to connect with the right person or choose the right event, faster. It would work by taking inputs from the booker and using that data to route to the correct booker/event as configured by Cal user ",
"dependencies": {
"@calcom/lib": "*",
"dotenv": "^16.0.1",
"dotenv": "^16.3.1",
"json-logic-js": "^2.0.2",
"react-awesome-query-builder": "^5.1.2"
},

View File

@ -21,7 +21,7 @@
"@stripe/stripe-js": "^1.35.0",
"stripe": "^9.16.0",
"uuid": "^8.3.2",
"zod": "^3.20.2"
"zod": "^3.22.2"
},
"devDependencies": {
"@calcom/types": "*",

View File

@ -14,7 +14,7 @@
"@sendgrid/mail": "^7.6.2",
"libphonenumber-js": "^1.10.12",
"twilio": "^3.80.1",
"zod": "^3.20.2"
"zod": "^3.22.2"
},
"devDependencies": {
"@calcom/tsconfig": "*"

View File

@ -28,7 +28,7 @@
"@prisma/generator-helper": "^5.0.0",
"prisma": "^5.0.0",
"ts-node": "^10.9.1",
"zod": "^3.20.2",
"zod": "^3.22.2",
"zod-prisma": "^0.5.4"
},
"main": "index.ts",

View File

@ -17,6 +17,6 @@
"@trpc/react-query": "^10.13.0",
"@trpc/server": "^10.13.0",
"superjson": "1.9.1",
"zod": "^3.20.2"
"zod": "^3.22.2"
}
}

View File

@ -38,7 +38,7 @@
"downshift": "^6.1.9",
"lucide-react": "^0.171.0",
"next": "^13.4.6",
"next-seo": "^4.26.0",
"next-seo": "^6.0.0",
"react": "^18.2.0",
"react-colorful": "^5.6.0",
"react-feather": "^2.0.10",

2144
yarn.lock

File diff suppressed because it is too large Load Diff