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.0.5 #91

Merged
merged 1 commit into from
Mar 26, 2024
Merged
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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-i18next": "14.0.8",
"react-leaflet": "^4.2.1",
"react-router-dom": "6.22.3",
"react-toastify": "10.0.4",
"react-toastify": "10.0.5",
"stylis-plugin-rtl": "2.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-i18next": "14.0.8",
"react-leaflet": "^4.2.1",
"react-router-dom": "6.22.3",
"react-toastify": "10.0.4",
"react-toastify": "10.0.5",
"stylis-plugin-rtl": "2.1.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ __metadata:
react-i18next: "npm:14.0.8"
react-leaflet: "npm:^4.2.1"
react-router-dom: "npm:6.22.3"
react-toastify: "npm:10.0.4"
react-toastify: "npm:10.0.5"
rollup-plugin-visualizer: "npm:5.12.0"
storybook: "npm:7.6.17"
stylis-plugin-rtl: "npm:2.1.1"
Expand Down Expand Up @@ -9368,7 +9368,7 @@ __metadata:
react-i18next: "npm:14.0.8"
react-leaflet: "npm:^4.2.1"
react-router-dom: "npm:6.22.3"
react-toastify: "npm:10.0.4"
react-toastify: "npm:10.0.5"
rollup-plugin-visualizer: "npm:5.12.0"
stylis-plugin-rtl: "npm:2.1.1"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -14382,15 +14382,15 @@ __metadata:
languageName: node
linkType: hard

"react-toastify@npm:10.0.4":
version: 10.0.4
resolution: "react-toastify@npm:10.0.4"
"react-toastify@npm:10.0.5":
version: 10.0.5
resolution: "react-toastify@npm:10.0.5"
dependencies:
clsx: "npm:^2.1.0"
peerDependencies:
react: ">=16"
react-dom: ">=16"
checksum: 10/57f4d0032bf328381bdfeb78ab5efa988d425627a61ffa43b0caa184633a0ea44253a349d6b967247fa3d480ad82a2bbaa9063ce3f89be9550eb9b30398a6837
react: ">=18"
react-dom: ">=18"
checksum: 10/6630f4b6d6902d827efd5e66c09df693c7ab8abeeb6ef24d880080f47b636614ef9cc251dd5e6564d49fe2f6f25f720ce0f7ef72cd4b0cd58a65b7c4b8052fac
languageName: node
linkType: hard

Expand Down