cal/packages/trpc/package.json
depfu[bot] d75a8910f6
Update all Yarn dependencies (2022-08-17) (#3887)
* Update all Yarn dependencies (2022-08-17)

* Fix package mismatches

* Submodule sync

* Type fixes

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-08-29 17:55:27 -06:00

17 lines
365 B
JSON

{
"name": "@calcom/trpc",
"sideEffects": false,
"description": "Shared tRPC library for Cal.com",
"authors": "zomars",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@trpc/client": "^9.27.0",
"@trpc/next": "^9.27.0",
"@trpc/react": "^9.27.0",
"@trpc/server": "^9.27.0",
"superjson": "1.9.1",
"zod": "^3.18.0"
}
}