Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-toastify to v10 #1828

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-router-dom": "^5.3.4",
"react-select": "^5.7.0",
"react-spring-bottom-sheet": "^3.4.1",
"react-toastify": "^9.0.8",
"react-toastify": "^10.0.0",
"react-use": "^17.4.0",
"react-with-direction": "^1.3.1",
"reactstrap": "^8.9.0",
Expand Down
20 changes: 10 additions & 10 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5243,10 +5243,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -6100,7 +6100,7 @@ __metadata:
react-scripts: "npm:5.0.1"
react-select: "npm:^5.7.0"
react-spring-bottom-sheet: "npm:^3.4.1"
react-toastify: "npm:^9.0.8"
react-toastify: "npm:^10.0.0"
react-use: "npm:^17.4.0"
react-with-direction: "npm:^1.3.1"
reactstrap: "npm:^8.9.0"
Expand Down Expand Up @@ -12572,15 +12572,15 @@ __metadata:
languageName: node
linkType: hard

"react-toastify@npm:^9.0.8":
version: 9.0.8
resolution: "react-toastify@npm:9.0.8"
"react-toastify@npm:^10.0.0":
version: 10.0.0
resolution: "react-toastify@npm:10.0.0"
dependencies:
clsx: "npm:^1.1.1"
clsx: "npm:^2.1.0"
peerDependencies:
react: ">=16"
react-dom: ">=16"
checksum: c00b26a892bf6d0a576a6ab7b65c3dd5b63522486d8f4b69c54268e86845ba82267deda920efea6a33c0e74e4754d946261b2af2e1e1b39997fcf4572e503937
checksum: 73800095a358c40540533021ca5afda1aba421de667d596804506a18d5fc6cdc87422f5264c40674c04fe7d394e1d92dbf28c2f17a59cb95d3522983d0113d03
languageName: node
linkType: hard

Expand Down
Loading