|
10 | 10 | "lint": "eslint ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@freakycoder/react-native-header-view": "^0.4.8", |
14 | | - "react": "16.9.0", |
15 | | - "react-native": "0.61.2", |
16 | | - "react-native-bottom-search-bar": "0.0.24", |
| 13 | + "@freakycoder/react-native-header-view": "^0.4.13", |
| 14 | + "@freakycoder/react-native-helpers": "^0.1.0", |
| 15 | + "react": "16.12.0", |
| 16 | + "react-native": "0.61.5", |
| 17 | + "react-native-bottom-search-bar": "0.1.1", |
17 | 18 | "react-native-bouncy-checkbox": "0.0.3", |
18 | 19 | "react-native-dynamic-vector-icons": "^0.2.1", |
19 | 20 | "react-native-iphone-x-helper": "^1.2.1", |
20 | 21 | "react-native-vector-icons": "^6.6.0" |
21 | 22 | }, |
22 | 23 | "devDependencies": { |
23 | | - "@babel/core": "^7.6.4", |
24 | | - "@babel/runtime": "^7.6.3", |
| 24 | + "@babel/core": "^7.7.5", |
| 25 | + "@babel/runtime": "^7.7.6", |
25 | 26 | "@react-native-community/eslint-config": "^0.0.5", |
26 | 27 | "babel-jest": "^24.9.0", |
27 | | - "eslint": "^6.5.1", |
| 28 | + "eslint": "^6.7.2", |
28 | 29 | "jest": "^24.9.0", |
29 | | - "metro-react-native-babel-preset": "^0.56.0", |
30 | | - "react-test-renderer": "16.9.0" |
| 30 | + "metro-react-native-babel-preset": "^0.57.0", |
| 31 | + "react-test-renderer": "16.12.0" |
31 | 32 | }, |
32 | 33 | "jest": { |
33 | 34 | "preset": "react-native" |
|
0 commit comments