Skip to content

Commit

Permalink
fix(deps): update dependency react-i18next to v15 (#436)
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 Aug 20, 2024
1 parent 41c752a commit f27120a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga4": "2.1.0",
"react-i18next": "14.1.2",
"react-i18next": "15.0.1",
"react-router": "6.24.1",
"react-router-dom": "6.24.1",
"react-toastify": "10.0.5",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.24.8":
version: 7.25.0
resolution: "@babel/runtime@npm:7.25.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10/6870e9e0e9125075b3aeba49a266f442b10820bfc693019eb6c1785c5a0edbe927e98b8238662cdcdba17842107c040386c3b69f39a0a3b217f9d00ffe685b27
languageName: node
linkType: hard

"@babel/template@npm:^7.22.15":
version: 7.22.15
resolution: "@babel/template@npm:7.22.15"
Expand Down Expand Up @@ -9411,7 +9420,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-ga4: "npm:2.1.0"
react-i18next: "npm:14.1.2"
react-i18next: "npm:15.0.1"
react-router: "npm:6.24.1"
react-router-dom: "npm:6.24.1"
react-toastify: "npm:10.0.5"
Expand Down Expand Up @@ -12551,11 +12560,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:14.1.2":
version: 14.1.2
resolution: "react-i18next@npm:14.1.2"
"react-i18next@npm:15.0.1":
version: 15.0.1
resolution: "react-i18next@npm:15.0.1"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@babel/runtime": "npm:^7.24.8"
html-parse-stringify: "npm:^3.0.1"
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -12565,7 +12574,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10/ec18d6d252380ae15cea32988e23f2c533fb0d629e04e7af157ae2ab73e9a030c400cee7efef5e10e3c781d7cb8f3e6284e2c70667785fa3efb9ac0e6caab6d7
checksum: 10/2998565bdcdc37ba8d2b3531e36441e00c8bb7fb7c1cac35364a81722cb4e5a363288906566c91f3ad835abc5b0b78e14d8511f57b154a8e5c057a8e6096cb07
languageName: node
linkType: hard

Expand Down

0 comments on commit f27120a

Please sign in to comment.