Files
calendar/packages/trpc/package.json
T
c7e78cc181 fix: AI build (#13657)
* 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>
2024-02-13 16:10:08 +00:00

23 lines
590 B
JSON

{
"name": "@calcom/trpc",
"sideEffects": false,
"private": true,
"description": "Shared tRPC library for Cal.com",
"authors": "zomars",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@tanstack/react-query": "^5.17.15",
"@trpc/client": "11.0.0-next-beta.222",
"@trpc/next": "11.0.0-next-beta.222",
"@trpc/react-query": "11.0.0-next-beta.222",
"@trpc/server": "11.0.0-next-beta.222",
"superjson": "1.9.1",
"zod": "^3.22.4"
}
}