From 6f670c5dd8dfae66f6b59b91530c919b1ca607ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:41:04 +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",