Skip to content

Commit

Permalink
fix(deps): update dependency react-i18next to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent c4ccc31 commit 0dec29b
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 @@ -30,7 +30,7 @@
"lodash.uniqby": "4.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.3",
"react-i18next": "15.3.0",
"react-toastify": "10.0.5",
"typescript": "5.6.2"
},
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.25.0":
version: 7.26.0
resolution: "@babel/runtime@npm:7.26.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10/9f4ea1c1d566c497c052d505587554e782e021e6ccd302c2ad7ae8291c8e16e3f19d4a7726fb64469e057779ea2081c28b7dbefec6d813a22f08a35712c0f699
languageName: node
linkType: hard

"@babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0":
version: 7.25.0
resolution: "@babel/template@npm:7.25.0"
Expand Down Expand Up @@ -8148,7 +8157,7 @@ __metadata:
prettier: "npm:3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-i18next: "npm:14.1.3"
react-i18next: "npm:15.3.0"
react-toastify: "npm:10.0.5"
typescript: "npm:5.6.2"
uuid: "npm:10.0.0"
Expand Down Expand Up @@ -11022,11 +11031,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:14.1.3":
version: 14.1.3
resolution: "react-i18next@npm:14.1.3"
"react-i18next@npm:15.3.0":
version: 15.3.0
resolution: "react-i18next@npm:15.3.0"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@babel/runtime": "npm:^7.25.0"
html-parse-stringify: "npm:^3.0.1"
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -11036,7 +11045,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10/d0fa0f2717103c60758f9ddc1710e529f52e341465ca3f106ffa9168d88ad2db1bdbae58c77cca389933ae14bc39835abb37d1982049551ca15f6d310e2b3f57
checksum: 10/196596216ef7b4708825fcdfcefa2f92adca4a95378d7290f81ddf1826dc7199e73ecb357ae3a5c1187a9bd8fd36e4ba6917ca3eb81009e21d4dcf9e2d4f87a3
languageName: node
linkType: hard

Expand Down

0 comments on commit 0dec29b

Please sign in to comment.