cal/packages/trpc/package.json
Alex / KATT 2f8bd3c07a
add trpc v10 (#4683)
* revert me later

* let's see if this builds

* fix dupe proc

* fix: v10 works

* fix type error

* fix type error

* fix type errors

* fix more

* add example procedure

* spreading not needed

* Update yarn.lock

* Revert "revert me later"

This reverts commit 0c8c15d057.

Co-authored-by: Chris Bautista <chrisbautista@netflix.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-09-29 16:58:29 +00:00

18 lines
456 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.0.0-proxy-beta.5",
"@trpc/next": "^10.0.0-proxy-beta.5",
"@trpc/react": "^10.0.0-proxy-beta.5",
"@trpc/server": "^10.0.0-proxy-beta.5",
"superjson": "1.9.1",
"zod": "^3.18.0"
}
}