Skip to content

Commit 8968452

Browse files
fix(deps): update dependency i18next to v25.6.3 (main) (#7902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent bac434b commit 8968452

File tree

9 files changed

+38
-38
lines changed

9 files changed

+38
-38
lines changed

packages/runtime/plugin-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"peerDependencies": {
9494
"react": ">=17",
9595
"react-dom": ">=17.0.2",
96-
"i18next": ">=25.6.2",
96+
"i18next": ">=25.6.3",
9797
"react-i18next": ">=15.7.4",
9898
"@modern-js/runtime": "workspace:^2.68.1"
9999
},
@@ -106,7 +106,7 @@
106106
}
107107
},
108108
"devDependencies": {
109-
"i18next":"25.6.2",
109+
"i18next":"25.6.3",
110110
"react-i18next":"15.7.4",
111111
"@modern-js/runtime": "workspace:*",
112112
"@modern-js/app-tools": "workspace:*",

pnpm-lock.yaml

Lines changed: 29 additions & 29 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
@@ -6,7 +6,7 @@
66
"dev": "modern dev"
77
},
88
"dependencies": {
9-
"i18next":"25.6.2",
9+
"i18next":"25.6.3",
1010
"react-i18next": "15.7.4",
1111
"@modern-js/runtime": "workspace:*",
1212
"@modern-js/plugin-i18n": "workspace:*",

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
"serve": "modern serve"
99
},
1010
"dependencies": {
11-
"i18next":"25.6.2",
11+
"i18next":"25.6.3",
1212
"react-i18next": "15.7.4",
1313
"@modern-js/runtime": "workspace:*",
1414
"@modern-js/plugin-i18n": "workspace:*",

tests/integration/i18n/mf-app-provider/package.json

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

tests/integration/i18n/mf-consumer/package.json

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

tests/integration/i18n/mf-provider/package.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "modern dev"
77
},
88
"dependencies": {
9-
"i18next":"25.6.2",
9+
"i18next":"25.6.3",
1010
"react-i18next": "15.7.4",
1111
"@modern-js/runtime": "workspace:*",
1212
"@modern-js/plugin-i18n": "workspace:*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "modern build -c modern.ssg.config.ts"
88
},
99
"dependencies": {
10-
"i18next":"25.6.2",
10+
"i18next":"25.6.3",
1111
"react-i18next": "15.7.4",
1212
"@modern-js/runtime": "workspace:*",
1313
"@modern-js/plugin-i18n": "workspace:*",

0 commit comments

Comments
 (0)