Skip to content

Commit 380c043

Browse files
Update dependency react-i18next to v15
1 parent 9f7ba2d commit 380c043

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"react": "18.3.1",
6767
"react-dom": "18.3.1",
6868
"react-hook-form": "7.53.1",
69-
"react-i18next": "14.1.3",
69+
"react-i18next": "15.1.1",
7070
"react-inlinesvg": "4.1.4",
7171
"react-redux": "9.1.2",
7272
"react-router": "6.27.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,10 @@
12301230
dependencies:
12311231
regenerator-runtime "^0.14.0"
12321232

1233-
"@babel/runtime@^7.23.9":
1234-
version "7.23.9"
1235-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
1236-
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
1233+
"@babel/runtime@^7.25.0":
1234+
version "7.26.0"
1235+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1236+
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
12371237
dependencies:
12381238
regenerator-runtime "^0.14.0"
12391239

@@ -8275,12 +8275,12 @@ [email protected]:
82758275
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.1.tgz#3f2cd1ed2b3af99416a4ac674da2d526625add67"
82768276
integrity sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==
82778277

8278-
react-i18next@14.1.3:
8279-
version "14.1.3"
8280-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb"
8281-
integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==
8278+
react-i18next@15.1.1:
8279+
version "15.1.1"
8280+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.1.tgz#30bc76b39ded6ee37f1457677e46e6d6f11d9f64"
8281+
integrity sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==
82828282
dependencies:
8283-
"@babel/runtime" "^7.23.9"
8283+
"@babel/runtime" "^7.25.0"
82848284
html-parse-stringify "^3.0.1"
82858285

82868286

0 commit comments

Comments
 (0)