Skip to content

Commit

Permalink
add react-toastify
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 20, 2023
1 parent 43c6c75 commit bc397dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"react-dom": "17.0.2",
"react-modal": "3.14.4",
"react-spring": "9.4.5",
"react-toastify": "^9.1.3",
"sass": "1.49.11",
"sharp": "0.30.7",
"spinthatshit": "1.0.4",
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3152,6 +3152,13 @@ __metadata:
languageName: node
linkType: hard

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

"co@npm:^4.6.0":
version: 4.6.0
resolution: "co@npm:4.6.0"
Expand Down Expand Up @@ -8503,6 +8510,18 @@ __metadata:
languageName: node
linkType: hard

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

"react@npm:17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
Expand Down Expand Up @@ -8971,6 +8990,7 @@ __metadata:
react-dom: "npm:17.0.2"
react-modal: "npm:3.14.4"
react-spring: "npm:9.4.5"
react-toastify: "npm:^9.1.3"
sass: "npm:1.49.11"
sharp: "npm:0.30.7"
spinthatshit: "npm:1.0.4"
Expand Down

0 comments on commit bc397dc

Please sign in to comment.