|
45 | 45 | }, |
46 | 46 | "homepage": "https://github.com/react-navigation/react-navigation-stack#readme", |
47 | 47 | "devDependencies": { |
48 | | - "@babel/core": "^7.7.5", |
49 | | - "@commitlint/config-conventional": "^8.2.0", |
| 48 | + "@babel/core": "^7.7.7", |
| 49 | + "@commitlint/config-conventional": "^8.3.4", |
50 | 50 | "@expo/vector-icons": "^10.0.6", |
51 | 51 | "@react-native-community/bob": "^0.7.0", |
52 | 52 | "@react-native-community/masked-view": "^0.1.5", |
53 | | - "@react-navigation/stack": "^5.0.0-alpha.49", |
| 53 | + "@react-navigation/stack": "^5.0.0-alpha.50", |
54 | 54 | "@release-it/conventional-changelog": "^1.1.0", |
55 | | - "@types/color": "^3.0.0", |
56 | | - "@types/jest": "^24.0.23", |
57 | | - "@types/react": "^16.9.16", |
58 | | - "@types/react-native": "^0.60.25", |
| 55 | + "@types/color": "^3.0.1", |
| 56 | + "@types/jest": "^24.0.25", |
| 57 | + "@types/react": "^16.9.17", |
| 58 | + "@types/react-native": "^0.60.27", |
59 | 59 | "@types/react-test-renderer": "^16.9.1", |
60 | | - "commitlint": "^8.2.0", |
61 | | - "eslint": "^6.7.2", |
62 | | - "eslint-config-satya164": "^3.1.2", |
| 60 | + "commitlint": "^8.3.4", |
| 61 | + "eslint": "^6.8.0", |
| 62 | + "eslint-config-satya164": "^3.1.5", |
63 | 63 | "eslint-plugin-react-native-globals": "^0.1.0", |
64 | 64 | "husky": "^3.1.0", |
65 | 65 | "jest": "^24.9.0", |
66 | 66 | "prettier": "^1.19.1", |
67 | 67 | "react": "~16.9.0", |
68 | 68 | "react-dom": "~16.9.0", |
69 | 69 | "react-native": "~0.61.4", |
70 | | - "react-native-gesture-handler": "^1.5.2", |
71 | | - "react-native-safe-area-context": "^0.6.1", |
72 | | - "react-native-screens": "^1.0.0-alpha.23", |
| 70 | + "react-native-gesture-handler": "^1.5.3", |
| 71 | + "react-native-safe-area-context": "^0.6.2", |
| 72 | + "react-native-screens": "^2.0.0-alpha.22", |
73 | 73 | "react-navigation": "^4.0.10", |
74 | 74 | "react-test-renderer": "~16.9.0", |
75 | 75 | "release-it": "^12.4.3", |
76 | 76 | "scheduler": "^0.18.0", |
77 | | - "typescript": "^3.7.3" |
| 77 | + "typescript": "^3.7.4" |
78 | 78 | }, |
79 | 79 | "peerDependencies": { |
80 | 80 | "@react-native-community/masked-view": "^0.1.1", |
81 | 81 | "react": "*", |
82 | 82 | "react-native": "*", |
83 | | - "react-native-gesture-handler": "^1.0.0", |
84 | | - "react-native-safe-area-context": "^0.3.3", |
85 | | - "react-native-screens": "^1.0.0 || ^1.0.0-alpha || ^2.0.0-alpha", |
86 | | - "react-navigation": "^4.0.7" |
| 83 | + "react-native-gesture-handler": "^1.5.0", |
| 84 | + "react-native-safe-area-context": "^0.6.0", |
| 85 | + "react-native-screens": "^1.0.0 || ^1.0.0-alpha.0 || ^2.0.0-alph.20", |
| 86 | + "react-navigation": "^4.0.10" |
87 | 87 | }, |
88 | 88 | "jest": { |
89 | 89 | "preset": "react-native", |
|
0 commit comments