File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ dependencies {
212
212
// Run this once to be able to run the application with BUCK
213
213
// puts all compile dependencies into folder libs for BUCK to use
214
214
task copyDownloadableDepsToLibs (type : Copy ) {
215
- from configurations. compile
215
+ from configurations. implementation
216
216
into ' libs'
217
217
}
218
218
Original file line number Diff line number Diff line change 27
27
"react-fast-compare" : " ^3.2.0" ,
28
28
"react-hook-form" : " ^7.15.2" ,
29
29
"react-i18next" : " ^11.12.0" ,
30
- "react-native" : " 0.65.0 " ,
30
+ "react-native" : " 0.65.1 " ,
31
31
"react-native-dotenv" : " ^3.2.0" ,
32
32
"react-native-error-boundary" : " ^1.1.11" ,
33
33
"react-native-fast-image" : " ^8.3.7" ,
56
56
"jest" : " ^26.6.3" ,
57
57
"metro-react-native-babel-preset" : " ^0.66.0" ,
58
58
"react-native-codegen" : " ^0.0.7" ,
59
- "react-test-renderer" : " 17.0.1 " ,
59
+ "react-test-renderer" : " 17.0.2 " ,
60
60
"typescript" : " ^3.8.3"
61
61
},
62
62
"resolutions" : {
You can’t perform that action at this time.
0 commit comments