File tree 4 files changed +2432
-491
lines changed
4 files changed +2432
-491
lines changed Original file line number Diff line number Diff line change 1
- /* eslint-disable jest/no-jasmine-globals, import/no-commonjs */
1
+ /* eslint-disable import/no-commonjs */
2
2
3
3
const detox = require ( 'detox' ) ;
4
4
const config = require ( '../../package.json' ) . detox ;
Original file line number Diff line number Diff line change 16
16
"@types/react-native-restart" : " ^0.0.0" ,
17
17
"color" : " ^3.1.2" ,
18
18
"expo" : " ^36.0.2" ,
19
- "expo-asset" : " ~8.0.0 " ,
20
- "expo-blur" : " ^8.0 .0" ,
19
+ "expo-asset" : " ~8.1.1 " ,
20
+ "expo-blur" : " ~8.1 .0" ,
21
21
"react" : " ~16.9.0" ,
22
22
"react-dom" : " ~16.9.0" ,
23
23
"react-native" : " ~0.61.5" ,
28
28
"react-native-safe-area-context" : " ^0.7.3" ,
29
29
"react-native-screens" : " ^2.3.0" ,
30
30
"react-native-tab-view" : " 2.13.0" ,
31
- "react-native-unimodules" : " ^0.7.0 " ,
31
+ "react-native-unimodules" : " ^0.8.1 " ,
32
32
"react-native-web" : " ^0.11.7"
33
33
},
34
34
"devDependencies" : {
35
- "@expo/webpack-config" : " ^0.11.7 " ,
35
+ "@expo/webpack-config" : " ^0.11.9 " ,
36
36
"@types/react" : " ^16.9.23" ,
37
37
"@types/react-native" : " ^0.61.22" ,
38
- "babel-preset-expo" : " ^8.0 .0" ,
39
- "expo-cli" : " ^3.13.8 " ,
38
+ "babel-preset-expo" : " ^8.1 .0" ,
39
+ "expo-cli" : " ^3.15.5 " ,
40
40
"typescript" : " ^3.7.5"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 26
26
},
27
27
"devDependencies" : {
28
28
"@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
29
- "@babel/plugin-proposal-optional-chaining" : " ^7.8.3 " ,
30
- "@babel/preset-env" : " ^7.8.7 " ,
31
- "@babel/preset-flow" : " ^7.8.3 " ,
32
- "@babel/preset-react" : " ^7.8.3 " ,
33
- "@babel/preset-typescript" : " ^7.8.3 " ,
34
- "@babel/runtime" : " ^7.8.7 " ,
29
+ "@babel/plugin-proposal-optional-chaining" : " ^7.9.0 " ,
30
+ "@babel/preset-env" : " ^7.9.0 " ,
31
+ "@babel/preset-flow" : " ^7.9.0 " ,
32
+ "@babel/preset-react" : " ^7.9.4 " ,
33
+ "@babel/preset-typescript" : " ^7.9.0 " ,
34
+ "@babel/runtime" : " ^7.9.2 " ,
35
35
"@commitlint/config-conventional" : " ^8.3.4" ,
36
36
"@types/jest" : " ^25.1.4" ,
37
+ "babel-jest" : " ^25.2.1" ,
37
38
"codecov" : " ^3.6.5" ,
38
39
"commitlint" : " ^8.3.5" ,
39
40
"core-js" : " ^3.6.4" ,
40
- "detox" : " ^16.0.0" ,
41
41
"eslint" : " ^6.8.0" ,
42
- "eslint-config-satya164" : " ^3.1.5 " ,
42
+ "eslint-config-satya164" : " ^3.1.6 " ,
43
43
"husky" : " ^4.2.3" ,
44
44
"jest" : " ^25.1.0" ,
45
45
"lerna" : " ^3.20.2" ,
46
- "prettier" : " ^2.0.1 " ,
46
+ "prettier" : " ^2.0.2 " ,
47
47
"typescript" : " ^3.7.5"
48
48
},
49
49
"resolutions" : {
You can’t perform that action at this time.
0 commit comments