Skip to content

Commit cb02874

Browse files
fix(deps): update dependency react-i18next to v15.7.4 (main) (#7791)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <caohuilin@bytedance.com>
1 parent 8d8e035 commit cb02874

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

packages/runtime/plugin-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"react": ">=17",
9090
"react-dom": ">=17.0.2",
9191
"i18next": ">=25.2.1",
92-
"react-i18next": ">=15.5.2",
92+
"react-i18next": ">=15.7.4",
9393
"@modern-js/runtime": "workspace:^2.68.1"
9494
},
9595
"peerDependenciesMeta": {
@@ -102,7 +102,7 @@
102102
},
103103
"devDependencies": {
104104
"i18next":"25.2.1",
105-
"react-i18next":"15.5.2",
105+
"react-i18next":"15.7.4",
106106
"@modern-js/runtime": "workspace:*",
107107
"@modern-js/app-tools": "workspace:*",
108108
"@scripts/build": "workspace:*",

pnpm-lock.yaml

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/i18n/app-csr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"i18next":"25.2.1",
10-
"react-i18next": "15.5.2",
10+
"react-i18next": "15.7.4",
1111
"@modern-js/runtime": "workspace:*",
1212
"@modern-js/plugin-i18n": "workspace:*",
1313
"i18next-browser-languagedetector": "8.1.0",

tests/integration/i18n/app-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"i18next":"25.2.1",
11-
"react-i18next": "15.5.2",
11+
"react-i18next": "15.7.4",
1212
"@modern-js/runtime": "workspace:*",
1313
"@modern-js/plugin-i18n": "workspace:*",
1414
"i18next-browser-languagedetector": "8.1.0",

tests/integration/i18n/routes-csr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"i18next":"25.2.1",
10-
"react-i18next": "15.5.2",
10+
"react-i18next": "15.7.4",
1111
"@modern-js/runtime": "workspace:*",
1212
"@modern-js/plugin-i18n": "workspace:*",
1313
"i18next-browser-languagedetector": "8.1.0",

tests/integration/i18n/routes-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"i18next":"25.2.1",
11-
"react-i18next": "15.5.2",
11+
"react-i18next": "15.7.4",
1212
"@modern-js/runtime": "workspace:*",
1313
"@modern-js/plugin-i18n": "workspace:*",
1414
"i18next-browser-languagedetector": "8.1.0",

0 commit comments

Comments
 (0)