Skip to content

Commit d063b1a

Browse files
Nick-Lucasautofix-ci[bot]juliusmarminge
authored
Update tanstack react query and fix type errors (#6707)
Affected by TanStack/query#8958 Closes trpc/trpc#6730 ## 🎯 Changes What changes are made in this PR? Is it a feature or a bug fix? <!-- Note: once you create a Pull request, we will automatically fix auto-fixable lint issues in your branch --> ## ✅ Checklist - [ ] I have followed the steps listed in the [Contributing guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md). - [ ] If necessary, I have added documentation related to the changes made. - [ ] I have added or updated the tests related to the changes made. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Streamlined internal query filtering methods by simplifying filter type parameters, improving usability and clarity. - **Chores** - Upgraded the core query library dependency across the project and examples to version `^5.74.7`, enhancing performance, stability, and access to the latest features. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: juliusmarminge <[email protected]>
1 parent cff2dd6 commit d063b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@prisma/client": "^5.12.1",
44-
"@tanstack/react-query": "^5.67.1",
44+
"@tanstack/react-query": "^5.74.7",
4545
"@trpc/client": "npm:@trpc/client",
4646
"@trpc/next": "npm:@trpc/next",
4747
"@trpc/react-query": "npm:@trpc/react-query",
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@playwright/test": "^1.50.1",
61-
"@tanstack/react-query-devtools": "^5.64.2",
61+
"@tanstack/react-query-devtools": "^5.74.7",
6262
"@types/node": "^22.13.5",
6363
"@types/react": "^19.1.0",
6464
"@types/ws": "^8.2.0",

0 commit comments

Comments
 (0)