Skip to content

Commit bd92d9b

Browse files
fix(deps): update dependency i18next to v25.6.0
1 parent 72e189c commit bd92d9b

File tree

6 files changed

+26
-28
lines changed

6 files changed

+26
-28
lines changed

packages/runtime/plugin-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"peerDependencies": {
8989
"react": ">=17",
9090
"react-dom": ">=17.0.2",
91-
"i18next": ">=25.2.1",
91+
"i18next": ">=25.6.0",
9292
"react-i18next": ">=15.7.4",
9393
"@modern-js/runtime": "workspace:^2.68.1"
9494
},
@@ -101,7 +101,7 @@
101101
}
102102
},
103103
"devDependencies": {
104-
"i18next":"25.2.1",
104+
"i18next":"25.6.0",
105105
"react-i18next":"15.7.4",
106106
"@modern-js/runtime": "workspace:*",
107107
"@modern-js/app-tools": "workspace:*",

pnpm-lock.yaml

Lines changed: 20 additions & 22 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.2.1",
9+
"i18next":"25.6.0",
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
@@ -7,7 +7,7 @@
77
"build": "modern build -c modern.ssg.config.ts"
88
},
99
"dependencies": {
10-
"i18next":"25.2.1",
10+
"i18next":"25.6.0",
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.2.1",
9+
"i18next":"25.6.0",
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.2.1",
10+
"i18next":"25.6.0",
1111
"react-i18next": "15.7.4",
1212
"@modern-js/runtime": "workspace:*",
1313
"@modern-js/plugin-i18n": "workspace:*",

0 commit comments

Comments
 (0)