Skip to content

Commit 1c5500d

Browse files
chore(deps): update dependency react-i18next to v16
1 parent fc54988 commit 1c5500d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"react-copy-to-clipboard": "5.1.0",
135135
"react-dom": "17.0.2",
136136
"react-hot-loader": "4.13.1",
137-
"react-i18next": "12.3.1",
137+
"react-i18next": "16.0.0",
138138
"react-lazylog": "4.5.3",
139139
"react-redux": "8.1.3",
140140
"react-router": "5.3.4",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,6 +1444,11 @@
14441444
dependencies:
14451445
regenerator-runtime "^0.14.0"
14461446

1447+
"@babel/runtime@^7.27.6":
1448+
version "7.28.4"
1449+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
1450+
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
1451+
14471452
"@babel/template@^7.10.4", "@babel/template@^7.22.15", "@babel/template@^7.3.3":
14481453
version "7.22.15"
14491454
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
@@ -16777,12 +16782,12 @@ [email protected]:
1677716782
shallowequal "^1.1.0"
1677816783
source-map "^0.7.3"
1677916784

16780-
react-i18next@12.3.1:
16781-
version "12.3.1"
16782-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.3.1.tgz#30134a41a2a71c61dc69c6383504929aed1c99e7"
16783-
integrity sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==
16785+
react-i18next@16.0.0:
16786+
version "16.0.0"
16787+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.0.0.tgz#425f686aa861af1989207fb7e75eba9e95275ff2"
16788+
integrity sha512-JQ+dFfLnFSKJQt7W01lJHWRC0SX7eDPobI+MSTJ3/gP39xH2g33AuTE7iddAfXYHamJdAeMGM0VFboPaD3G68Q==
1678416789
dependencies:
16785-
"@babel/runtime" "^7.20.6"
16790+
"@babel/runtime" "^7.27.6"
1678616791
html-parse-stringify "^3.0.1"
1678716792

1678816793
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:

0 commit comments

Comments
 (0)