Skip to content

Commit

Permalink
Update dependency react-i18next to v14 (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent f472647 commit 1d38d6d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "7.51.0",
"react-i18next": "^13.5.0",
"react-i18next": "^14.0.0",
"react-icons": "4.12.0",
"react-markdown": "9.0.1",
"react-router-dom": "6.22.3",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.23.2":
"@babel/runtime@npm:^7.23.2":
version: 7.23.2
resolution: "@babel/runtime@npm:7.23.2"
dependencies:
Expand All @@ -1494,6 +1494,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.23.9":
version: 7.24.0
resolution: "@babel/runtime@npm:7.24.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/3495eed727bf4a4f84c35bb51ab53317ae38f4bbc3b1d0a8303751f9dfa0ce6f5fb2afced72b76c3dd0d8bb2ccb84787559a4dee9886291a36b26f02f0f759b4
languageName: node
linkType: hard

"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.3.3":
version: 7.20.7
resolution: "@babel/template@npm:7.20.7"
Expand Down Expand Up @@ -10693,7 +10702,7 @@ __metadata:
react-dom: "npm:18.2.0"
react-helmet-async: "npm:^1.3.0"
react-hook-form: "npm:7.51.0"
react-i18next: "npm:^13.5.0"
react-i18next: "npm:^14.0.0"
react-icons: "npm:4.12.0"
react-markdown: "npm:9.0.1"
react-router-dom: "npm:6.22.3"
Expand Down Expand Up @@ -13751,11 +13760,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^13.5.0":
version: 13.5.0
resolution: "react-i18next@npm:13.5.0"
"react-i18next@npm:^14.0.0":
version: 14.1.0
resolution: "react-i18next@npm:14.1.0"
dependencies:
"@babel/runtime": "npm:^7.22.5"
"@babel/runtime": "npm:^7.23.9"
html-parse-stringify: "npm:^3.0.1"
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -13765,7 +13774,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10c0/955db09fb83bc68aa9fe7ed11c95fb3e9dc5ab95e85854f169c07a9e71f9154d2cc01f46e343801e2478d5de86475e7a19ec677bec532c3870cb7a01246a6a86
checksum: 10c0/d3e2d1e5183068a7a23f2fefc432d61546baef0afef176929a1a7b33489e5b3a2a892745a4424327c4bd3ab02ee3a6a4e450b57c2598393032a1efdbe57f8841
languageName: node
linkType: hard

Expand Down

0 comments on commit 1d38d6d

Please sign in to comment.