Skip to content

Commit

Permalink
error handled through apiReducer
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetchaulagain committed Jun 25, 2020
1 parent b6208c7 commit a1886b3
Show file tree
Hide file tree
Showing 13 changed files with 376 additions and 144 deletions.
200 changes: 198 additions & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@
"dependencies": {
"@hapi/joi": "^17.1.1",
"axios": "^0.19.2",
"bootstrap": "4.3.1",
"bootstrap": "^4.3.1",
"immer": "2.1.3",
"prop-types": "15.7.2",
"react": "16.8.4",
"react-bootstrap": "^1.0.1",
"react-dom": "16.8.4",
"react-icons": "^3.10.0",
"react-redux": "6.0.1",
"react-router-dom": "5.0.0",
"react-toastify": "4.5.2",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"reselect": "4.0.0"
"reselect": "4.0.0",
"use-sound": "^1.0.2"
},
"devDependencies": {
"@babel/core": "7.3.4",
Expand All @@ -34,6 +36,7 @@
"eslint-plugin-import": "2.16.0",
"eslint-plugin-react": "7.12.4",
"fetch-mock": "7.3.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "3.2.0",
"http-server": "^0.12.3",
"jest": "24.5.0",
Expand Down
Loading

0 comments on commit a1886b3

Please sign in to comment.