Skip to content

Commit 8d227d1

Browse files
Update dependency react-i18next to v15
1 parent e47540a commit 8d227d1

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

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.24.8":
1113+
version "7.25.0"
1114+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
1115+
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
11161116
dependencies:
11171117
regenerator-runtime "^0.14.0"
11181118

@@ -7979,12 +7979,12 @@ [email protected]:
79797979
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.2.tgz#ff40f4776250b86ddfcde6be68d34aa82b1c60fe"
79807980
integrity sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==
79817981

7982-
react-i18next@14.1.3:
7983-
version "14.1.3"
7984-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb"
7985-
integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==
7982+
react-i18next@15.0.0:
7983+
version "15.0.0"
7984+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.0.tgz#4980f8edf85b9df6573d6b12d95aca5b8f0cc8b0"
7985+
integrity sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==
79867986
dependencies:
7987-
"@babel/runtime" "^7.23.9"
7987+
"@babel/runtime" "^7.24.8"
79887988
html-parse-stringify "^3.0.1"
79897989

79907990

0 commit comments

Comments
 (0)