File tree Expand file tree Collapse file tree 4 files changed +344
-319
lines changed
platform-android/src/config Expand file tree Collapse file tree 4 files changed +344
-319
lines changed Original file line number Diff line number Diff line change 49
49
"jest-circus" : " ^26.6.2" ,
50
50
"jest-snapshot-serializer-raw" : " ^1.1.0" ,
51
51
"lerna" : " ^3.22.1" ,
52
- "metro-memory-fs" : " ^0.64.0 " ,
52
+ "metro-memory-fs" : " ^0.66.1 " ,
53
53
"micromatch" : " ^3.1.10" ,
54
54
"mkdirp" : " ^0.5.3" ,
55
55
"rimraf" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 44
44
"joi" : " ^17.2.1" ,
45
45
"leven" : " ^3.1.0" ,
46
46
"lodash" : " ^4.17.15" ,
47
- "metro" : " ^0.66.0 " ,
48
- "metro-config" : " ^0.66.0 " ,
49
- "metro-core" : " ^0.66.0 " ,
50
- "metro-react-native-babel-transformer" : " ^0.66.0 " ,
51
- "metro-resolver" : " ^0.66.0 " ,
52
- "metro-runtime" : " ^0.66.0 " ,
47
+ "metro" : " ^0.66.1 " ,
48
+ "metro-config" : " ^0.66.1 " ,
49
+ "metro-core" : " ^0.66.1 " ,
50
+ "metro-react-native-babel-transformer" : " ^0.66.1 " ,
51
+ "metro-resolver" : " ^0.66.1 " ,
52
+ "metro-runtime" : " ^0.66.1 " ,
53
53
"minimist" : " ^1.2.0" ,
54
54
"mkdirp" : " ^0.5.1" ,
55
55
"node-stream-zip" : " ^1.9.1" ,
63
63
"wcwidth" : " ^1.0.1"
64
64
},
65
65
"peerDependencies" : {
66
- "react-native" : " >=0.64 .0-rc.0 || 0.0.0-*"
66
+ "react-native" : " >=0.65 .0-rc.0 || 0.0.0-*"
67
67
},
68
68
"devDependencies" : {
69
69
"@types/command-exists" : " ^1.2.0" ,
Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ export function projectConfig(
84
84
userConfig . buildGradlePath || 'build.gradle' ,
85
85
) ;
86
86
87
- const dependencyConfiguration =
88
- userConfig . dependencyConfiguration ;
87
+ const dependencyConfiguration = userConfig . dependencyConfiguration ;
89
88
90
89
return {
91
90
sourceDir,
@@ -159,8 +158,7 @@ export function dependencyConfig(
159
158
userConfig . packageInstance || `new ${ packageClassName } ()` ;
160
159
161
160
const buildTypes = userConfig . buildTypes || [ ] ;
162
- const dependencyConfiguration =
163
- userConfig . dependencyConfiguration ;
161
+ const dependencyConfiguration = userConfig . dependencyConfiguration ;
164
162
165
163
return {
166
164
sourceDir,
You can’t perform that action at this time.
0 commit comments