File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ DEPENDENCIES:
111
111
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
112
112
113
113
SPEC REPOS:
114
- https://github.com/cocoapods/specs.git :
114
+ trunk :
115
115
- boost-for-react-native
116
116
117
117
EXTERNAL SOURCES:
@@ -188,6 +188,6 @@ SPEC CHECKSUMS:
188
188
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
189
189
yoga: c2c050f6ae6e222534760cc82f559b89214b67e2
190
190
191
- PODFILE CHECKSUM: 60bf6d4031a96f9c2522152a8b56233325de818b
191
+ PODFILE CHECKSUM: 6b60e7c06b6e8b82ffe3c9c748ed1faa211bcf61
192
192
193
- COCOAPODS: 1.7.5
193
+ COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change 9
9
"android" : " react-native run-android"
10
10
},
11
11
"dependencies" : {
12
- "cross-fetch" : " github:lquixada/cross-fetch " ,
13
- "react" : " 16.8.6 " ,
14
- "react-native" : " 0.60.4 " ,
15
- "react-native-gesture-handler" : " 1.3 .0" ,
16
- "react-navigation" : " 3.11.1 "
12
+ "cross-fetch" : " * " ,
13
+ "react" : " ^18.2.0 " ,
14
+ "react-native" : " ^0.72.3 " ,
15
+ "react-native-gesture-handler" : " ^2.12 .0" ,
16
+ "react-navigation" : " ^4.4.4 "
17
17
},
18
18
"devDependencies" : {
19
- "@babel/core" : " 7.5.5 " ,
20
- "@babel/runtime" : " 7.5.5 " ,
21
- "metro-react-native-babel-preset" : " 0.55 .0"
19
+ "@babel/core" : " ^7.22.9 " ,
20
+ "@babel/runtime" : " ^7.22.6 " ,
21
+ "metro-react-native-babel-preset" : " ^0.77 .0"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments