Skip to content

Commit

Permalink
Handling exceptions from async actions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisuwh authored Nov 12, 2018
1 parent ebcdfa4 commit 7e80aba
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 72 deletions.
26 changes: 19 additions & 7 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
},
"homepage": "https://github.com/NewOrbit/reauthorize#readme",
"peerDependencies": {
"react": "^16.2.0",
"redux": "^3.7.2",
"react-redux": "^5.0.6"
"react": "16.x",
"redux": "4.x",
"react-redux": "5.x"
},
"devDependencies": {
"@types/enzyme": "^3.1.13",
"@types/react": "16.0.35",
"@types/react-redux": "5.0.14",
"neworbit-tslint-config": "^2.0.0",
"alsatian": "^2.0.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"neworbit-tslint-config": "^2.0.0",
"react": "^16.2.0",
"react-dom": "^16.5.0",
"tslint": "^5.0.0",
"react-redux": "^5.0.6",
"redux": "^4.0.1",
"tap-xunit": "^2.2.0",
"typescript": "^2.2.2",
"react": "^16.2.0",
"redux": "^3.7.2",
"react-redux": "^5.0.6"
"tslint": "^5.0.0",
"typescript": "^2.2.2"
}
}
Loading

0 comments on commit 7e80aba

Please sign in to comment.