From 461d0bc8543e91f13d7c66fc3c7ffb7cf1436c9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:23:50 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v24 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 76dae3b8..b981aab1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "numbro": "^2.5.0" }, "peerDependencies": { - "i18next": "^23.16.8", + "i18next": "^24.0.2", "react-i18next": "^15.1.3" }, "devDependencies": { @@ -56,7 +56,7 @@ "concurrently": "^9.1.0", "eslint-config-txo-typescript-react": "^2.0.82", "husky": "^9.1.7", - "i18next": "^23.16.8", + "i18next": "^24.0.2", "jest": "^29.7.0", "lint-staged": "^15.2.10", "npm-check-updates": "^17.1.11", diff --git a/yarn.lock b/yarn.lock index aa140876..3a02cc35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4166,10 +4166,10 @@ husky@^9.1.7: resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d" integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA== -i18next@^23.16.8: - version "23.16.8" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.8.tgz#3ae1373d344c2393f465556f394aba5a9233b93a" - integrity sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg== +i18next@^24.0.2: + version "24.0.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.2.tgz#00ee14417675e5733902d60e0bbd424c1ecd2a5f" + integrity sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g== dependencies: "@babel/runtime" "^7.23.2"