feat(core-trpc): add typed React tRPC client + getQueryClient

This commit is contained in:
2026-05-05 08:46:24 +02:00
parent a3b72f5a7f
commit 8d80361785
5 changed files with 33 additions and 7 deletions

View File

@@ -16,6 +16,7 @@
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"@trpc/tanstack-react-query": "^11.1.0",
"@tanstack/react-query": "^5.66.0",
"react": "^19.0.0",
"superjson": "^2.2.1"