|
20 | 20 | "peerDependencies": {
|
21 | 21 | "react": ">=16.8.3",
|
22 | 22 | "react-native": ">=0.59.0",
|
23 |
| - "react-native-navigation": ">=4.0.7" |
| 23 | + "react-native-navigation": ">=4.5.0" |
24 | 24 | },
|
25 | 25 | "scripts": {
|
26 | 26 | "lint": "eslint *.js",
|
|
30 | 30 | "release": "semantic-release"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/core": "7.7.2", |
34 |
| - "@babel/plugin-syntax-dynamic-import": "7.2.0", |
35 |
| - "@babel/preset-env": "7.7.1", |
36 |
| - "@babel/preset-react": "7.7.0", |
37 |
| - "@babel/preset-typescript": "7.7.2", |
38 |
| - "@semantic-release/changelog": "3.0.6", |
39 |
| - "@semantic-release/git": "7.0.18", |
40 |
| - "@semantic-release/npm": "5.3.4", |
| 33 | + "@babel/core": "7.8.4", |
| 34 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 35 | + "@babel/preset-env": "7.8.4", |
| 36 | + "@babel/preset-react": "7.8.3", |
| 37 | + "@babel/preset-typescript": "7.8.3", |
| 38 | + "@semantic-release/changelog": "5.0.0", |
| 39 | + "@semantic-release/git": "9.0.0", |
| 40 | + "@semantic-release/npm": "7.0.3", |
41 | 41 | "@testing-library/react-hooks": "3.2.1",
|
42 |
| - "@types/jest": "24.0.23", |
43 |
| - "@types/react": "16.9.11", |
| 42 | + "@types/jest": "25.1.2", |
| 43 | + "@types/react": "16.9.19", |
44 | 44 | "@types/react-native": ">=0.59.0",
|
45 | 45 | "babel-eslint": "10.0.3",
|
46 |
| - "eslint": "6.4.0", |
47 |
| - "eslint-config-prettier": "6.6.0", |
48 |
| - "eslint-plugin-prettier": "3.1.1", |
49 |
| - "eslint-plugin-react": "7.14.3", |
50 |
| - "eslint-plugin-react-hooks": "2.0.1", |
51 |
| - "jest": "24.9.0", |
| 46 | + "eslint": "6.8.0", |
| 47 | + "eslint-config-prettier": "6.10.0", |
| 48 | + "eslint-plugin-prettier": "3.1.2", |
| 49 | + "eslint-plugin-react": "7.18.3", |
| 50 | + "eslint-plugin-react-hooks": "2.3.0", |
| 51 | + "jest": "25.1.0", |
52 | 52 | "prettier": "1.19.1",
|
53 | 53 | "react": ">=16.8.3",
|
54 | 54 | "react-native": ">=0.59.0",
|
55 |
| - "react-native-navigation": ">=4.0.7", |
| 55 | + "react-native-navigation": ">=4.5.0", |
56 | 56 | "react-test-renderer": "16.12.0",
|
57 |
| - "semantic-release": "15.13.31", |
58 |
| - "typescript": "3.7.2" |
| 57 | + "semantic-release": "17.0.3", |
| 58 | + "typescript": "3.7.5" |
59 | 59 | },
|
60 | 60 | "release": {
|
61 | 61 | "branch": "master",
|
|
0 commit comments