|
7 | 7 | "test": "jest" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "@redux-offline/redux-offline": "^2.3.2", |
11 | | - "react": "^16.3.1", |
12 | | - "react-native": "^0.54.4", |
13 | | - "react-native-navigation": "^1.1.434", |
| 10 | + "@redux-offline/redux-offline": "^2.3.3", |
| 11 | + "react": "^16.4.1", |
| 12 | + "react-native": "^0.55.4", |
| 13 | + "react-native-navigation": "^1.1.471", |
14 | 14 | "react-redux": "^5.0.7", |
15 | | - "redux": "^3.7.2", |
| 15 | + "redux": "^4.0.0", |
16 | 16 | "redux-saga": "^0.16.0" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "babel-eslint": "^8.1.2", |
| 19 | + "babel-eslint": "^8.2.3", |
20 | 20 | "babel-jest": "^23.0.1", |
21 | 21 | "babel-preset-react-native": "^4.0.0", |
22 | | - "eslint": "^4.9.0", |
| 22 | + "eslint": "^4.19.1", |
23 | 23 | "eslint-config-airbnb": "^16.1.0", |
24 | | - "eslint-plugin-import": "^2.6.0", |
25 | | - "eslint-plugin-jest": "^21.4.2", |
26 | | - "eslint-plugin-jsx-a11y": "^6.0.2", |
27 | | - "eslint-plugin-react": "^7.5.1", |
28 | | - "jest": "^22.4.3", |
29 | | - "react-test-renderer": "^16.3.1", |
| 24 | + "eslint-plugin-import": "^2.12.0", |
| 25 | + "eslint-plugin-jest": "^21.17.0", |
| 26 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 27 | + "eslint-plugin-react": "^7.9.1", |
| 28 | + "jest": "^23.1.0", |
| 29 | + "react-test-renderer": "^16.4.1", |
30 | 30 | "redux-logger": "^3.0.6" |
31 | 31 | }, |
32 | 32 | "jest": { |
|
0 commit comments