From 329d333b5809f5ab0262898f79232e065eb48097 Mon Sep 17 00:00:00 2001 From: Yaroslav Chuiko <32570823+YaroslavChuiko@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:11:03 +0300 Subject: [PATCH] updated i18next and react-i18next packages (#2255) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0bfb5e4d7..3a345cfad 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ "date-fns": "^2.30.0", "dompurify": "^3.1.1", "emoji-mart": "^5.5.2", - "i18next": "^23.6.0", + "i18next": "^23.12.2", "normalize-scss": "^8.0.0", "nuka-carousel": "^6.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.3.1", + "react-i18next": "^15.0.0", "react-player": "^2.16.0", "react-redux": "^8.1.3", "react-router-dom": "^6.18.0",