|
25 | 25 | "@babel/core": "^7.4.0", |
26 | 26 | "@babel/runtime": "^7.4.2", |
27 | 27 | "@react-native-community/eslint-config": "^0.0.5", |
28 | | - "@semantic-release/git": "7.0.5", |
| 28 | + "@semantic-release/git": "^8.0.0", |
| 29 | + "@types/react": "^16.9.17", |
| 30 | + "@types/react-native": "0.60.26", |
29 | 31 | "babel-eslint": "^10.0.1", |
30 | | - "babel-jest": "^24.5.0", |
31 | | - "eslint": "^5.15.3", |
| 32 | + "babel-jest": "^24.9.0", |
| 33 | + "eslint": "^6.8.0", |
| 34 | + "eslint-plugin-prettier": "^3.1.2", |
32 | 35 | "flow-bin": "0.105.2", |
33 | | - "husky": "^1.3.1", |
| 36 | + "husky": "^4.0.10", |
34 | 37 | "jest": "^24.5.0", |
35 | | - "lint-staged": "^8.1.5", |
| 38 | + "lint-staged": "^10.0.0", |
36 | 39 | "metro-react-native-babel-preset": "0.56.0", |
37 | | - "prettier": "^1.16.4", |
| 40 | + "prettier": "^1.19.1", |
38 | 41 | "react": "16.9.0", |
39 | 42 | "react-native": "0.61.5", |
40 | 43 | "react-test-renderer": "16.9.0", |
41 | 44 | "rimraf": "^2.6.3", |
42 | | - "semantic-release": "15.10.3", |
43 | | - "typescript": "^3.3.3", |
44 | | - "@types/react": "^16.9.17", |
45 | | - "@types/react-native": "0.60.26" |
| 45 | + "semantic-release": "^16.0.2", |
| 46 | + "typescript": "^3.3.3" |
46 | 47 | }, |
47 | 48 | "jest": { |
48 | 49 | "preset": "react-native", |
|
0 commit comments