From 47afd266f1aa1230e6fa81b300f7791da6916fb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:47:03 +0000 Subject: [PATCH] fix(deps): update dependency react-i18next to v16 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b5fb5c4..671e7a9 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "react-dom": "^18.2.0", - "react-i18next": "^14.0.0", + "react-i18next": "^16.0.0", "react-redux": "7.2.9", "react-router-dom": "5.3.4", "recharts": "^3.6.0",