From e44258fdba3860765893fcae7400ef768a71de0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 20:33:36 +0000 Subject: [PATCH] Replace dependency react-query with @tanstack/react-query ^4.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 856d1e13..6ab12d27 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-fast-marquee": "^1.3.5", "react-helmet": "6.1.0", "react-i18next": "^12.1.5", - "react-query": "^3.39.2", + "@tanstack/react-query": "^4.0.5", "react-router-dom": "^6.6.2", "react-scroll-to-bottom": "^4.2.0", "react-toastify": "^9.1.1",