Skip to content

Commit f4d0dd6

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 cb37966 commit f4d0dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@hookform/error-message": "^2.0.1",
1212
"@hookform/resolvers": "^3.9.1",
13-
"@tanstack/react-query": "^5.67.1",
13+
"@tanstack/react-query": "^5.74.7",
1414
"@trpc/client": "npm:@trpc/client",
1515
"@trpc/next": "npm:@trpc/next",
1616
"@trpc/react-query": "npm:@trpc/react-query",

0 commit comments

Comments
 (0)