Skip to content

Commit 11e6b6c

Browse files
Update dependency react-i18next to v15
1 parent f4d6b0a commit 11e6b6c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.0",
7070
"react-inlinesvg": "4.1.4",
7171
"react-redux": "9.1.2",
7272
"react-router": "6.27.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
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.25.7"
1235+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
1236+
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
12371237
dependencies:
12381238
regenerator-runtime "^0.14.0"
12391239

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

8270-
react-i18next@14.1.3:
8271-
version "14.1.3"
8272-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb"
8273-
integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==
8270+
react-i18next@15.1.0:
8271+
version "15.1.0"
8272+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.0.tgz#9494e4add2389f04c205dd7628c1aa75747b98a3"
8273+
integrity sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==
82748274
dependencies:
8275-
"@babel/runtime" "^7.23.9"
8275+
"@babel/runtime" "^7.25.0"
82768276
html-parse-stringify "^3.0.1"
82778277

82788278

0 commit comments

Comments
 (0)