This commit is contained in:
Julien Valverdé
2024-07-06 23:31:07 +02:00
parent b7ecf2401d
commit 6e429060d5
8 changed files with 17 additions and 14 deletions

View File

@@ -9,6 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "4",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},