Skip to content

Commit

Permalink
Upgrade tanstack query and fix type issues (#6579)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
Nick-Lucas authored Mar 3, 2025
1 parent d6b98bc commit b1d6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@prisma/client": "^5.12.1",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.67.1",
"@trpc/client": "npm:@trpc/client@next",
"@trpc/next": "npm:@trpc/next@next",
"@trpc/react-query": "npm:@trpc/react-query@next",
Expand Down

0 comments on commit b1d6a45

Please sign in to comment.