|
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | 20 | "lodash.isequal": "^4.5.0", |
21 | | - "mobx": "^3.1.16", |
22 | | - "mobx-react": "^4.2.1", |
| 21 | + "mobx": "^3.3.1", |
| 22 | + "mobx-react": "^4.3.4", |
23 | 23 | "opencollective": "^1.0.3", |
24 | | - "prop-types": "^15.5.10", |
25 | | - "react-native-button": "^2.0.0", |
26 | | - "react-navigation": "^1.0.0-beta.13" |
| 24 | + "prop-types": "^15.6.0", |
| 25 | + "react-navigation": "^1.0.0-beta.19" |
27 | 26 | }, |
28 | 27 | "devDependencies": { |
29 | | - "@types/react": "^16.0.7", |
30 | | - "@types/react-native": "^0.48.9", |
| 28 | + "@types/react": "^16.0.20", |
| 29 | + "@types/react-native": "^0.50.0", |
31 | 30 | "babel-cli": "~6.24.1", |
32 | 31 | "babel-eslint": "^6.0.3", |
33 | 32 | "babel-jest": "20.0.3", |
|
44 | 43 | "jest": "20.0.4", |
45 | 44 | "prettier-eslint": "^6.4.2", |
46 | 45 | "prettier-eslint-cli": "^4.1.1", |
47 | | - "react": "16.0.0-alpha.12", |
48 | | - "react-native": "0.45.1", |
49 | | - "react-test-renderer": "16.0.0-alpha.12" |
| 46 | + "react": "16.0.0", |
| 47 | + "react-native": "0.50.1", |
| 48 | + "react-test-renderer": "16.0.0" |
50 | 49 | }, |
51 | 50 | "peerDependencies": { |
52 | 51 | "react": "*", |
|
58 | 57 | "<rootDir>/Example/" |
59 | 58 | ], |
60 | 59 | "transformIgnorePatterns": [ |
61 | | - "node_modules/(?!(jest-)?react-native|react-navigation)" |
| 60 | + "node_modules/(?!(jest-)?react-native|react-navigation|mobx-react)" |
62 | 61 | ], |
63 | 62 | "setupFiles": [ |
64 | 63 | "./test/setup.js" |
|
0 commit comments