* feat: upgrade typescript to 5.8.3 Co-Authored-By: joe@cal.com <joe@cal.com> * chore: fix TypeScript 5.8.3 compatibility issues Co-Authored-By: joe@cal.com <joe@cal.com> * Uncomment `optmizeImage` * Type fix * Type fix --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: joe@cal.com <joe@cal.com> Co-authored-by: Joe <j.auyeung419@gmail.com>
28 lines
745 B
JSON
28 lines
745 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",
|
|
"build": "yarn trpc:generate || true",
|
|
"trpc:generate": "yarn tsc --project tsconfig.json"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|