Skip to content

Commit ec8a16b

Browse files
Update i18next dependencies
1 parent 993e844 commit ec8a16b

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

example-widget-mui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@mui/icons-material": "6.4.12",
1414
"@mui/material": "6.4.12",
1515
"@reduxjs/toolkit": "2.6.1",
16-
"i18next": "25.2.1",
16+
"i18next": "25.4.2",
1717
"i18next-chained-backend": "4.6.2",
1818
"i18next-http-backend": "3.0.2",
1919
"joi": "17.13.3",
2020
"matrix-widget-api": "1.13.1",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1",
23-
"react-i18next": "15.5.3",
23+
"react-i18next": "15.7.2",
2424
"react-redux": "9.2.0",
2525
"react-router-dom": "7.2.0",
2626
"react-use": "17.6.0",

packages/mui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"@mui/icons-material": "6.4.12",
5555
"@mui/material": "6.4.12",
5656
"@mui/utils": "6.4.9",
57-
"i18next": "25.2.1",
58-
"i18next-browser-languagedetector": "8.0.5",
57+
"i18next": "25.4.2",
58+
"i18next-browser-languagedetector": "8.2.0",
5959
"i18next-resources-to-backend": "1.2.1",
6060
"matrix-widget-api": "1.13.1",
61-
"react-i18next": "15.5.3",
61+
"react-i18next": "15.7.2",
6262
"react-use": "17.6.0"
6363
},
6464
"repository": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
dependencies:
106106
regenerator-runtime "^0.14.0"
107107

108-
"@babel/runtime@^7.27.1", "@babel/runtime@^7.27.6":
108+
"@babel/runtime@^7.27.6":
109109
version "7.27.6"
110110
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
111111
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
@@ -3893,10 +3893,10 @@ hyphenate-style-name@^1.0.3:
38933893
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d"
38943894
integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==
38953895

3896-
i18next-browser-languagedetector@8.0.5:
3897-
version "8.0.5"
3898-
resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.0.5.tgz#6cfdc72820457ce95e69a2788a4f837d1d8f4e9d"
3899-
integrity sha512-OstebRKqKiQw8xEvQF5aRyUujsCatanj7Q9eo5iiH2gJpoXGZ7483ol3sVBwfqbobTQPNH1J+NAyJ1aCQoEC+w==
3896+
i18next-browser-languagedetector@8.2.0:
3897+
version "8.2.0"
3898+
resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.2.0.tgz#c3ca311e249d2f7d8bb9b3b13ac9af380a3b15b0"
3899+
integrity sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==
39003900
dependencies:
39013901
"@babel/runtime" "^7.23.2"
39023902

@@ -3944,12 +3944,12 @@ [email protected]:
39443944
dependencies:
39453945
"@babel/runtime" "^7.23.2"
39463946

3947-
i18next@25.2.1:
3948-
version "25.2.1"
3949-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.2.1.tgz#23cf8794904f551f577558d93c84b0fb6cd489a2"
3950-
integrity sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==
3947+
i18next@25.4.2:
3948+
version "25.4.2"
3949+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.4.2.tgz#97a2c65d6c633b768b95055928c2f6086a672f08"
3950+
integrity sha512-gD4T25a6ovNXsfXY1TwHXXXLnD/K2t99jyYMCSimSCBnBRJVQr5j+VAaU83RJCPzrTGhVQ6dqIga66xO2rtd5g==
39513951
dependencies:
3952-
"@babel/runtime" "^7.27.1"
3952+
"@babel/runtime" "^7.27.6"
39533953

39543954
"i18next@^23.5.1 || ^24.2.0":
39553955
version "24.2.2"
@@ -5281,10 +5281,10 @@ [email protected]:
52815281
dependencies:
52825282
"@babel/runtime" "^7.12.5"
52835283

5284-
react-i18next@15.5.3:
5285-
version "15.5.3"
5286-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.5.3.tgz#63cae235d540d1b6bde5495b5ebe0c1d5c76de0f"
5287-
integrity sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw==
5284+
react-i18next@15.7.2:
5285+
version "15.7.2"
5286+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.2.tgz#2f3f12efbfc01957bf3636b8480e8cab878f6225"
5287+
integrity sha512-xJxq7ibnhUlMvd82lNC4te1GxGUMoM1A05KKyqoqsBXVZtEvZg/fz/fnVzdlY/hhQ3SpP/79qCocZOtICGhd3g==
52885288
dependencies:
52895289
"@babel/runtime" "^7.27.6"
52905290
html-parse-stringify "^3.0.1"

0 commit comments

Comments
 (0)