File tree 23 files changed +95
-33
lines changed
23 files changed +95
-33
lines changed Original file line number Diff line number Diff line change 34
34
"react-native-iphone-x-helper" : " ^1.2.1"
35
35
},
36
36
"devDependencies" : {
37
- "@react-native-community/bob" : " ^0.7.1 " ,
37
+ "@react-native-community/bob" : " ^0.8.0 " ,
38
38
"@types/color" : " ^3.0.1" ,
39
39
"@types/react" : " ^16.9.17" ,
40
40
"@types/react-native" : " ^0.60.30" ,
56
56
"targets" : [
57
57
" commonjs" ,
58
58
" module" ,
59
- " typescript"
59
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
60
60
]
61
61
}
62
62
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 37
37
"targets" : [
38
38
" commonjs" ,
39
39
" module" ,
40
- " typescript"
40
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
41
41
]
42
42
}
43
43
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 32
32
},
33
33
"devDependencies" : {
34
34
"@babel/core" : " ^7.7.7" ,
35
- "@react-native-community/bob" : " ^0.7.1 " ,
35
+ "@react-native-community/bob" : " ^0.8.0 " ,
36
36
"@types/react" : " ^16.9.17" ,
37
37
"@types/shortid" : " ^0.0.29" ,
38
+ "@types/use-subscription" : " ^1.0.0" ,
38
39
"del-cli" : " ^3.0.0" ,
39
40
"react" : " ~16.9.0" ,
40
41
"react-native-testing-library" : " ^1.12.0" ,
50
51
"targets" : [
51
52
" commonjs" ,
52
53
" module" ,
53
- " typescript"
54
+ [
55
+ " typescript" ,
56
+ {
57
+ "project" : " tsconfig.build.json"
58
+ }
59
+ ]
54
60
]
55
61
}
56
62
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 35
35
"react-native-iphone-x-helper" : " ^1.2.1"
36
36
},
37
37
"devDependencies" : {
38
- "@react-native-community/bob" : " ^0.7.1 " ,
38
+ "@react-native-community/bob" : " ^0.8.0 " ,
39
39
"@types/react" : " ^16.9.17" ,
40
40
"@types/react-native" : " ^0.60.30" ,
41
41
"del-cli" : " ^3.0.0" ,
62
62
"targets" : [
63
63
" commonjs" ,
64
64
" module" ,
65
- " typescript"
65
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
66
66
]
67
67
}
68
68
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 33
33
"@react-navigation/routers" : " ^5.0.0-alpha.23"
34
34
},
35
35
"devDependencies" : {
36
- "@react-native-community/bob" : " ^0.7.1 " ,
36
+ "@react-native-community/bob" : " ^0.8.0 " ,
37
37
"@types/react" : " ^16.9.17" ,
38
38
"@types/react-native" : " ^0.60.30" ,
39
39
"@types/react-native-vector-icons" : " ^6.4.5" ,
57
57
"targets" : [
58
58
" commonjs" ,
59
59
" module" ,
60
- " typescript"
60
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
61
61
]
62
62
}
63
63
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 34
34
"color" : " ^3.1.2"
35
35
},
36
36
"devDependencies" : {
37
- "@react-native-community/bob" : " ^0.7.1 " ,
37
+ "@react-native-community/bob" : " ^0.8.0 " ,
38
38
"@types/react" : " ^16.9.17" ,
39
39
"@types/react-native" : " ^0.60.30" ,
40
40
"del-cli" : " ^3.0.0" ,
59
59
"targets" : [
60
60
" commonjs" ,
61
61
" module" ,
62
- " typescript"
62
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
63
63
]
64
64
}
65
65
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 28
28
"@react-navigation/routers" : " ^5.0.0-alpha.23"
29
29
},
30
30
"devDependencies" : {
31
- "@react-native-community/bob" : " ^0.7.1 " ,
31
+ "@react-native-community/bob" : " ^0.8.0 " ,
32
32
"del-cli" : " ^3.0.0" ,
33
33
"react-native-screens" : " ^2.0.0-alpha.22" ,
34
34
"typescript" : " ^3.7.4"
45
45
"targets" : [
46
46
" commonjs" ,
47
47
" module" ,
48
- " typescript"
48
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
49
49
]
50
50
}
51
51
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 29
29
"@react-navigation/core" : " ^5.0.0-alpha.33"
30
30
},
31
31
"devDependencies" : {
32
- "@react-native-community/bob" : " ^0.7.1 " ,
32
+ "@react-native-community/bob" : " ^0.8.0 " ,
33
33
"@types/react" : " ^16.9.17" ,
34
34
"@types/react-native" : " ^0.60.30" ,
35
35
"del-cli" : " ^3.0.0" ,
47
47
"targets" : [
48
48
" commonjs" ,
49
49
" module" ,
50
- " typescript"
50
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
51
51
]
52
52
}
53
53
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 29
29
"shortid" : " ^2.2.15"
30
30
},
31
31
"devDependencies" : {
32
- "@react-native-community/bob" : " ^0.7.1 " ,
32
+ "@react-native-community/bob" : " ^0.8.0 " ,
33
33
"del-cli" : " ^3.0.0" ,
34
34
"typescript" : " ^3.7.4"
35
35
},
39
39
"targets" : [
40
40
" commonjs" ,
41
41
" module" ,
42
- " typescript"
42
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
43
43
]
44
44
}
45
45
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 34
34
"react-native-iphone-x-helper" : " ^1.2.1"
35
35
},
36
36
"devDependencies" : {
37
- "@react-native-community/bob" : " ^0.7.1 " ,
37
+ "@react-native-community/bob" : " ^0.8.0 " ,
38
38
"@react-native-community/masked-view" : " ^0.1.5" ,
39
39
"@types/color" : " ^3.0.1" ,
40
40
"@types/react" : " ^16.9.17" ,
62
62
"targets" : [
63
63
" commonjs" ,
64
64
" module" ,
65
- " typescript"
65
+ [ " typescript" , { "project" : " tsconfig.build.json " }]
66
66
]
67
67
}
68
68
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig" ,
3
+ "compilerOptions" : {
4
+ "paths" : {}
5
+ }
6
+ }
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"baseUrl" : " ." ,
4
4
"paths" : {
5
- "@react-navigation/*" : [
6
- " ./packages/*/src"
7
- ],
8
- "use-subscription" : [" ./typings/use-subscription.d" ]
5
+ "@react-navigation/*" : [" ./packages/*/src" ]
9
6
},
10
7
"composite" : true ,
11
8
"allowUnreachableCode" : false ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2749
2749
dependencies:
2750
2750
"@types/node" ">= 8"
2751
2751
2752
- "@react-native-community/bob@^0.7.1 ":
2753
- version "0.7.1 "
2754
- resolved "https://registry.yarnpkg.com/@react-native-community/bob/-/bob-0.7.1 .tgz#481bf46704c5846ab5a9551c90d25a59bfd5bb0c "
2755
- integrity sha512-lTTRVfk1crR3HT6vxT+JFrhWATy/HVtbMxewkfWqaxiiYtnIc19y/WuguvSyOGpGgDniuGBU62fUVnlD8n7pWg ==
2752
+ "@react-native-community/bob@^0.8.0 ":
2753
+ version "0.8.0 "
2754
+ resolved "https://registry.yarnpkg.com/@react-native-community/bob/-/bob-0.8.0 .tgz#8eb33d18393584b2769adde55a042337c5311c80 "
2755
+ integrity sha512-b4I3YY/3RrJtsBN7BBE56QGH2/jEoEKeEJqnkXiK4hbEEOnHl6/4mEQTZRM1OX8UUhQy9xHdmFfne+xjhSvs9g ==
2756
2756
dependencies:
2757
2757
"@babel/core" "^7.7.7"
2758
2758
chalk "^3.0.0"
3152
3152
resolved "https://registry.yarnpkg.com/@types/untildify/-/untildify-3.0.0.tgz#cd3e6624e46ccf292d3823fb48fa90dda0deaec0"
3153
3153
integrity sha512-FTktI3Y1h+gP9GTjTvXBP5v8xpH4RU6uS9POoBcGy4XkS2Np6LNtnP1eiNNth4S7P+qw2c/rugkwBasSHFzJEg==
3154
3154
3155
+ "@types/use-subscription@^1.0.0":
3156
+ version "1.0.0"
3157
+ resolved "https://registry.yarnpkg.com/@types/use-subscription/-/use-subscription-1.0.0.tgz#d146f8d834f70f50d48bd8246a481d096f11db19"
3158
+ integrity sha512-0WWZ5GUDKMXUY/1zy4Ur5/zsC0s/B+JjXfHdkvx6JgDNZzZV5eW+KKhDqsTGyqX56uh99gwGwbsKbVwkcVIKQA==
3159
+
3155
3160
"@types/uuid-js@^0.7.1":
3156
3161
version "0.7.2"
3157
3162
resolved "https://registry.yarnpkg.com/@types/uuid-js/-/uuid-js-0.7.2.tgz#5b5552fcbaaf4acf026fb6dc66f7e5bd6b4be92f"
You can’t perform that action at this time.
0 commit comments