Skip to content

Commit cdba99c

Browse files
fix(deps): update dependency react-i18next to ^15.6.0 (#1028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d1fff0 commit cdba99c

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.5.3"
45+
"react-i18next": "^15.6.0"
4646
},
4747
"devDependencies": {
4848
"@txo-peer-dep/log": "^4.0.4",
@@ -63,7 +63,7 @@
6363
"npm-check-updates": "^18.0.1",
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",
66-
"react-i18next": "^15.5.3",
66+
"react-i18next": "^15.6.0",
6767
"redux-saga": "^1.3.0",
6868
"rimraf": "^6.0.1",
6969
"ts-jest": "^29.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6828,10 +6828,10 @@ react-dom@^18.3.1:
68286828
loose-envify "^1.1.0"
68296829
scheduler "^0.23.2"
68306830

6831-
react-i18next@^15.5.3:
6832-
version "15.5.3"
6833-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.5.3.tgz#63cae235d540d1b6bde5495b5ebe0c1d5c76de0f"
6834-
integrity sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw==
6831+
react-i18next@^15.6.0:
6832+
version "15.6.0"
6833+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.6.0.tgz#f1705587621bd3cc1c92af0145949cdad8fd2e15"
6834+
integrity sha512-W135dB0rDfiFmbMipC17nOhGdttO5mzH8BivY+2ybsQBbXvxWIwl3cmeH3T9d+YPBSJu/ouyJKFJTtkK7rJofw==
68356835
dependencies:
68366836
"@babel/runtime" "^7.27.6"
68376837
html-parse-stringify "^3.0.1"

0 commit comments

Comments
 (0)