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 and swouf committed May 27, 2024
1 parent c785a1a commit 668ab62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.2",
"react-toastify": "9.1.3",
"react-toastify": "10.0.5",
"typescript": "5.4.5"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8485,7 +8485,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-i18next: "npm:14.1.2"
react-toastify: "npm:9.1.3"
react-toastify: "npm:10.0.5"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
vite: "npm:5.2.11"
Expand Down Expand Up @@ -11537,15 +11537,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.5":
version: 10.0.5
resolution: "react-toastify@npm:10.0.5"
dependencies:
clsx: "npm:^1.1.1"
clsx: "npm:^2.1.0"
peerDependencies:
react: ">=16"
react-dom: ">=16"
checksum: 10/12667aa10e6cf3f74be2e3c704c2d5570dd7de66fff89ae38fbfab1122e9a9f632de1cb712fe44a9a60b8ecca7590578157cb4ca6c4e8105a8cf80936a94e181
react: ">=18"
react-dom: ">=18"
checksum: 10/6630f4b6d6902d827efd5e66c09df693c7ab8abeeb6ef24d880080f47b636614ef9cc251dd5e6564d49fe2f6f25f720ce0f7ef72cd4b0cd58a65b7c4b8052fac
languageName: node
linkType: hard

Expand Down

0 comments on commit 668ab62

Please sign in to comment.