|
20 | 20 | "author": "globo.com", |
21 | 21 | "license": "MIT", |
22 | 22 | "peerDependencies": { |
23 | | - "react": "^16.0.0-alpha.12", |
24 | | - "react-native": "^0.47.2" |
| 23 | + "react": "16.0.0", |
| 24 | + "react-native": "0.49.3" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | 27 | "stringz": "0.2.3" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "babel-eslint": "^7.2.3", |
31 | | - "babel-jest": "^20.0.3", |
32 | | - "babel-preset-react-native": "^2.1.0", |
33 | | - "coveralls": "^2.12.0", |
34 | | - "eslint": "^4.4.1", |
35 | | - "eslint-config-airbnb": "^15.1.0", |
36 | | - "eslint-plugin-flowtype": "^2.35.0", |
37 | | - "eslint-plugin-import": "^2.7.0", |
38 | | - "eslint-plugin-jsx-a11y": "^5.1.1", |
39 | | - "eslint-plugin-react": "^7.2.1", |
40 | | - "eslint-plugin-react-native": "^3.0.1", |
41 | | - "flow-bin": "^0.53.1", |
42 | | - "jest": "^20.0.4", |
43 | | - "react": "^16.0.0-alpha.12", |
44 | | - "react-dom": "^16.0.0-alpha.12", |
45 | | - "react-native": "^0.47.2", |
46 | | - "react-test-renderer": "16.0.0-alpha.12" |
| 30 | + "babel-eslint": "8.0.1", |
| 31 | + "babel-jest": "21.2.0", |
| 32 | + "babel-preset-react-native": "4.0.0", |
| 33 | + "coveralls": "3.0.0", |
| 34 | + "eslint": "4.8.0", |
| 35 | + "eslint-config-airbnb": "16.0.0", |
| 36 | + "eslint-plugin-flowtype": "2.39.0", |
| 37 | + "eslint-plugin-import": "2.7.0", |
| 38 | + "eslint-plugin-jsx-a11y": "6.0.2", |
| 39 | + "eslint-plugin-react": "7.4.0", |
| 40 | + "eslint-plugin-react-native": "3.1.0", |
| 41 | + "flow-bin": "0.56.0", |
| 42 | + "jest": "21.2.1", |
| 43 | + "react": "16.0.0", |
| 44 | + "react-dom": "16.0.0", |
| 45 | + "react-native": "0.49.3", |
| 46 | + "react-test-renderer": "16.0.0" |
47 | 47 | }, |
48 | 48 | "jest": { |
49 | 49 | "preset": "react-native", |
|
0 commit comments