Skip to content

Commit

Permalink
fix(deps): update dependency react-i18next to v13 (#75)
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 Jun 19, 2023
1 parent dc883b3 commit f048202
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"qs": "~6.11.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-i18next": "^12.3.1",
"react-i18next": "^13.0.0",
"react-router-dom": "6.11.2",
"react-scripts": "~5.0.1",
"react-toastify": "~9.1.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,21 +1479,21 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0":
version: 7.22.3
resolution: "@babel/runtime@npm:7.22.3"
"@babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/runtime@npm:7.22.5"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 8fc50785ca4cba749fed90bffca7e6fd52d4709755654e95b8d2a945fc034b56fb8c2e8a0183fea7c4abb86bf5fa77678c0ea35163b6920649833d180c34c234
checksum: 12a50b7de2531beef38840d17af50c55a094253697600cee255311222390c68eed704829308d4fd305e1b3dfbce113272e428e9d9d45b1730e0fede997eaceb1
languageName: node
linkType: hard

"@babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/runtime@npm:7.22.5"
"@babel/runtime@npm:^7.21.0":
version: 7.22.3
resolution: "@babel/runtime@npm:7.22.3"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 12a50b7de2531beef38840d17af50c55a094253697600cee255311222390c68eed704829308d4fd305e1b3dfbce113272e428e9d9d45b1730e0fede997eaceb1
checksum: 8fc50785ca4cba749fed90bffca7e6fd52d4709755654e95b8d2a945fc034b56fb8c2e8a0183fea7c4abb86bf5fa77678c0ea35163b6920649833d180c34c234
languageName: node
linkType: hard

Expand Down Expand Up @@ -15340,21 +15340,21 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^12.3.1":
version: 12.3.1
resolution: "react-i18next@npm:12.3.1"
"react-i18next@npm:^13.0.0":
version: 13.0.0
resolution: "react-i18next@npm:13.0.0"
dependencies:
"@babel/runtime": ^7.20.6
"@babel/runtime": ^7.22.5
html-parse-stringify: ^3.0.1
peerDependencies:
i18next: ">= 19.0.0"
i18next: ">= 23.0.1"
react: ">= 16.8.0"
peerDependenciesMeta:
react-dom:
optional: true
react-native:
optional: true
checksum: fe3f360e5184bc63861734e94bf625a09b9ec0d28fab41779a68758af258fd1737dde25ff7a88ddb66c1571a3e3de5b3403825a91b4949bf9832a00615acb87a
checksum: f897ebb2570f79d2aee01d3d5cf65c0622a1ef07e2536c2d9206d9fe999ece9abf4b4795be99db4326f18fa3858c69745e21b150254d3da0d1f08c77586b1cc4
languageName: node
linkType: hard

Expand Down Expand Up @@ -17375,7 +17375,7 @@ __metadata:
qs: ~6.11.2
react: ~18.2.0
react-dom: ~18.2.0
react-i18next: ^12.3.1
react-i18next: ^13.0.0
react-router-dom: 6.11.2
react-scripts: ~5.0.1
react-toastify: ~9.1.3
Expand Down

0 comments on commit f048202

Please sign in to comment.