Skip to content

Commit 55b82d8

Browse files
build(deps): bump react-i18next from 13.5.0 to 14.1.0 in /website
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.1.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v13.5.0...v14.1.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7d41b0 commit 55b82d8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-dom": "^18.2.0",
2020
"react-dropzone": "^14.2.3",
2121
"react-hook-form": "^7.51.2",
22-
"react-i18next": "^13.5.0",
22+
"react-i18next": "^14.1.0",
2323
"react-router-dom": "^6.22.3",
2424
"react-use": "^17.5.0",
2525
"swr": "^2.2.5"

website/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
dependencies:
245245
"@babel/helper-plugin-utils" "^7.22.5"
246246

247-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.22.5", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
247+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
248248
version "7.23.9"
249249
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
250250
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
@@ -3305,12 +3305,12 @@ react-hook-form@^7.51.2:
33053305
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.2.tgz#79f7f72ee217c5114ff831012d1a7ec344096e7f"
33063306
integrity sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==
33073307

3308-
react-i18next@^13.5.0:
3309-
version "13.5.0"
3310-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.5.0.tgz#44198f747628267a115c565f0c736a50a76b1ab0"
3311-
integrity sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==
3308+
react-i18next@^14.1.0:
3309+
version "14.1.0"
3310+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.0.tgz#44da74fbffd416f5d0c5307ef31735cf10cc91d9"
3311+
integrity sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==
33123312
dependencies:
3313-
"@babel/runtime" "^7.22.5"
3313+
"@babel/runtime" "^7.23.9"
33143314
html-parse-stringify "^3.0.1"
33153315

33163316
react-is@^16.13.1, react-is@^16.7.0:

0 commit comments

Comments
 (0)