File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4747 "boolean"
4848 ],
4949 "flowtype/no-weak-types": 1,
50- "flowtype/require-parameter-type": 2 ,
50+ "flowtype/require-parameter-type": 0 ,
5151 "flowtype/require-return-type": [
5252 0,
5353 "always",
5757 ],
5858 "flowtype/require-valid-file-annotation": 2,
5959 "flowtype/use-flow-type": 1,
60- "flowtype/valid-syntax": 1
60+ "flowtype/valid-syntax": 1,
61+ "react/display-name": 0
6162 },
6263 "globals": {
6364 "jest": true
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-offline" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.1.4 " ,
44 "description" : " Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration." ,
55 "main" : " ./src/index.js" ,
66 "author" : " Raul Gomez Acuña <raulgdeveloper@gmail.com> (https://github.com/rgommezz)" ,
7171 "dependencies" : {
7272 "lodash" : " ^4.17.11" ,
7373 "react-redux" : " ^6.0.0" ,
74+ "redux" :" 4.x" ,
7475 "redux-saga" : " ^0.16.2"
7576 },
7677 "jest" : {
You can’t perform that action at this time.
0 commit comments