From b1d6a4550d89b67eda871618ba481d8e94769ad5 Mon Sep 17 00:00:00 2001 From: Nick Lucas Date: Mon, 3 Mar 2025 22:02:19 +0000 Subject: [PATCH] Upgrade tanstack query and fix type issues (#6579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to https://github.com/TanStack/query/pull/8670 ## 🎯 Changes What changes are made in this PR? Is it a feature or a bug fix? ## ✅ 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. ## 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e9b9009..7c5bd09f 100644 --- a/package.json +++ b/package.json @@ -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",