Add @trpc/tanstack-react-query dependency to web package.json

This commit is contained in:
Aman Varshney
2025-03-29 21:28:52 +05:30
parent f08404892e
commit 851c1b74d9
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Add @trpc/tanstack-react-query dependency to web package.json

View File

@@ -34,6 +34,7 @@
"@tanstack/react-router": "^1.114.25",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/tanstack-react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",