Skip to content

Commit 80106f6

Browse files
fix(deps): update dependency react-i18next to ^15.2.0 (#929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 064dedc commit 80106f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"i18next": "^23.16.8",
45-
"react-i18next": "^15.1.4"
45+
"react-i18next": "^15.2.0"
4646
},
4747
"devDependencies": {
4848
"@txo-peer-dep/log": "^4.0.4",
@@ -62,7 +62,7 @@
6262
"npm-check-updates": "^17.1.11",
6363
"react": "^18.3.1",
6464
"react-dom": "^18.3.1",
65-
"react-i18next": "^15.1.4",
65+
"react-i18next": "^15.2.0",
6666
"redux-saga": "^1.3.0",
6767
"rimraf": "^6.0.1",
6868
"ts-jest": "^29.2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6881,10 +6881,10 @@ react-dom@^18.3.1:
68816881
loose-envify "^1.1.0"
68826882
scheduler "^0.23.2"
68836883

6884-
react-i18next@^15.1.4:
6885-
version "15.1.4"
6886-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.4.tgz#65c03c31a5e42202000652e163f22f23a9306a60"
6887-
integrity sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==
6884+
react-i18next@^15.2.0:
6885+
version "15.2.0"
6886+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.2.0.tgz#6b51650e1e93eb4d235a4d533fcf61b3bbf4ea10"
6887+
integrity sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==
68886888
dependencies:
68896889
"@babel/runtime" "^7.25.0"
68906890
html-parse-stringify "^3.0.1"

0 commit comments

Comments
 (0)