Add tRPC dependencies

This commit is contained in:
Meier Lukas
2023-06-10 09:57:20 +02:00
parent 8cba5e4683
commit 2be508ef2f
2 changed files with 63 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
"@tanstack/react-query": "^4.2.1",
"@tanstack/react-query-devtools": "^4.24.4",
"@tanstack/react-query-persist-client": "^4.28.0",
"@trpc/client": "^10.29.1",
"@trpc/next": "^10.29.1",
"@trpc/react-query": "^10.29.1",
"@trpc/server": "^10.29.1",
"@vitejs/plugin-react": "^4.0.0",
"axios": "^1.0.0",
"consola": "^3.0.0",