♻️ (results) Introduce tRPC and use it for the results

This commit is contained in:
Baptiste Arnaud
2022-11-18 18:21:40 +01:00
parent c9cc82cc08
commit d58f9bd3a1
58 changed files with 750 additions and 421 deletions

View File

@@ -31,7 +31,12 @@
"@googleapis/drive": "4.0.0",
"@sentry/nextjs": "7.19.0",
"@stripe/stripe-js": "1.44.1",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-table": "8.5.28",
"@trpc/client": "10.0.0-rc.8",
"@trpc/next": "10.0.0-rc.8",
"@trpc/react-query": "10.0.0-rc.8",
"@trpc/server": "10.0.0-rc.8",
"@udecode/plate-basic-marks": "18.9.0",
"@udecode/plate-common": "^7.0.2",
"@udecode/plate-core": "18.9.0",
@@ -80,6 +85,7 @@
"svg-round-corners": "0.4.1",
"swr": "1.3.0",
"tinycolor2": "1.4.2",
"trpc-openapi": "1.0.0-alpha.4",
"typebot-js": "workspace:*",
"use-debounce": "8.0.4"
},
@@ -110,7 +116,10 @@
"eslint-plugin-react": "7.31.10",
"models": "workspace:*",
"next-transpile-modules": "10.0.0",
"superjson": "^1.11.0",
"tsconfig": "workspace:*",
"typescript": "4.8.4",
"utils": "workspace:*"
"utils": "workspace:*",
"zod": "3.19.1"
}
}