Skip to content

Commit ae7a0d5

Browse files
Update dependency react-i18next to v15
1 parent 875c137 commit ae7a0d5

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.0",
69-
"react-i18next": "14.1.3",
69+
"react-i18next": "15.0.2",
7070
"react-inlinesvg": "4.1.3",
7171
"react-redux": "9.1.2",
7272
"react-router": "6.26.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,10 @@
11091109
dependencies:
11101110
regenerator-runtime "^0.14.0"
11111111

1112-
"@babel/runtime@^7.23.9":
1113-
version "7.23.9"
1114-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
1115-
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
1112+
"@babel/runtime@^7.25.0":
1113+
version "7.25.6"
1114+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2"
1115+
integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==
11161116
dependencies:
11171117
regenerator-runtime "^0.14.0"
11181118

@@ -7986,12 +7986,12 @@ [email protected]:
79867986
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab"
79877987
integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==
79887988

7989-
react-i18next@14.1.3:
7990-
version "14.1.3"
7991-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb"
7992-
integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==
7989+
react-i18next@15.0.2:
7990+
version "15.0.2"
7991+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.2.tgz#8b7f3c0e66cb4f99f95e2c507353398c41a68cc2"
7992+
integrity sha512-z0W3/RES9Idv3MmJUcf0mDNeeMOUXe+xoL0kPfQPbDoZHmni/XsIoq5zgT2MCFUiau283GuBUK578uD/mkAbLQ==
79937993
dependencies:
7994-
"@babel/runtime" "^7.23.9"
7994+
"@babel/runtime" "^7.25.0"
79957995
html-parse-stringify "^3.0.1"
79967996

79977997

0 commit comments

Comments
 (0)