cal/packages/trpc/package.json
Omar López 86c94a3cd5
Upgrades tRPC to 10.10.0 (#6995)
* Upgrades tRPC to 10.10.0

* Type fixes
2023-02-10 13:05:02 -07:00

18 lines
414 B
JSON

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