Skip to content

Commit

Permalink
fix(deps): update dependency react-toastify to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent aa362fc commit 62dfb9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-intersection-observer": "9.5.3",
"react-router": "6.21.3",
"react-router-dom": "6.21.3",
"react-toastify": "9.1.3",
"react-toastify": "10.0.4",
"stylis": "4.3.1",
"stylis-plugin-rtl": "2.1.1",
"uuid": "9.0.1"
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3680,6 +3680,13 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:^2.1.0":
version: 2.1.0
resolution: "clsx@npm:2.1.0"
checksum: 2e0ce7c3b6803d74fc8147c408f88e79245583202ac14abd9691e2aebb9f312de44270b79154320d10bb7804a9197869635d1291741084826cff20820f31542b
languageName: node
linkType: hard

"color-convert@npm:^1.9.0":
version: 1.9.3
resolution: "color-convert@npm:1.9.3"
Expand Down Expand Up @@ -5702,7 +5709,7 @@ __metadata:
react-intersection-observer: "npm:9.5.3"
react-router: "npm:6.21.3"
react-router-dom: "npm:6.21.3"
react-toastify: "npm:9.1.3"
react-toastify: "npm:10.0.4"
rollup-plugin-visualizer: "npm:5.12.0"
stylis: "npm:4.3.1"
stylis-plugin-rtl: "npm:2.1.1"
Expand Down Expand Up @@ -9010,15 +9017,15 @@ __metadata:
languageName: node
linkType: hard

"react-toastify@npm:9.1.3":
version: 9.1.3
resolution: "react-toastify@npm:9.1.3"
"react-toastify@npm:10.0.4":
version: 10.0.4
resolution: "react-toastify@npm:10.0.4"
dependencies:
clsx: "npm:^1.1.1"
clsx: "npm:^2.1.0"
peerDependencies:
react: ">=16"
react-dom: ">=16"
checksum: 12667aa10e6cf3f74be2e3c704c2d5570dd7de66fff89ae38fbfab1122e9a9f632de1cb712fe44a9a60b8ecca7590578157cb4ca6c4e8105a8cf80936a94e181
checksum: 57f4d0032bf328381bdfeb78ab5efa988d425627a61ffa43b0caa184633a0ea44253a349d6b967247fa3d480ad82a2bbaa9063ce3f89be9550eb9b30398a6837
languageName: node
linkType: hard

Expand Down

0 comments on commit 62dfb9b

Please sign in to comment.