68
68
]
69
69
},
70
70
"devDependencies" : {
71
- "@babel/core" : " 7.9.6 " ,
71
+ "@babel/core" : " ~ 7.9.0 " ,
72
72
"@babel/preset-typescript" : " 7.9.0" ,
73
73
"@types/jest" : " 25.2.1" ,
74
- "@types/react" : " ^ 16.9.11 " ,
75
- "@types/react-native" : " ^0.60.22 " ,
74
+ "@types/react" : " ~ 16.9.35 " ,
75
+ "@types/react-native" : " ~0.63.2 " ,
76
76
"@types/react-native-communications" : " 2.2.1" ,
77
77
"@types/react-test-renderer" : " 16.9.2" ,
78
78
"@types/uuid" : " 3.4.9" ,
79
79
"babel-core" : " 7.0.0-bridge.0" ,
80
80
"babel-jest" : " 25.5.1" ,
81
- "babel-preset-expo" : " ^8.1 .0" ,
82
- "expo" : " ^37 .0.0" ,
83
- "expo-constants" : " ~9.0.0 " ,
84
- "expo-image-picker" : " ~8 .1.0 " ,
85
- "expo-location" : " ~8.1.0 " ,
86
- "expo-permissions" : " ~8.1.0 " ,
81
+ "babel-preset-expo" : " 8.3 .0" ,
82
+ "expo" : " ^41 .0.0" ,
83
+ "expo-constants" : " ~10.1.3 " ,
84
+ "expo-image-picker" : " ~10 .1.4 " ,
85
+ "expo-location" : " ~12.0.4 " ,
86
+ "expo-permissions" : " ~12.0.1 " ,
87
87
"flow-bin" : " 0.125.0" ,
88
88
"husky" : " 4.2.5" ,
89
- "jest-expo" : " ^37 .0.0" ,
89
+ "jest-expo" : " ^41 .0.0" ,
90
90
"json" : " 9.0.6" ,
91
91
"prettier" : " 2.0.5" ,
92
- "react" : " 16.9.0 " ,
93
- "react-dom" : " 16.9.0 " ,
94
- "react-native" : " https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz " ,
95
- "react-native-maps" : " 0.26 .1" ,
92
+ "react" : " 16.13.1 " ,
93
+ "react-dom" : " 16.13.1 " ,
94
+ "react-native" : " 0.63.4 " ,
95
+ "react-native-maps" : " 0.27 .1" ,
96
96
"react-native-nav" : " 2.0.2" ,
97
- "react-native-web" : " ^0.11.7 " ,
97
+ "react-native-web" : " ~0.13.12 " ,
98
98
"react-native-web-maps" : " 0.2.0" ,
99
99
"react-test-renderer" : " 16.9.0" ,
100
100
"tslint" : " 6.1.2" ,
101
101
"tslint-config-prettier" : " 1.18.0" ,
102
- "typescript" : " ^3.8.3 "
102
+ "typescript" : " ~4.0.0 "
103
103
},
104
104
"dependencies" : {
105
105
"@expo/react-native-action-sheet" : " ^3.6.0" ,
106
106
"dayjs" : " ^1.8.26" ,
107
+ "expo-app-loading" : " ^1.0.3" ,
107
108
"prop-types" : " ^15.7.2" ,
108
109
"react-native-communications" : " ^2.2.1" ,
109
110
"react-native-iphone-x-helper" : " ^1.3.1" ,
123
124
"pre-commit" : " yarn lint:fix && yarn prettier && yarn tsc"
124
125
}
125
126
}
126
- }
127
+ }
0 commit comments