Skip to content

Commit b1d6a45

Browse files
authored
Upgrade tanstack query and fix type issues (#6579)
Related to TanStack/query#8670 ## 🎯 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 - **Chores** - Upgraded the data query library to version 5.67.1 across the project. This update may deliver enhanced performance, improved stability, and bug fixes for a smoother user experience. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d6b98bc commit b1d6a45

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
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@prisma/client": "^5.12.1",
44-
"@tanstack/react-query": "^5.66.0",
44+
"@tanstack/react-query": "^5.67.1",
4545
"@trpc/client": "npm:@trpc/client@next",
4646
"@trpc/next": "npm:@trpc/next@next",
4747
"@trpc/react-query": "npm:@trpc/react-query@next",

0 commit comments

Comments
 (0)