Skip to content

Commit

Permalink
fix(deps): update dependency react-toastify to ^9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed Jul 20, 2023
1 parent 1c0de06 commit 721553b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"react-popper": "^2.3.0",
"react-select": "^5.7.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.2",
"react-toastify": "^9.1.3",
"slick-carousel": "^1.8.1"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"allowJs": true,
"esModuleInterop": true,
"baseUrl": "./",
"skipLibCheck": true,
"paths": {
"testing": ["config/testing.d.ts"]
}
Expand Down

0 comments on commit 721553b

Please sign in to comment.