Skip to content

Commit

Permalink
fix: prefetch in RSC (#5828)
Browse files Browse the repository at this point in the history
* fixx

* rev

* update rq, rm proxy caceh

* rev

* okay

---------

Co-authored-by: Alex / KATT <[email protected]>
  • Loading branch information
juliusmarminge and KATT committed Jul 4, 2024
1 parent b2ba46a commit a07227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@prisma/client": "^5.12.1",
"@tanstack/react-query": "^5.45.0",
"@tanstack/react-query": "^5.49.2",
"@trpc/client": "npm:@trpc/client@next",
"@trpc/next": "npm:@trpc/next@next",
"@trpc/react-query": "npm:@trpc/react-query@next",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"@playwright/test": "^1.26.1",
"@tanstack/react-query-devtools": "^5.45.0",
"@tanstack/react-query-devtools": "^5.49.2",
"@types/node": "^20.10.0",
"@types/react": "^18.3.1",
"@types/ws": "^8.2.0",
Expand Down

0 comments on commit a07227d

Please sign in to comment.