Browse Source

Upgrade rn to 0.62.2, rn-webview to 9.0.2

iou90 4 years ago
parent
commit
2e77900e42
6 changed files with 468 additions and 399 deletions
  1. 0
    5
      demo/.eslintrc.js
  2. 30
    7
      demo/ios/Podfile
  3. 187
    173
      demo/ios/Podfile.lock
  4. 82
    70
      demo/ios/demo.xcodeproj/project.pbxproj
  5. 2
    2
      demo/package.json
  6. 167
    142
      demo/yarn.lock

+ 0
- 5
demo/.eslintrc.js View File

@@ -2,11 +2,6 @@ module.exports = {
2 2
   root: true,
3 3
   extends: '@react-native-community',
4 4
   rules: {
5
-    'prettier/prettier': [
6
-      {
7
-        singleQuote: true
8
-      }
9
-    ],
10 5
     'comma-dangle': 'off'
11 6
   }
12 7
 };

+ 30
- 7
demo/ios/Podfile View File

@@ -1,13 +1,36 @@
1 1
 platform :ios, '9.0'
2 2
 require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3 3
 
4
-def add_flipper_pods!
5
-  version = '~> 0.33.1'
6
-  pod 'FlipperKit', version, :configuration => 'Debug'
7
-  pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
8
-  pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
9
-  pod 'FlipperKit/FlipperKitUserDefaultsPlugin', version, :configuration => 'Debug'
10
-  pod 'FlipperKit/FlipperKitReactPlugin', version, :configuration => 'Debug'
4
+def add_flipper_pods!(versions = {})
5
+  versions['Flipper'] ||= '~> 0.33.1'
6
+  versions['DoubleConversion'] ||= '1.1.7'
7
+  versions['Flipper-Folly'] ||= '~> 2.1'
8
+  versions['Flipper-Glog'] ||= '0.3.6'
9
+  versions['Flipper-PeerTalk'] ||= '~> 0.0.4'
10
+  versions['Flipper-RSocket'] ||= '~> 1.0'
11
+
12
+  pod 'FlipperKit', versions['Flipper'], :configuration => 'Debug'
13
+  pod 'FlipperKit/FlipperKitLayoutPlugin', versions['Flipper'], :configuration => 'Debug'
14
+  pod 'FlipperKit/SKIOSNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
15
+  pod 'FlipperKit/FlipperKitUserDefaultsPlugin', versions['Flipper'], :configuration => 'Debug'
16
+  pod 'FlipperKit/FlipperKitReactPlugin', versions['Flipper'], :configuration => 'Debug'
17
+
18
+  # List all transitive dependencies for FlipperKit pods
19
+  # to avoid them being linked in Release builds
20
+  pod 'Flipper', versions['Flipper'], :configuration => 'Debug'
21
+  pod 'Flipper-DoubleConversion', versions['DoubleConversion'], :configuration => 'Debug'
22
+  pod 'Flipper-Folly', versions['Flipper-Folly'], :configuration => 'Debug'
23
+  pod 'Flipper-Glog', versions['Flipper-Glog'], :configuration => 'Debug'
24
+  pod 'Flipper-PeerTalk', versions['Flipper-PeerTalk'], :configuration => 'Debug'
25
+  pod 'Flipper-RSocket', versions['Flipper-RSocket'], :configuration => 'Debug'
26
+  pod 'FlipperKit/Core', versions['Flipper'], :configuration => 'Debug'
27
+  pod 'FlipperKit/CppBridge', versions['Flipper'], :configuration => 'Debug'
28
+  pod 'FlipperKit/FBCxxFollyDynamicConvert', versions['Flipper'], :configuration => 'Debug'
29
+  pod 'FlipperKit/FBDefines', versions['Flipper'], :configuration => 'Debug'
30
+  pod 'FlipperKit/FKPortForwarding', versions['Flipper'], :configuration => 'Debug'
31
+  pod 'FlipperKit/FlipperKitHighlightOverlay', versions['Flipper'], :configuration => 'Debug'
32
+  pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug'
33
+  pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
11 34
 end
12 35
 
13 36
 # Post Install processing for Flipper

+ 187
- 173
demo/ios/Podfile.lock View File

@@ -3,14 +3,14 @@ PODS:
3 3
   - CocoaAsyncSocket (7.6.4)
4 4
   - CocoaLibEvent (1.0.0)
5 5
   - DoubleConversion (1.1.6)
6
-  - FBLazyVector (0.62.0)
7
-  - FBReactNativeSpec (0.62.0):
6
+  - FBLazyVector (0.62.2)
7
+  - FBReactNativeSpec (0.62.2):
8 8
     - Folly (= 2018.10.22.00)
9
-    - RCTRequired (= 0.62.0)
10
-    - RCTTypeSafety (= 0.62.0)
11
-    - React-Core (= 0.62.0)
12
-    - React-jsi (= 0.62.0)
13
-    - ReactCommon/turbomodule/core (= 0.62.0)
9
+    - RCTRequired (= 0.62.2)
10
+    - RCTTypeSafety (= 0.62.2)
11
+    - React-Core (= 0.62.2)
12
+    - React-jsi (= 0.62.2)
13
+    - ReactCommon/turbomodule/core (= 0.62.2)
14 14
   - Flipper (0.33.1):
15 15
     - Flipper-Folly (~> 2.1)
16 16
     - Flipper-RSocket (~> 1.0)
@@ -70,230 +70,230 @@ PODS:
70 70
   - OpenSSL-Universal (1.0.2.19):
71 71
     - OpenSSL-Universal/Static (= 1.0.2.19)
72 72
   - OpenSSL-Universal/Static (1.0.2.19)
73
-  - RCTRequired (0.62.0)
74
-  - RCTTypeSafety (0.62.0):
75
-    - FBLazyVector (= 0.62.0)
73
+  - RCTRequired (0.62.2)
74
+  - RCTTypeSafety (0.62.2):
75
+    - FBLazyVector (= 0.62.2)
76 76
     - Folly (= 2018.10.22.00)
77
-    - RCTRequired (= 0.62.0)
78
-    - React-Core (= 0.62.0)
79
-  - React (0.62.0):
80
-    - React-Core (= 0.62.0)
81
-    - React-Core/DevSupport (= 0.62.0)
82
-    - React-Core/RCTWebSocket (= 0.62.0)
83
-    - React-RCTActionSheet (= 0.62.0)
84
-    - React-RCTAnimation (= 0.62.0)
85
-    - React-RCTBlob (= 0.62.0)
86
-    - React-RCTImage (= 0.62.0)
87
-    - React-RCTLinking (= 0.62.0)
88
-    - React-RCTNetwork (= 0.62.0)
89
-    - React-RCTSettings (= 0.62.0)
90
-    - React-RCTText (= 0.62.0)
91
-    - React-RCTVibration (= 0.62.0)
92
-  - React-Core (0.62.0):
77
+    - RCTRequired (= 0.62.2)
78
+    - React-Core (= 0.62.2)
79
+  - React (0.62.2):
80
+    - React-Core (= 0.62.2)
81
+    - React-Core/DevSupport (= 0.62.2)
82
+    - React-Core/RCTWebSocket (= 0.62.2)
83
+    - React-RCTActionSheet (= 0.62.2)
84
+    - React-RCTAnimation (= 0.62.2)
85
+    - React-RCTBlob (= 0.62.2)
86
+    - React-RCTImage (= 0.62.2)
87
+    - React-RCTLinking (= 0.62.2)
88
+    - React-RCTNetwork (= 0.62.2)
89
+    - React-RCTSettings (= 0.62.2)
90
+    - React-RCTText (= 0.62.2)
91
+    - React-RCTVibration (= 0.62.2)
92
+  - React-Core (0.62.2):
93 93
     - Folly (= 2018.10.22.00)
94 94
     - glog
95
-    - React-Core/Default (= 0.62.0)
96
-    - React-cxxreact (= 0.62.0)
97
-    - React-jsi (= 0.62.0)
98
-    - React-jsiexecutor (= 0.62.0)
95
+    - React-Core/Default (= 0.62.2)
96
+    - React-cxxreact (= 0.62.2)
97
+    - React-jsi (= 0.62.2)
98
+    - React-jsiexecutor (= 0.62.2)
99 99
     - Yoga
100
-  - React-Core/CoreModulesHeaders (0.62.0):
100
+  - React-Core/CoreModulesHeaders (0.62.2):
101 101
     - Folly (= 2018.10.22.00)
102 102
     - glog
103 103
     - React-Core/Default
104
-    - React-cxxreact (= 0.62.0)
105
-    - React-jsi (= 0.62.0)
106
-    - React-jsiexecutor (= 0.62.0)
104
+    - React-cxxreact (= 0.62.2)
105
+    - React-jsi (= 0.62.2)
106
+    - React-jsiexecutor (= 0.62.2)
107 107
     - Yoga
108
-  - React-Core/Default (0.62.0):
108
+  - React-Core/Default (0.62.2):
109 109
     - Folly (= 2018.10.22.00)
110 110
     - glog
111
-    - React-cxxreact (= 0.62.0)
112
-    - React-jsi (= 0.62.0)
113
-    - React-jsiexecutor (= 0.62.0)
111
+    - React-cxxreact (= 0.62.2)
112
+    - React-jsi (= 0.62.2)
113
+    - React-jsiexecutor (= 0.62.2)
114 114
     - Yoga
115
-  - React-Core/DevSupport (0.62.0):
115
+  - React-Core/DevSupport (0.62.2):
116 116
     - Folly (= 2018.10.22.00)
117 117
     - glog
118
-    - React-Core/Default (= 0.62.0)
119
-    - React-Core/RCTWebSocket (= 0.62.0)
120
-    - React-cxxreact (= 0.62.0)
121
-    - React-jsi (= 0.62.0)
122
-    - React-jsiexecutor (= 0.62.0)
123
-    - React-jsinspector (= 0.62.0)
118
+    - React-Core/Default (= 0.62.2)
119
+    - React-Core/RCTWebSocket (= 0.62.2)
120
+    - React-cxxreact (= 0.62.2)
121
+    - React-jsi (= 0.62.2)
122
+    - React-jsiexecutor (= 0.62.2)
123
+    - React-jsinspector (= 0.62.2)
124 124
     - Yoga
125
-  - React-Core/RCTActionSheetHeaders (0.62.0):
125
+  - React-Core/RCTActionSheetHeaders (0.62.2):
126 126
     - Folly (= 2018.10.22.00)
127 127
     - glog
128 128
     - React-Core/Default
129
-    - React-cxxreact (= 0.62.0)
130
-    - React-jsi (= 0.62.0)
131
-    - React-jsiexecutor (= 0.62.0)
129
+    - React-cxxreact (= 0.62.2)
130
+    - React-jsi (= 0.62.2)
131
+    - React-jsiexecutor (= 0.62.2)
132 132
     - Yoga
133
-  - React-Core/RCTAnimationHeaders (0.62.0):
133
+  - React-Core/RCTAnimationHeaders (0.62.2):
134 134
     - Folly (= 2018.10.22.00)
135 135
     - glog
136 136
     - React-Core/Default
137
-    - React-cxxreact (= 0.62.0)
138
-    - React-jsi (= 0.62.0)
139
-    - React-jsiexecutor (= 0.62.0)
137
+    - React-cxxreact (= 0.62.2)
138
+    - React-jsi (= 0.62.2)
139
+    - React-jsiexecutor (= 0.62.2)
140 140
     - Yoga
141
-  - React-Core/RCTBlobHeaders (0.62.0):
141
+  - React-Core/RCTBlobHeaders (0.62.2):
142 142
     - Folly (= 2018.10.22.00)
143 143
     - glog
144 144
     - React-Core/Default
145
-    - React-cxxreact (= 0.62.0)
146
-    - React-jsi (= 0.62.0)
147
-    - React-jsiexecutor (= 0.62.0)
145
+    - React-cxxreact (= 0.62.2)
146
+    - React-jsi (= 0.62.2)
147
+    - React-jsiexecutor (= 0.62.2)
148 148
     - Yoga
149
-  - React-Core/RCTImageHeaders (0.62.0):
149
+  - React-Core/RCTImageHeaders (0.62.2):
150 150
     - Folly (= 2018.10.22.00)
151 151
     - glog
152 152
     - React-Core/Default
153
-    - React-cxxreact (= 0.62.0)
154
-    - React-jsi (= 0.62.0)
155
-    - React-jsiexecutor (= 0.62.0)
153
+    - React-cxxreact (= 0.62.2)
154
+    - React-jsi (= 0.62.2)
155
+    - React-jsiexecutor (= 0.62.2)
156 156
     - Yoga
157
-  - React-Core/RCTLinkingHeaders (0.62.0):
157
+  - React-Core/RCTLinkingHeaders (0.62.2):
158 158
     - Folly (= 2018.10.22.00)
159 159
     - glog
160 160
     - React-Core/Default
161
-    - React-cxxreact (= 0.62.0)
162
-    - React-jsi (= 0.62.0)
163
-    - React-jsiexecutor (= 0.62.0)
161
+    - React-cxxreact (= 0.62.2)
162
+    - React-jsi (= 0.62.2)
163
+    - React-jsiexecutor (= 0.62.2)
164 164
     - Yoga
165
-  - React-Core/RCTNetworkHeaders (0.62.0):
165
+  - React-Core/RCTNetworkHeaders (0.62.2):
166 166
     - Folly (= 2018.10.22.00)
167 167
     - glog
168 168
     - React-Core/Default
169
-    - React-cxxreact (= 0.62.0)
170
-    - React-jsi (= 0.62.0)
171
-    - React-jsiexecutor (= 0.62.0)
169
+    - React-cxxreact (= 0.62.2)
170
+    - React-jsi (= 0.62.2)
171
+    - React-jsiexecutor (= 0.62.2)
172 172
     - Yoga
173
-  - React-Core/RCTSettingsHeaders (0.62.0):
173
+  - React-Core/RCTSettingsHeaders (0.62.2):
174 174
     - Folly (= 2018.10.22.00)
175 175
     - glog
176 176
     - React-Core/Default
177
-    - React-cxxreact (= 0.62.0)
178
-    - React-jsi (= 0.62.0)
179
-    - React-jsiexecutor (= 0.62.0)
177
+    - React-cxxreact (= 0.62.2)
178
+    - React-jsi (= 0.62.2)
179
+    - React-jsiexecutor (= 0.62.2)
180 180
     - Yoga
181
-  - React-Core/RCTTextHeaders (0.62.0):
181
+  - React-Core/RCTTextHeaders (0.62.2):
182 182
     - Folly (= 2018.10.22.00)
183 183
     - glog
184 184
     - React-Core/Default
185
-    - React-cxxreact (= 0.62.0)
186
-    - React-jsi (= 0.62.0)
187
-    - React-jsiexecutor (= 0.62.0)
185
+    - React-cxxreact (= 0.62.2)
186
+    - React-jsi (= 0.62.2)
187
+    - React-jsiexecutor (= 0.62.2)
188 188
     - Yoga
189
-  - React-Core/RCTVibrationHeaders (0.62.0):
189
+  - React-Core/RCTVibrationHeaders (0.62.2):
190 190
     - Folly (= 2018.10.22.00)
191 191
     - glog
192 192
     - React-Core/Default
193
-    - React-cxxreact (= 0.62.0)
194
-    - React-jsi (= 0.62.0)
195
-    - React-jsiexecutor (= 0.62.0)
193
+    - React-cxxreact (= 0.62.2)
194
+    - React-jsi (= 0.62.2)
195
+    - React-jsiexecutor (= 0.62.2)
196 196
     - Yoga
197
-  - React-Core/RCTWebSocket (0.62.0):
197
+  - React-Core/RCTWebSocket (0.62.2):
198 198
     - Folly (= 2018.10.22.00)
199 199
     - glog
200
-    - React-Core/Default (= 0.62.0)
201
-    - React-cxxreact (= 0.62.0)
202
-    - React-jsi (= 0.62.0)
203
-    - React-jsiexecutor (= 0.62.0)
200
+    - React-Core/Default (= 0.62.2)
201
+    - React-cxxreact (= 0.62.2)
202
+    - React-jsi (= 0.62.2)
203
+    - React-jsiexecutor (= 0.62.2)
204 204
     - Yoga
205
-  - React-CoreModules (0.62.0):
206
-    - FBReactNativeSpec (= 0.62.0)
205
+  - React-CoreModules (0.62.2):
206
+    - FBReactNativeSpec (= 0.62.2)
207 207
     - Folly (= 2018.10.22.00)
208
-    - RCTTypeSafety (= 0.62.0)
209
-    - React-Core/CoreModulesHeaders (= 0.62.0)
210
-    - React-RCTImage (= 0.62.0)
211
-    - ReactCommon/turbomodule/core (= 0.62.0)
212
-  - React-cxxreact (0.62.0):
208
+    - RCTTypeSafety (= 0.62.2)
209
+    - React-Core/CoreModulesHeaders (= 0.62.2)
210
+    - React-RCTImage (= 0.62.2)
211
+    - ReactCommon/turbomodule/core (= 0.62.2)
212
+  - React-cxxreact (0.62.2):
213 213
     - boost-for-react-native (= 1.63.0)
214 214
     - DoubleConversion
215 215
     - Folly (= 2018.10.22.00)
216 216
     - glog
217
-    - React-jsinspector (= 0.62.0)
218
-  - React-jsi (0.62.0):
217
+    - React-jsinspector (= 0.62.2)
218
+  - React-jsi (0.62.2):
219 219
     - boost-for-react-native (= 1.63.0)
220 220
     - DoubleConversion
221 221
     - Folly (= 2018.10.22.00)
222 222
     - glog
223
-    - React-jsi/Default (= 0.62.0)
224
-  - React-jsi/Default (0.62.0):
223
+    - React-jsi/Default (= 0.62.2)
224
+  - React-jsi/Default (0.62.2):
225 225
     - boost-for-react-native (= 1.63.0)
226 226
     - DoubleConversion
227 227
     - Folly (= 2018.10.22.00)
228 228
     - glog
229
-  - React-jsiexecutor (0.62.0):
229
+  - React-jsiexecutor (0.62.2):
230 230
     - DoubleConversion
231 231
     - Folly (= 2018.10.22.00)
232 232
     - glog
233
-    - React-cxxreact (= 0.62.0)
234
-    - React-jsi (= 0.62.0)
235
-  - React-jsinspector (0.62.0)
236
-  - react-native-webview (9.0.1):
233
+    - React-cxxreact (= 0.62.2)
234
+    - React-jsi (= 0.62.2)
235
+  - React-jsinspector (0.62.2)
236
+  - react-native-webview (9.0.2):
237 237
     - React
238
-  - React-RCTActionSheet (0.62.0):
239
-    - React-Core/RCTActionSheetHeaders (= 0.62.0)
240
-  - React-RCTAnimation (0.62.0):
241
-    - FBReactNativeSpec (= 0.62.0)
238
+  - React-RCTActionSheet (0.62.2):
239
+    - React-Core/RCTActionSheetHeaders (= 0.62.2)
240
+  - React-RCTAnimation (0.62.2):
241
+    - FBReactNativeSpec (= 0.62.2)
242 242
     - Folly (= 2018.10.22.00)
243
-    - RCTTypeSafety (= 0.62.0)
244
-    - React-Core/RCTAnimationHeaders (= 0.62.0)
245
-    - ReactCommon/turbomodule/core (= 0.62.0)
246
-  - React-RCTBlob (0.62.0):
247
-    - FBReactNativeSpec (= 0.62.0)
243
+    - RCTTypeSafety (= 0.62.2)
244
+    - React-Core/RCTAnimationHeaders (= 0.62.2)
245
+    - ReactCommon/turbomodule/core (= 0.62.2)
246
+  - React-RCTBlob (0.62.2):
247
+    - FBReactNativeSpec (= 0.62.2)
248 248
     - Folly (= 2018.10.22.00)
249
-    - React-Core/RCTBlobHeaders (= 0.62.0)
250
-    - React-Core/RCTWebSocket (= 0.62.0)
251
-    - React-jsi (= 0.62.0)
252
-    - React-RCTNetwork (= 0.62.0)
253
-    - ReactCommon/turbomodule/core (= 0.62.0)
254
-  - React-RCTImage (0.62.0):
255
-    - FBReactNativeSpec (= 0.62.0)
249
+    - React-Core/RCTBlobHeaders (= 0.62.2)
250
+    - React-Core/RCTWebSocket (= 0.62.2)
251
+    - React-jsi (= 0.62.2)
252
+    - React-RCTNetwork (= 0.62.2)
253
+    - ReactCommon/turbomodule/core (= 0.62.2)
254
+  - React-RCTImage (0.62.2):
255
+    - FBReactNativeSpec (= 0.62.2)
256 256
     - Folly (= 2018.10.22.00)
257
-    - RCTTypeSafety (= 0.62.0)
258
-    - React-Core/RCTImageHeaders (= 0.62.0)
259
-    - React-RCTNetwork (= 0.62.0)
260
-    - ReactCommon/turbomodule/core (= 0.62.0)
261
-  - React-RCTLinking (0.62.0):
262
-    - FBReactNativeSpec (= 0.62.0)
263
-    - React-Core/RCTLinkingHeaders (= 0.62.0)
264
-    - ReactCommon/turbomodule/core (= 0.62.0)
265
-  - React-RCTNetwork (0.62.0):
266
-    - FBReactNativeSpec (= 0.62.0)
257
+    - RCTTypeSafety (= 0.62.2)
258
+    - React-Core/RCTImageHeaders (= 0.62.2)
259
+    - React-RCTNetwork (= 0.62.2)
260
+    - ReactCommon/turbomodule/core (= 0.62.2)
261
+  - React-RCTLinking (0.62.2):
262
+    - FBReactNativeSpec (= 0.62.2)
263
+    - React-Core/RCTLinkingHeaders (= 0.62.2)
264
+    - ReactCommon/turbomodule/core (= 0.62.2)
265
+  - React-RCTNetwork (0.62.2):
266
+    - FBReactNativeSpec (= 0.62.2)
267 267
     - Folly (= 2018.10.22.00)
268
-    - RCTTypeSafety (= 0.62.0)
269
-    - React-Core/RCTNetworkHeaders (= 0.62.0)
270
-    - ReactCommon/turbomodule/core (= 0.62.0)
271
-  - React-RCTSettings (0.62.0):
272
-    - FBReactNativeSpec (= 0.62.0)
268
+    - RCTTypeSafety (= 0.62.2)
269
+    - React-Core/RCTNetworkHeaders (= 0.62.2)
270
+    - ReactCommon/turbomodule/core (= 0.62.2)
271
+  - React-RCTSettings (0.62.2):
272
+    - FBReactNativeSpec (= 0.62.2)
273 273
     - Folly (= 2018.10.22.00)
274
-    - RCTTypeSafety (= 0.62.0)
275
-    - React-Core/RCTSettingsHeaders (= 0.62.0)
276
-    - ReactCommon/turbomodule/core (= 0.62.0)
277
-  - React-RCTText (0.62.0):
278
-    - React-Core/RCTTextHeaders (= 0.62.0)
279
-  - React-RCTVibration (0.62.0):
280
-    - FBReactNativeSpec (= 0.62.0)
274
+    - RCTTypeSafety (= 0.62.2)
275
+    - React-Core/RCTSettingsHeaders (= 0.62.2)
276
+    - ReactCommon/turbomodule/core (= 0.62.2)
277
+  - React-RCTText (0.62.2):
278
+    - React-Core/RCTTextHeaders (= 0.62.2)
279
+  - React-RCTVibration (0.62.2):
280
+    - FBReactNativeSpec (= 0.62.2)
281 281
     - Folly (= 2018.10.22.00)
282
-    - React-Core/RCTVibrationHeaders (= 0.62.0)
283
-    - ReactCommon/turbomodule/core (= 0.62.0)
284
-  - ReactCommon/callinvoker (0.62.0):
282
+    - React-Core/RCTVibrationHeaders (= 0.62.2)
283
+    - ReactCommon/turbomodule/core (= 0.62.2)
284
+  - ReactCommon/callinvoker (0.62.2):
285 285
     - DoubleConversion
286 286
     - Folly (= 2018.10.22.00)
287 287
     - glog
288
-    - React-cxxreact (= 0.62.0)
289
-  - ReactCommon/turbomodule/core (0.62.0):
288
+    - React-cxxreact (= 0.62.2)
289
+  - ReactCommon/turbomodule/core (0.62.2):
290 290
     - DoubleConversion
291 291
     - Folly (= 2018.10.22.00)
292 292
     - glog
293
-    - React-Core (= 0.62.0)
294
-    - React-cxxreact (= 0.62.0)
295
-    - React-jsi (= 0.62.0)
296
-    - ReactCommon/callinvoker (= 0.62.0)
293
+    - React-Core (= 0.62.2)
294
+    - React-cxxreact (= 0.62.2)
295
+    - React-jsi (= 0.62.2)
296
+    - ReactCommon/callinvoker (= 0.62.2)
297 297
   - Yoga (1.14.0)
298 298
   - YogaKit (1.18.1):
299 299
     - Yoga (~> 1.14)
@@ -302,8 +302,22 @@ DEPENDENCIES:
302 302
   - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
303 303
   - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
304 304
   - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
305
+  - Flipper (~> 0.33.1)
306
+  - Flipper-DoubleConversion (= 1.1.7)
307
+  - Flipper-Folly (~> 2.1)
308
+  - Flipper-Glog (= 0.3.6)
309
+  - Flipper-PeerTalk (~> 0.0.4)
310
+  - Flipper-RSocket (~> 1.0)
305 311
   - FlipperKit (~> 0.33.1)
312
+  - FlipperKit/Core (~> 0.33.1)
313
+  - FlipperKit/CppBridge (~> 0.33.1)
314
+  - FlipperKit/FBCxxFollyDynamicConvert (~> 0.33.1)
315
+  - FlipperKit/FBDefines (~> 0.33.1)
316
+  - FlipperKit/FKPortForwarding (~> 0.33.1)
317
+  - FlipperKit/FlipperKitHighlightOverlay (~> 0.33.1)
306 318
   - FlipperKit/FlipperKitLayoutPlugin (~> 0.33.1)
319
+  - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.33.1)
320
+  - FlipperKit/FlipperKitNetworkPlugin (~> 0.33.1)
307 321
   - FlipperKit/FlipperKitReactPlugin (~> 0.33.1)
308 322
   - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.33.1)
309 323
   - FlipperKit/SKIOSNetworkPlugin (~> 0.33.1)
@@ -408,8 +422,8 @@ SPEC CHECKSUMS:
408 422
   CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
409 423
   CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
410 424
   DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
411
-  FBLazyVector: 545eccf4f6ef2de8fd450fd8a1edb3f913c7371a
412
-  FBReactNativeSpec: 85c7f8347f4a6e911742228e89e245187afa298e
425
+  FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
426
+  FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
413 427
   Flipper: 6c1f484f9a88d30ab3e272800d53688439e50f69
414 428
   Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
415 429
   Flipper-Folly: 2de3d03e0acc7064d5e4ed9f730e2f217486f162
@@ -420,29 +434,29 @@ SPEC CHECKSUMS:
420 434
   Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
421 435
   glog: 1f3da668190260b06b429bb211bfbee5cd790c28
422 436
   OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
423
-  RCTRequired: 0873f5bdb1762d2b9b1ae16a01c4f91d6ee3b6dd
424
-  RCTTypeSafety: a605e0cc0e4220f6e65896bd9e675073c2978f35
425
-  React: 8abf6bdd2b05538e9445f7bbda800df744068bfe
426
-  React-Core: d6daa0d60a4180915e889a5e81f28522cb30359a
427
-  React-CoreModules: 9d5343b095a52e830954a1dd7ae1cb9321ceeddc
428
-  React-cxxreact: c108ca236585b9c802f1eeab11fed1a023faac3a
429
-  React-jsi: bc8166d6833cdcb0848c80710b26ce63fad2c099
430
-  React-jsiexecutor: 8bf0b2707f05865113415088c398a7f98c0cf546
431
-  React-jsinspector: 8e5913c4c6c54f0d3f9c9fc630c465a89cded65d
432
-  react-native-webview: 3f2f9934ba8633a170d209cb84045b6cbc5e5f48
433
-  React-RCTActionSheet: 674afbc8b9c76e0a83520e0a51da29a70802c03f
434
-  React-RCTAnimation: f5f24330d09ee677fb49e0782f8321868f4df431
435
-  React-RCTBlob: b773ce6138ab0d172ebd8a455fd4efd200a92549
436
-  React-RCTImage: 8dbaa77916f9d21ff8faa0f3f5f06d4069c28e93
437
-  React-RCTLinking: 312a2b3511e2829e68c300c2cdcae4282fefc7ef
438
-  React-RCTNetwork: 4b87acf29c38b8819bea67dad3edeca7b9a20718
439
-  React-RCTSettings: be798c8b33392a90d9d551644610ffa349a89255
440
-  React-RCTText: 91a0d0ae5434aa28fe0c89c03eb9d660ff53bd9b
441
-  React-RCTVibration: 0630aeb11e22f87c180ca9c0c3a0a0aba780cc62
442
-  ReactCommon: d22162ab8f1358c53dfcd0f9c4d82d38facdbc48
443
-  Yoga: 9db9ff2025ad21d1ac0a8b3c85d5ac4e7c29d525
437
+  RCTRequired: cec6a34b3ac8a9915c37e7e4ad3aa74726ce4035
438
+  RCTTypeSafety: 93006131180074cffa227a1075802c89a49dd4ce
439
+  React: 29a8b1a02bd764fb7644ef04019270849b9a7ac3
440
+  React-Core: b12bffb3f567fdf99510acb716ef1abd426e0e05
441
+  React-CoreModules: 4a9b87bbe669d6c3173c0132c3328e3b000783d0
442
+  React-cxxreact: e65f9c2ba0ac5be946f53548c1aaaee5873a8103
443
+  React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
444
+  React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
445
+  React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
446
+  react-native-webview: 53d0b4e398e8f59a1e9870685d079ace9228db70
447
+  React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
448
+  React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
449
+  React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
450
+  React-RCTImage: e70be9b9c74fe4e42d0005f42cace7981c994ac3
451
+  React-RCTLinking: c1b9739a88d56ecbec23b7f63650e44672ab2ad2
452
+  React-RCTNetwork: 73138b6f45e5a2768ad93f3d57873c2a18d14b44
453
+  React-RCTSettings: 6e3738a87e21b39a8cb08d627e68c44acf1e325a
454
+  React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
455
+  React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
456
+  ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
457
+  Yoga: 3ebccbdd559724312790e7742142d062476b698e
444 458
   YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
445 459
 
446
-PODFILE CHECKSUM: f533b5301108dfcf9b0abf1e4dd26ad97b2db0d9
460
+PODFILE CHECKSUM: d7903807a5dfb74ae183ab913d0e26b7d1b63a3f
447 461
 
448 462
 COCOAPODS: 1.9.1

+ 82
- 70
demo/ios/demo.xcodeproj/project.pbxproj View File

@@ -12,14 +12,15 @@
12 12
 		13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
13 13
 		13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14 14
 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15
+		2C74C5D2DDD86C17ABD949A0 /* libPods-demo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D7504E55653E08DC61B62E3 /* libPods-demo-tvOS.a */; };
15 16
 		2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
16 17
 		2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
17 18
 		2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
18 19
 		2DCD954D1E0B4F2C00145EB5 /* demoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* demoTests.m */; };
19
-		7AEBDF2765141B7FDF334D73 /* libPods-demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71C42D688B62E022AB106A60 /* libPods-demo.a */; };
20
-		7AEDC6FB3268D41AF314D436 /* libPods-demo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AD605D791404004A9CD55CDB /* libPods-demo-tvOS.a */; };
21
-		888F0CBCA91D26F303D19302 /* libPods-demo-demoTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E173B6879C8ADCDAA2AFF544 /* libPods-demo-demoTests.a */; };
22
-		EB5DD8A4A2A9AC07FBB12EE9 /* libPods-demo-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CD35B4953B208BECD1B7794 /* libPods-demo-tvOSTests.a */; };
20
+		54734FC275DE63CD72586A55 /* libPods-demo-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A0594497D7E79036E464BEDB /* libPods-demo-tvOSTests.a */; };
21
+		94FD118CF2FA735E6B953043 /* libPods-demo-demoTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 857B4B5F3841F0B90386A08E /* libPods-demo-demoTests.a */; };
22
+		97259E0C8121F49A08BBCFCC /* libPods-demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BDB8F76C26EE4941035E9951 /* libPods-demo.a */; };
23
+		B7C1B3872394B353001240AA /* ae_AlArabiya.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B7C1B3862394B353001240AA /* ae_AlArabiya.ttf */; };
23 24
 /* End PBXBuildFile section */
24 25
 
25 26
 /* Begin PBXContainerItemProxy section */
@@ -44,8 +45,6 @@
44 45
 		00E356EE1AD99517003FC87E /* demoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = demoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
45 46
 		00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46 47
 		00E356F21AD99517003FC87E /* demoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = demoTests.m; sourceTree = "<group>"; };
47
-		09FB614A8C09E6EDA3FDB6AD /* Pods-demo-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
48
-		0CD35B4953B208BECD1B7794 /* libPods-demo-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
49 48
 		13B07F961A680F5B00A75B9A /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
50 49
 		13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = demo/AppDelegate.h; sourceTree = "<group>"; };
51 50
 		13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = demo/AppDelegate.m; sourceTree = "<group>"; };
@@ -53,20 +52,23 @@
53 52
 		13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = demo/Images.xcassets; sourceTree = "<group>"; };
54 53
 		13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = demo/Info.plist; sourceTree = "<group>"; };
55 54
 		13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = demo/main.m; sourceTree = "<group>"; };
56
-		1ED99B25A02D3D0BE4D44F1E /* Pods-demo-demoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-demoTests.debug.xcconfig"; path = "Target Support Files/Pods-demo-demoTests/Pods-demo-demoTests.debug.xcconfig"; sourceTree = "<group>"; };
55
+		1F9AF50CAE43AA2BD920F189 /* Pods-demo-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.release.xcconfig"; sourceTree = "<group>"; };
57 56
 		2D02E47B1E0B4A5D006451C7 /* demo-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "demo-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
58 57
 		2D02E4901E0B4A5D006451C7 /* demo-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "demo-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
59
-		71C42D688B62E022AB106A60 /* libPods-demo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
60
-		722A7A6B2662AA2D741105DE /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
61
-		A03265C2EC4D4CD6B5BBC20F /* Pods-demo-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
62
-		ACDC7FD8D5A0F68D0F004AE3 /* Pods-demo-demoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-demoTests.release.xcconfig"; path = "Target Support Files/Pods-demo-demoTests/Pods-demo-demoTests.release.xcconfig"; sourceTree = "<group>"; };
63
-		AD605D791404004A9CD55CDB /* libPods-demo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64
-		E173B6879C8ADCDAA2AFF544 /* libPods-demo-demoTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-demoTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
58
+		351EEACF884DCA35CADA75F7 /* Pods-demo-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
59
+		54EBCA786BC6355E4A0216C6 /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
60
+		6D7504E55653E08DC61B62E3 /* libPods-demo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61
+		736DC4494550C40F03BB8CF6 /* Pods-demo-demoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-demoTests.debug.xcconfig"; path = "Target Support Files/Pods-demo-demoTests/Pods-demo-demoTests.debug.xcconfig"; sourceTree = "<group>"; };
62
+		857B4B5F3841F0B90386A08E /* libPods-demo-demoTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-demoTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
63
+		A0594497D7E79036E464BEDB /* libPods-demo-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64
+		A519F7CFCA863825F8B7F1AF /* Pods-demo-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
65
+		B756E3B277BB46AB44F8B74E /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
66
+		B8FFAEF0B1324E6739799AA7 /* Pods-demo-demoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-demoTests.release.xcconfig"; path = "Target Support Files/Pods-demo-demoTests/Pods-demo-demoTests.release.xcconfig"; sourceTree = "<group>"; };
67
+		BDB8F76C26EE4941035E9951 /* libPods-demo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
68
+		E9E45635F099B36B28CF1F60 /* Pods-demo-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
69
+		B7C1B3862394B353001240AA /* ae_AlArabiya.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = ae_AlArabiya.ttf; sourceTree = "<group>"; };
65 70
 		ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
66 71
 		ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
67
-		F00391E0B5D6439ED1C9F3E5 /* Pods-demo-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
68
-		F198BA4CF6196BE6F4E1DADD /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
69
-		F698C2DDC2ADD72A1DCF4486 /* Pods-demo-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.release.xcconfig"; sourceTree = "<group>"; };
70 72
 /* End PBXFileReference section */
71 73
 
72 74
 /* Begin PBXFrameworksBuildPhase section */
@@ -74,7 +76,7 @@
74 76
 			isa = PBXFrameworksBuildPhase;
75 77
 			buildActionMask = 2147483647;
76 78
 			files = (
77
-				888F0CBCA91D26F303D19302 /* libPods-demo-demoTests.a in Frameworks */,
79
+				94FD118CF2FA735E6B953043 /* libPods-demo-demoTests.a in Frameworks */,
78 80
 			);
79 81
 			runOnlyForDeploymentPostprocessing = 0;
80 82
 		};
@@ -82,7 +84,7 @@
82 84
 			isa = PBXFrameworksBuildPhase;
83 85
 			buildActionMask = 2147483647;
84 86
 			files = (
85
-				7AEBDF2765141B7FDF334D73 /* libPods-demo.a in Frameworks */,
87
+				97259E0C8121F49A08BBCFCC /* libPods-demo.a in Frameworks */,
86 88
 			);
87 89
 			runOnlyForDeploymentPostprocessing = 0;
88 90
 		};
@@ -90,7 +92,7 @@
90 92
 			isa = PBXFrameworksBuildPhase;
91 93
 			buildActionMask = 2147483647;
92 94
 			files = (
93
-				7AEDC6FB3268D41AF314D436 /* libPods-demo-tvOS.a in Frameworks */,
95
+				2C74C5D2DDD86C17ABD949A0 /* libPods-demo-tvOS.a in Frameworks */,
94 96
 			);
95 97
 			runOnlyForDeploymentPostprocessing = 0;
96 98
 		};
@@ -98,7 +100,7 @@
98 100
 			isa = PBXFrameworksBuildPhase;
99 101
 			buildActionMask = 2147483647;
100 102
 			files = (
101
-				EB5DD8A4A2A9AC07FBB12EE9 /* libPods-demo-tvOSTests.a in Frameworks */,
103
+				54734FC275DE63CD72586A55 /* libPods-demo-tvOSTests.a in Frameworks */,
102 104
 			);
103 105
 			runOnlyForDeploymentPostprocessing = 0;
104 106
 		};
@@ -136,31 +138,15 @@
136 138
 			name = demo;
137 139
 			sourceTree = "<group>";
138 140
 		};
139
-		2B32AE702145A7CA3BFA9BA9 /* Pods */ = {
140
-			isa = PBXGroup;
141
-			children = (
142
-				F198BA4CF6196BE6F4E1DADD /* Pods-demo.debug.xcconfig */,
143
-				722A7A6B2662AA2D741105DE /* Pods-demo.release.xcconfig */,
144
-				1ED99B25A02D3D0BE4D44F1E /* Pods-demo-demoTests.debug.xcconfig */,
145
-				ACDC7FD8D5A0F68D0F004AE3 /* Pods-demo-demoTests.release.xcconfig */,
146
-				09FB614A8C09E6EDA3FDB6AD /* Pods-demo-tvOS.debug.xcconfig */,
147
-				F698C2DDC2ADD72A1DCF4486 /* Pods-demo-tvOS.release.xcconfig */,
148
-				F00391E0B5D6439ED1C9F3E5 /* Pods-demo-tvOSTests.debug.xcconfig */,
149
-				A03265C2EC4D4CD6B5BBC20F /* Pods-demo-tvOSTests.release.xcconfig */,
150
-			);
151
-			name = Pods;
152
-			path = Pods;
153
-			sourceTree = "<group>";
154
-		};
155 141
 		2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
156 142
 			isa = PBXGroup;
157 143
 			children = (
158 144
 				ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
159 145
 				ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
160
-				71C42D688B62E022AB106A60 /* libPods-demo.a */,
161
-				E173B6879C8ADCDAA2AFF544 /* libPods-demo-demoTests.a */,
162
-				AD605D791404004A9CD55CDB /* libPods-demo-tvOS.a */,
163
-				0CD35B4953B208BECD1B7794 /* libPods-demo-tvOSTests.a */,
146
+				BDB8F76C26EE4941035E9951 /* libPods-demo.a */,
147
+				857B4B5F3841F0B90386A08E /* libPods-demo-demoTests.a */,
148
+				6D7504E55653E08DC61B62E3 /* libPods-demo-tvOS.a */,
149
+				A0594497D7E79036E464BEDB /* libPods-demo-tvOSTests.a */,
164 150
 			);
165 151
 			name = Frameworks;
166 152
 			sourceTree = "<group>";
@@ -175,12 +161,13 @@
175 161
 		83CBB9F61A601CBA00E9B192 = {
176 162
 			isa = PBXGroup;
177 163
 			children = (
164
+				B7C1B3852394B30A001240AA /* web */,
178 165
 				13B07FAE1A68108700A75B9A /* demo */,
179 166
 				832341AE1AAA6A7D00B99B32 /* Libraries */,
180 167
 				00E356EF1AD99517003FC87E /* demoTests */,
181 168
 				83CBBA001A601CBA00E9B192 /* Products */,
182 169
 				2D16E6871FA4F8E400B85C8A /* Frameworks */,
183
-				2B32AE702145A7CA3BFA9BA9 /* Pods */,
170
+				D3DA01C924CC862C7B1B6376 /* Pods */,
184 171
 			);
185 172
 			indentWidth = 2;
186 173
 			sourceTree = "<group>";
@@ -198,6 +185,30 @@
198 185
 			name = Products;
199 186
 			sourceTree = "<group>";
200 187
 		};
188
+		D3DA01C924CC862C7B1B6376 /* Pods */ = {
189
+			isa = PBXGroup;
190
+			children = (
191
+				B756E3B277BB46AB44F8B74E /* Pods-demo.debug.xcconfig */,
192
+				54EBCA786BC6355E4A0216C6 /* Pods-demo.release.xcconfig */,
193
+				736DC4494550C40F03BB8CF6 /* Pods-demo-demoTests.debug.xcconfig */,
194
+				B8FFAEF0B1324E6739799AA7 /* Pods-demo-demoTests.release.xcconfig */,
195
+				A519F7CFCA863825F8B7F1AF /* Pods-demo-tvOS.debug.xcconfig */,
196
+				1F9AF50CAE43AA2BD920F189 /* Pods-demo-tvOS.release.xcconfig */,
197
+				351EEACF884DCA35CADA75F7 /* Pods-demo-tvOSTests.debug.xcconfig */,
198
+				E9E45635F099B36B28CF1F60 /* Pods-demo-tvOSTests.release.xcconfig */,
199
+			);
200
+			name = Pods;
201
+			path = Pods;
202
+			sourceTree = "<group>";
203
+		};
204
+		B7C1B3852394B30A001240AA /* web */ = {
205
+			isa = PBXGroup;
206
+			children = (
207
+				B7C1B3862394B353001240AA /* ae_AlArabiya.ttf */,
208
+			);
209
+			path = web;
210
+			sourceTree = "<group>";
211
+		};
201 212
 /* End PBXGroup section */
202 213
 
203 214
 /* Begin PBXNativeTarget section */
@@ -205,7 +216,7 @@
205 216
 			isa = PBXNativeTarget;
206 217
 			buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "demoTests" */;
207 218
 			buildPhases = (
208
-				8ED54F981A6BFAF2EF4954E7 /* [CP] Check Pods Manifest.lock */,
219
+				F3D03949804F94ADBF0EAAE6 /* [CP] Check Pods Manifest.lock */,
209 220
 				00E356EA1AD99517003FC87E /* Sources */,
210 221
 				00E356EB1AD99517003FC87E /* Frameworks */,
211 222
 				00E356EC1AD99517003FC87E /* Resources */,
@@ -224,7 +235,7 @@
224 235
 			isa = PBXNativeTarget;
225 236
 			buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "demo" */;
226 237
 			buildPhases = (
227
-				72C6E981C56746A0EB4E407C /* [CP] Check Pods Manifest.lock */,
238
+				D0B2F951464DCA71D8B7E452 /* [CP] Check Pods Manifest.lock */,
228 239
 				FD10A7F022414F080027D42C /* Start Packager */,
229 240
 				13B07F871A680F5B00A75B9A /* Sources */,
230 241
 				13B07F8C1A680F5B00A75B9A /* Frameworks */,
@@ -244,7 +255,7 @@
244 255
 			isa = PBXNativeTarget;
245 256
 			buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOS" */;
246 257
 			buildPhases = (
247
-				1558E4DFA3FB545B1DF2E70A /* [CP] Check Pods Manifest.lock */,
258
+				8A5C8CE74FE2B0335BA1C166 /* [CP] Check Pods Manifest.lock */,
248 259
 				FD10A7F122414F3F0027D42C /* Start Packager */,
249 260
 				2D02E4771E0B4A5D006451C7 /* Sources */,
250 261
 				2D02E4781E0B4A5D006451C7 /* Frameworks */,
@@ -264,7 +275,7 @@
264 275
 			isa = PBXNativeTarget;
265 276
 			buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOSTests" */;
266 277
 			buildPhases = (
267
-				265CBEA5C9EDD284EE4943AE /* [CP] Check Pods Manifest.lock */,
278
+				6AAD717192B4C35AF7D8AC6F /* [CP] Check Pods Manifest.lock */,
268 279
 				2D02E48C1E0B4A5D006451C7 /* Sources */,
269 280
 				2D02E48D1E0B4A5D006451C7 /* Frameworks */,
270 281
 				2D02E48E1E0B4A5D006451C7 /* Resources */,
@@ -340,6 +351,7 @@
340 351
 			files = (
341 352
 				13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
342 353
 				13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
354
+				B7C1B3872394B353001240AA /* ae_AlArabiya.ttf in Resources */,
343 355
 			);
344 356
 			runOnlyForDeploymentPostprocessing = 0;
345 357
 		};
@@ -375,29 +387,21 @@
375 387
 			shellPath = /bin/sh;
376 388
 			shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
377 389
 		};
378
-		1558E4DFA3FB545B1DF2E70A /* [CP] Check Pods Manifest.lock */ = {
390
+		2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
379 391
 			isa = PBXShellScriptBuildPhase;
380 392
 			buildActionMask = 2147483647;
381 393
 			files = (
382 394
 			);
383
-			inputFileListPaths = (
384
-			);
385 395
 			inputPaths = (
386
-				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
387
-				"${PODS_ROOT}/Manifest.lock",
388
-			);
389
-			name = "[CP] Check Pods Manifest.lock";
390
-			outputFileListPaths = (
391 396
 			);
397
+			name = "Bundle React Native Code And Images";
392 398
 			outputPaths = (
393
-				"$(DERIVED_FILE_DIR)/Pods-demo-tvOS-checkManifestLockResult.txt",
394 399
 			);
395 400
 			runOnlyForDeploymentPostprocessing = 0;
396 401
 			shellPath = /bin/sh;
397
-			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
398
-			showEnvVarsInLog = 0;
402
+			shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
399 403
 		};
400
-		265CBEA5C9EDD284EE4943AE /* [CP] Check Pods Manifest.lock */ = {
404
+		6AAD717192B4C35AF7D8AC6F /* [CP] Check Pods Manifest.lock */ = {
401 405
 			isa = PBXShellScriptBuildPhase;
402 406
 			buildActionMask = 2147483647;
403 407
 			files = (
@@ -419,21 +423,29 @@
419 423
 			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
420 424
 			showEnvVarsInLog = 0;
421 425
 		};
422
-		2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
426
+		8A5C8CE74FE2B0335BA1C166 /* [CP] Check Pods Manifest.lock */ = {
423 427
 			isa = PBXShellScriptBuildPhase;
424 428
 			buildActionMask = 2147483647;
425 429
 			files = (
426 430
 			);
431
+			inputFileListPaths = (
432
+			);
427 433
 			inputPaths = (
434
+				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
435
+				"${PODS_ROOT}/Manifest.lock",
436
+			);
437
+			name = "[CP] Check Pods Manifest.lock";
438
+			outputFileListPaths = (
428 439
 			);
429
-			name = "Bundle React Native Code And Images";
430 440
 			outputPaths = (
441
+				"$(DERIVED_FILE_DIR)/Pods-demo-tvOS-checkManifestLockResult.txt",
431 442
 			);
432 443
 			runOnlyForDeploymentPostprocessing = 0;
433 444
 			shellPath = /bin/sh;
434
-			shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
445
+			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
446
+			showEnvVarsInLog = 0;
435 447
 		};
436
-		72C6E981C56746A0EB4E407C /* [CP] Check Pods Manifest.lock */ = {
448
+		D0B2F951464DCA71D8B7E452 /* [CP] Check Pods Manifest.lock */ = {
437 449
 			isa = PBXShellScriptBuildPhase;
438 450
 			buildActionMask = 2147483647;
439 451
 			files = (
@@ -455,7 +467,7 @@
455 467
 			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
456 468
 			showEnvVarsInLog = 0;
457 469
 		};
458
-		8ED54F981A6BFAF2EF4954E7 /* [CP] Check Pods Manifest.lock */ = {
470
+		F3D03949804F94ADBF0EAAE6 /* [CP] Check Pods Manifest.lock */ = {
459 471
 			isa = PBXShellScriptBuildPhase;
460 472
 			buildActionMask = 2147483647;
461 473
 			files = (
@@ -582,7 +594,7 @@
582 594
 /* Begin XCBuildConfiguration section */
583 595
 		00E356F61AD99517003FC87E /* Debug */ = {
584 596
 			isa = XCBuildConfiguration;
585
-			baseConfigurationReference = 1ED99B25A02D3D0BE4D44F1E /* Pods-demo-demoTests.debug.xcconfig */;
597
+			baseConfigurationReference = 736DC4494550C40F03BB8CF6 /* Pods-demo-demoTests.debug.xcconfig */;
586 598
 			buildSettings = {
587 599
 				BUNDLE_LOADER = "$(TEST_HOST)";
588 600
 				GCC_PREPROCESSOR_DEFINITIONS = (
@@ -605,7 +617,7 @@
605 617
 		};
606 618
 		00E356F71AD99517003FC87E /* Release */ = {
607 619
 			isa = XCBuildConfiguration;
608
-			baseConfigurationReference = ACDC7FD8D5A0F68D0F004AE3 /* Pods-demo-demoTests.release.xcconfig */;
620
+			baseConfigurationReference = B8FFAEF0B1324E6739799AA7 /* Pods-demo-demoTests.release.xcconfig */;
609 621
 			buildSettings = {
610 622
 				BUNDLE_LOADER = "$(TEST_HOST)";
611 623
 				COPY_PHASE_STRIP = NO;
@@ -625,7 +637,7 @@
625 637
 		};
626 638
 		13B07F941A680F5B00A75B9A /* Debug */ = {
627 639
 			isa = XCBuildConfiguration;
628
-			baseConfigurationReference = F198BA4CF6196BE6F4E1DADD /* Pods-demo.debug.xcconfig */;
640
+			baseConfigurationReference = B756E3B277BB46AB44F8B74E /* Pods-demo.debug.xcconfig */;
629 641
 			buildSettings = {
630 642
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
631 643
 				CLANG_ENABLE_MODULES = YES;
@@ -652,7 +664,7 @@
652 664
 		};
653 665
 		13B07F951A680F5B00A75B9A /* Release */ = {
654 666
 			isa = XCBuildConfiguration;
655
-			baseConfigurationReference = 722A7A6B2662AA2D741105DE /* Pods-demo.release.xcconfig */;
667
+			baseConfigurationReference = 54EBCA786BC6355E4A0216C6 /* Pods-demo.release.xcconfig */;
656 668
 			buildSettings = {
657 669
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
658 670
 				CLANG_ENABLE_MODULES = YES;
@@ -673,7 +685,7 @@
673 685
 		};
674 686
 		2D02E4971E0B4A5E006451C7 /* Debug */ = {
675 687
 			isa = XCBuildConfiguration;
676
-			baseConfigurationReference = 09FB614A8C09E6EDA3FDB6AD /* Pods-demo-tvOS.debug.xcconfig */;
688
+			baseConfigurationReference = A519F7CFCA863825F8B7F1AF /* Pods-demo-tvOS.debug.xcconfig */;
677 689
 			buildSettings = {
678 690
 				ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
679 691
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -701,7 +713,7 @@
701 713
 		};
702 714
 		2D02E4981E0B4A5E006451C7 /* Release */ = {
703 715
 			isa = XCBuildConfiguration;
704
-			baseConfigurationReference = F698C2DDC2ADD72A1DCF4486 /* Pods-demo-tvOS.release.xcconfig */;
716
+			baseConfigurationReference = 1F9AF50CAE43AA2BD920F189 /* Pods-demo-tvOS.release.xcconfig */;
705 717
 			buildSettings = {
706 718
 				ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
707 719
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -729,7 +741,7 @@
729 741
 		};
730 742
 		2D02E4991E0B4A5E006451C7 /* Debug */ = {
731 743
 			isa = XCBuildConfiguration;
732
-			baseConfigurationReference = F00391E0B5D6439ED1C9F3E5 /* Pods-demo-tvOSTests.debug.xcconfig */;
744
+			baseConfigurationReference = 351EEACF884DCA35CADA75F7 /* Pods-demo-tvOSTests.debug.xcconfig */;
733 745
 			buildSettings = {
734 746
 				BUNDLE_LOADER = "$(TEST_HOST)";
735 747
 				CLANG_ANALYZER_NONNULL = YES;
@@ -756,7 +768,7 @@
756 768
 		};
757 769
 		2D02E49A1E0B4A5E006451C7 /* Release */ = {
758 770
 			isa = XCBuildConfiguration;
759
-			baseConfigurationReference = A03265C2EC4D4CD6B5BBC20F /* Pods-demo-tvOSTests.release.xcconfig */;
771
+			baseConfigurationReference = E9E45635F099B36B28CF1F60 /* Pods-demo-tvOSTests.release.xcconfig */;
760 772
 			buildSettings = {
761 773
 				BUNDLE_LOADER = "$(TEST_HOST)";
762 774
 				CLANG_ANALYZER_NONNULL = YES;

+ 2
- 2
demo/package.json View File

@@ -11,9 +11,9 @@
11 11
   },
12 12
   "dependencies": {
13 13
     "react": "16.11.0",
14
-    "react-native": "0.62.0",
14
+    "react-native": "0.62.2",
15 15
     "react-native-autoheight-webview": "../",
16
-    "react-native-webview": "^9.0.1"
16
+    "react-native-webview": "9.0.2"
17 17
   },
18 18
   "devDependencies": {
19 19
     "@babel/core": "^7.6.2",

+ 167
- 142
demo/yarn.lock View File

@@ -31,12 +31,12 @@
31 31
     semver "^5.4.1"
32 32
     source-map "^0.5.0"
33 33
 
34
-"@babel/generator@^7.4.0", "@babel/generator@^7.5.0", "@babel/generator@^7.9.0":
35
-  version "7.9.4"
36
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
37
-  integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA==
34
+"@babel/generator@^7.4.0", "@babel/generator@^7.5.0", "@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
35
+  version "7.9.5"
36
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
37
+  integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==
38 38
   dependencies:
39
-    "@babel/types" "^7.9.0"
39
+    "@babel/types" "^7.9.5"
40 40
     jsesc "^2.5.1"
41 41
     lodash "^4.17.13"
42 42
     source-map "^0.5.0"
@@ -57,13 +57,13 @@
57 57
     "@babel/types" "^7.8.3"
58 58
 
59 59
 "@babel/helper-builder-react-jsx-experimental@^7.9.0":
60
-  version "7.9.0"
61
-  resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.0.tgz#066d80262ade488f9c1b1823ce5db88a4cedaa43"
62
-  integrity sha512-3xJEiyuYU4Q/Ar9BsHisgdxZsRlsShMe90URZ0e6przL26CCs8NJbDoxH94kKT17PcxlMhsCAwZd90evCo26VQ==
60
+  version "7.9.5"
61
+  resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.5.tgz#0b4b3e04e6123f03b404ca4dfd6528fe6bb92fe3"
62
+  integrity sha512-HAagjAC93tk748jcXpZ7oYRZH485RCq/+yEv9SIWezHRPv9moZArTnkUNciUNzvwHUABmiWKlcxJvMcu59UwTg==
63 63
   dependencies:
64 64
     "@babel/helper-annotate-as-pure" "^7.8.3"
65 65
     "@babel/helper-module-imports" "^7.8.3"
66
-    "@babel/types" "^7.9.0"
66
+    "@babel/types" "^7.9.5"
67 67
 
68 68
 "@babel/helper-builder-react-jsx@^7.9.0":
69 69
   version "7.9.0"
@@ -74,11 +74,11 @@
74 74
     "@babel/types" "^7.9.0"
75 75
 
76 76
 "@babel/helper-create-class-features-plugin@^7.8.3":
77
-  version "7.8.6"
78
-  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.6.tgz#243a5b46e2f8f0f674dc1387631eb6b28b851de0"
79
-  integrity sha512-klTBDdsr+VFFqaDHm5rR69OpEQtO2Qv8ECxHS1mNhJJvaHArR6a1xTf5K/eZW7eZpJbhCx3NW1Yt/sKsLXLblg==
77
+  version "7.9.5"
78
+  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.5.tgz#79753d44017806b481017f24b02fd4113c7106ea"
79
+  integrity sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA==
80 80
   dependencies:
81
-    "@babel/helper-function-name" "^7.8.3"
81
+    "@babel/helper-function-name" "^7.9.5"
82 82
     "@babel/helper-member-expression-to-functions" "^7.8.3"
83 83
     "@babel/helper-optimise-call-expression" "^7.8.3"
84 84
     "@babel/helper-plugin-utils" "^7.8.3"
@@ -111,14 +111,14 @@
111 111
     "@babel/traverse" "^7.8.3"
112 112
     "@babel/types" "^7.8.3"
113 113
 
114
-"@babel/helper-function-name@^7.8.3":
115
-  version "7.8.3"
116
-  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
117
-  integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
114
+"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
115
+  version "7.9.5"
116
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
117
+  integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
118 118
   dependencies:
119 119
     "@babel/helper-get-function-arity" "^7.8.3"
120 120
     "@babel/template" "^7.8.3"
121
-    "@babel/types" "^7.8.3"
121
+    "@babel/types" "^7.9.5"
122 122
 
123 123
 "@babel/helper-get-function-arity@^7.8.3":
124 124
   version "7.8.3"
@@ -209,10 +209,10 @@
209 209
   dependencies:
210 210
     "@babel/types" "^7.8.3"
211 211
 
212
-"@babel/helper-validator-identifier@^7.9.0":
213
-  version "7.9.0"
214
-  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
215
-  integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
212
+"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
213
+  version "7.9.5"
214
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
215
+  integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
216 216
 
217 217
 "@babel/helper-wrap-function@^7.8.3":
218 218
   version "7.8.3"
@@ -279,12 +279,13 @@
279 279
     "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
280 280
 
281 281
 "@babel/plugin-proposal-object-rest-spread@^7.0.0":
282
-  version "7.9.0"
283
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
284
-  integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
282
+  version "7.9.5"
283
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
284
+  integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
285 285
   dependencies:
286 286
     "@babel/helper-plugin-utils" "^7.8.3"
287 287
     "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
288
+    "@babel/plugin-transform-parameters" "^7.9.5"
288 289
 
289 290
 "@babel/plugin-proposal-optional-catch-binding@^7.0.0":
290 291
   version "7.8.3"
@@ -404,13 +405,13 @@
404 405
     lodash "^4.17.13"
405 406
 
406 407
 "@babel/plugin-transform-classes@^7.0.0":
407
-  version "7.9.2"
408
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d"
409
-  integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ==
408
+  version "7.9.5"
409
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
410
+  integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
410 411
   dependencies:
411 412
     "@babel/helper-annotate-as-pure" "^7.8.3"
412 413
     "@babel/helper-define-map" "^7.8.3"
413
-    "@babel/helper-function-name" "^7.8.3"
414
+    "@babel/helper-function-name" "^7.9.5"
414 415
     "@babel/helper-optimise-call-expression" "^7.8.3"
415 416
     "@babel/helper-plugin-utils" "^7.8.3"
416 417
     "@babel/helper-replace-supers" "^7.8.6"
@@ -425,9 +426,9 @@
425 426
     "@babel/helper-plugin-utils" "^7.8.3"
426 427
 
427 428
 "@babel/plugin-transform-destructuring@^7.0.0":
428
-  version "7.8.8"
429
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz#fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b"
430
-  integrity sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ==
429
+  version "7.9.5"
430
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
431
+  integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
431 432
   dependencies:
432 433
     "@babel/helper-plugin-utils" "^7.8.3"
433 434
 
@@ -501,10 +502,10 @@
501 502
     "@babel/helper-plugin-utils" "^7.8.3"
502 503
     "@babel/helper-replace-supers" "^7.8.3"
503 504
 
504
-"@babel/plugin-transform-parameters@^7.0.0":
505
-  version "7.9.3"
506
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.3.tgz#3028d0cc20ddc733166c6e9c8534559cee09f54a"
507
-  integrity sha512-fzrQFQhp7mIhOzmOtPiKffvCYQSK10NR8t6BBz2yPbeUHb9OLW8RZGtgDRBn8z2hGcwvKDL3vC7ojPTLNxmqEg==
505
+"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.9.5":
506
+  version "7.9.5"
507
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
508
+  integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
508 509
   dependencies:
509 510
     "@babel/helper-get-function-arity" "^7.8.3"
510 511
     "@babel/helper-plugin-utils" "^7.8.3"
@@ -633,26 +634,26 @@
633 634
     "@babel/types" "^7.8.6"
634 635
 
635 636
 "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
636
-  version "7.9.0"
637
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
638
-  integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
637
+  version "7.9.5"
638
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
639
+  integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
639 640
   dependencies:
640 641
     "@babel/code-frame" "^7.8.3"
641
-    "@babel/generator" "^7.9.0"
642
-    "@babel/helper-function-name" "^7.8.3"
642
+    "@babel/generator" "^7.9.5"
643
+    "@babel/helper-function-name" "^7.9.5"
643 644
     "@babel/helper-split-export-declaration" "^7.8.3"
644 645
     "@babel/parser" "^7.9.0"
645
-    "@babel/types" "^7.9.0"
646
+    "@babel/types" "^7.9.5"
646 647
     debug "^4.1.0"
647 648
     globals "^11.1.0"
648 649
     lodash "^4.17.13"
649 650
 
650
-"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
651
-  version "7.9.0"
652
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
653
-  integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
651
+"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
652
+  version "7.9.5"
653
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
654
+  integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
654 655
   dependencies:
655
-    "@babel/helper-validator-identifier" "^7.9.0"
656
+    "@babel/helper-validator-identifier" "^7.9.5"
656 657
     lodash "^4.17.13"
657 658
     to-fast-properties "^2.0.0"
658 659
 
@@ -844,29 +845,29 @@
844 845
     "@types/istanbul-reports" "^1.1.1"
845 846
     "@types/yargs" "^13.0.0"
846 847
 
847
-"@jest/types@^25.2.3":
848
-  version "25.2.3"
849
-  resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.2.3.tgz#035c4fb94e2da472f359ff9a211915d59987f6b6"
850
-  integrity sha512-6oLQwO9mKif3Uph3RX5J1i3S7X7xtDHWBaaaoeKw8hOzV6YUd0qDcYcHZ6QXMHDIzSr7zzrEa51o2Ovlj6AtKQ==
848
+"@jest/types@^25.3.0":
849
+  version "25.3.0"
850
+  resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.3.0.tgz#88f94b277a1d028fd7117bc1f74451e0fc2131e7"
851
+  integrity sha512-UkaDNewdqXAmCDbN2GlUM6amDKS78eCqiw/UmF5nE0mmLTd6moJkiZJML/X52Ke3LH7Swhw883IRXq8o9nWjVw==
851 852
   dependencies:
852 853
     "@types/istanbul-lib-coverage" "^2.0.0"
853 854
     "@types/istanbul-reports" "^1.1.1"
854 855
     "@types/yargs" "^15.0.0"
855 856
     chalk "^3.0.0"
856 857
 
857
-"@react-native-community/cli-debugger-ui@^4.2.1":
858
-  version "4.2.1"
859
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.2.1.tgz#da22aa1cf8d04fe1aa2759873916473e81c4450b"
860
-  integrity sha512-/lvb39Pgo7bM9rsJ2aMomM7jCGWRpnO2iLECJz1ehC49Fblbosh3qtTsg9WWEVTHoY/34GhaQ7EzQxdSfH8pwg==
858
+"@react-native-community/cli-debugger-ui@^4.6.3":
859
+  version "4.6.3"
860
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.6.3.tgz#5e93bf170a092a011f1bb0e19886f94265a4ce97"
861
+  integrity sha512-5hnzGBP1eXmc1gOuKm9x5uyw9z5QE3C2pSz57eaV6dHjl9LKfeBXd9L+RqeG/uWi7buE4YyJwirvpufLREoyJg==
861 862
   dependencies:
862 863
     serve-static "^1.13.1"
863 864
 
864
-"@react-native-community/cli-platform-android@^4.2.0":
865
-  version "4.4.0"
866
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.4.0.tgz#8b836a89df65b323f540a8ba55daa34e4243f753"
867
-  integrity sha512-ETvCnUSvp1Zmq7hr6AFHbuMpfrUhBs2lwNwnCPhyxZ1Jh01FRk8HUJybN/xhUBhY7ShC7s451+rz1Kx/ni4nnA==
865
+"@react-native-community/cli-platform-android@^4.5.1":
866
+  version "4.6.3"
867
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.6.3.tgz#a7377b97cb85b5714d063281eed8e4185444569d"
868
+  integrity sha512-o88nUW2mjwvYSTwW/VTPdMmTi2vHS4T4gYGObb3qgkv/6H0JG1NC0SRo1FCHRpRGo1nQ7d+aB8sfpJeEkQ3Mbw==
868 869
   dependencies:
869
-    "@react-native-community/cli-tools" "^4.4.0"
870
+    "@react-native-community/cli-tools" "^4.6.3"
870 871
     chalk "^3.0.0"
871 872
     execa "^1.0.0"
872 873
     fs-extra "^8.1.0"
@@ -877,12 +878,12 @@
877 878
     slash "^3.0.0"
878 879
     xmldoc "^1.1.2"
879 880
 
880
-"@react-native-community/cli-platform-ios@^4.2.0":
881
-  version "4.4.0"
882
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.4.0.tgz#233508b9967b33ee9cbf7c2bd3bc328814b217bd"
883
-  integrity sha512-uoDoylEBTRX8scm6obQrPrISSEh74b1ZIYbIv70dH3A88NLZbGtr0qDZT5Nfywh94vQkKsUIkM4/PlogOffTXw==
881
+"@react-native-community/cli-platform-ios@^4.5.0":
882
+  version "4.6.3"
883
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.6.3.tgz#bcd317e4b6d391a872f04de80fd6e56dbf8a5ba7"
884
+  integrity sha512-blYP5DBVj3ZefmKvMsMvmOWrw3Fl6bQIvAAMt+J1nqhZKOONpunfKgKi9DmE/Pzxxdmsx/HhtV104OnBdtUPbw==
884 885
   dependencies:
885
-    "@react-native-community/cli-tools" "^4.4.0"
886
+    "@react-native-community/cli-tools" "^4.6.3"
886 887
     chalk "^3.0.0"
887 888
     glob "^7.1.3"
888 889
     js-yaml "^3.13.1"
@@ -890,30 +891,30 @@
890 891
     plist "^3.0.1"
891 892
     xcode "^2.0.0"
892 893
 
893
-"@react-native-community/cli-tools@^4.4.0":
894
-  version "4.4.0"
895
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.4.0.tgz#dc7bfde180af8ea5d68c9d9df908dc7bd07546d8"
896
-  integrity sha512-GmftXXaRxlUHezOXSCccLCCTkN+mhZoIdvO6qCC0tFwqeaDARWb8EJDz5CxLa5yR3BxpDXcxFADc0EZNN42TPw==
894
+"@react-native-community/cli-tools@^4.6.3":
895
+  version "4.6.3"
896
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.6.3.tgz#dab9ce5fc45ae8847caa9f6cc85b67b284777b1f"
897
+  integrity sha512-ne/A1JUA86WgS3LpdqCwdpCbzfLJusfTllv+TDafNxEdziGPwTcRmeOk3QD3X0rwSawCJhfcnROzIc4AnfSP3w==
897 898
   dependencies:
898 899
     chalk "^3.0.0"
899 900
     lodash "^4.17.15"
900 901
     mime "^2.4.1"
901 902
     node-fetch "^2.6.0"
902 903
 
903
-"@react-native-community/cli-types@^4.4.0":
904
-  version "4.4.0"
905
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.4.0.tgz#c030af8c970a98e9360645f18890a85ddb9a8f37"
906
-  integrity sha512-H1XsjQ6imMZKK+IsehDnhVhxP0FyUKX6UMWMeUkSk6Ox5M7HZ2q8kvlxVqdgZM9ry8yb6RJtCIjgBT7w8eiSug==
904
+"@react-native-community/cli-types@^4.6.3":
905
+  version "4.6.3"
906
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.6.3.tgz#e431e895e4ddedd0e2c80c2f492af60dd13cc15a"
907
+  integrity sha512-76uXaqPV1m6zGmL+x/KGHfLZiVVbCvkI4KElnd1dVEsDrVVoAsJ0tvBad+GhHh/NtYU1VmtuJ/zcKnjWdVla1A==
907 908
 
908
-"@react-native-community/cli@^4.2.0":
909
-  version "4.4.0"
910
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.4.0.tgz#6d3464baee332ea16c23da32ec4c16b74fd480cd"
911
-  integrity sha512-jFNbSk8oRlRdiTFKPsJcAq6sUib9aV5bTCxOMvRWXdRWJGDPNQp3FuDXEefCxERxrn+Qra4K45VYqjkUWWIHOg==
909
+"@react-native-community/cli@^4.5.1":
910
+  version "4.6.3"
911
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.6.3.tgz#8b906b8af87753a6bc580358ea17116a040d7e67"
912
+  integrity sha512-MqOvUyKfspzA/uUSQELouYDkS4hbqaCWG/Nc13/k+vwQnXjq2sJlVKZCrctV4IY33oKMr/S0LwyZiiiwhQ8GMg==
912 913
   dependencies:
913 914
     "@hapi/joi" "^15.0.3"
914
-    "@react-native-community/cli-debugger-ui" "^4.2.1"
915
-    "@react-native-community/cli-tools" "^4.4.0"
916
-    "@react-native-community/cli-types" "^4.4.0"
915
+    "@react-native-community/cli-debugger-ui" "^4.6.3"
916
+    "@react-native-community/cli-tools" "^4.6.3"
917
+    "@react-native-community/cli-types" "^4.6.3"
917 918
     chalk "^3.0.0"
918 919
     command-exists "^1.2.8"
919 920
     commander "^2.19.0"
@@ -937,9 +938,10 @@
937 938
     metro-react-native-babel-transformer "^0.58.0"
938 939
     minimist "^1.2.0"
939 940
     mkdirp "^0.5.1"
941
+    node-stream-zip "^1.9.1"
940 942
     open "^6.2.0"
941 943
     ora "^3.4.0"
942
-    pretty-format "^25.1.0"
944
+    pretty-format "^25.2.0"
943 945
     semver "^6.3.0"
944 946
     serve-static "^1.13.1"
945 947
     shell-quote "1.6.1"
@@ -966,9 +968,9 @@
966 968
     prettier "1.16.4"
967 969
 
968 970
 "@types/babel__core@^7.1.0":
969
-  version "7.1.6"
970
-  resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.6.tgz#16ff42a5ae203c9af1c6e190ed1f30f83207b610"
971
-  integrity sha512-tTnhWszAqvXnhW7m5jQU9PomXSiKXk2sFxpahXvI20SZKu9ylPi8WtIxueZ6ehDWikPT0jeFujMj3X4ZHuf3Tg==
971
+  version "7.1.7"
972
+  resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.7.tgz#1dacad8840364a57c98d0dd4855c6dd3752c6b89"
973
+  integrity sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw==
972 974
   dependencies:
973 975
     "@babel/parser" "^7.1.0"
974 976
     "@babel/types" "^7.0.0"
@@ -992,9 +994,9 @@
992 994
     "@babel/types" "^7.0.0"
993 995
 
994 996
 "@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
995
-  version "7.0.9"
996
-  resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.9.tgz#be82fab304b141c3eee81a4ce3b034d0eba1590a"
997
-  integrity sha512-jEFQ8L1tuvPjOI8lnpaf73oCJe+aoxL6ygqSy6c8LcW98zaC+4mzWuQIRCEvKeCOu+lbqdXcg4Uqmm1S8AP1tw==
997
+  version "7.0.10"
998
+  resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.10.tgz#d9a99f017317d9b3d1abc2ced45d3bca68df0daf"
999
+  integrity sha512-74fNdUGrWsgIB/V9kTO5FGHPWYY6Eqn+3Z7L6Hc4e/BxjYV7puvBqp5HwsVYYfLm6iURYBNCx4Ut37OF9yitCw==
998 1000
   dependencies:
999 1001
     "@babel/types" "^7.3.0"
1000 1002
 
@@ -1755,9 +1757,9 @@ cli-cursor@^3.1.0:
1755 1757
     restore-cursor "^3.1.0"
1756 1758
 
1757 1759
 cli-spinners@^2.0.0:
1758
-  version "2.2.0"
1759
-  resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77"
1760
-  integrity sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==
1760
+  version "2.3.0"
1761
+  resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5"
1762
+  integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w==
1761 1763
 
1762 1764
 cli-width@^2.0.0:
1763 1765
   version "2.2.0"
@@ -2044,9 +2046,9 @@ data-urls@^1.0.0:
2044 2046
     whatwg-url "^7.0.0"
2045 2047
 
2046 2048
 dayjs@^1.8.15:
2047
-  version "1.8.23"
2048
-  resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.23.tgz#07b5a8e759c4d75ae07bdd0ad6977f851c01e510"
2049
-  integrity sha512-NmYHMFONftoZbeOhVz6jfiXI4zSiPN6NoVWJgC0aZQfYVwzy/ZpESPHuCcI0B8BUMpSJQ08zenHDbofOLKq8hQ==
2049
+  version "1.8.24"
2050
+  resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.24.tgz#2ef8a2ab9425eaf3318fe78825be1c571027488d"
2051
+  integrity sha512-bImQZbBv86zcOWOq6fLg7r4aqMx8fScdmykA7cSh+gH1Yh8AM0Dbw0gHYrsOrza6oBBnkK+/OaR+UAa9UsMrDw==
2050 2052
 
2051 2053
 debug@0.7.x:
2052 2054
   version "0.7.4"
@@ -2272,7 +2274,7 @@ errorhandler@^1.5.0:
2272 2274
     accepts "~1.3.7"
2273 2275
     escape-html "~1.0.3"
2274 2276
 
2275
-es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2:
2277
+es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5:
2276 2278
   version "1.17.5"
2277 2279
   resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
2278 2280
   integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==
@@ -2844,9 +2846,9 @@ flat-cache@^2.0.1:
2844 2846
     write "1.0.3"
2845 2847
 
2846 2848
 flatted@^2.0.0:
2847
-  version "2.0.1"
2848
-  resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
2849
-  integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
2849
+  version "2.0.2"
2850
+  resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
2851
+  integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
2850 2852
 
2851 2853
 for-in@^1.0.2:
2852 2854
   version "1.0.2"
@@ -3117,9 +3119,9 @@ has@^1.0.3:
3117 3119
     function-bind "^1.1.1"
3118 3120
 
3119 3121
 hermes-engine@~0.4.0:
3120
-  version "0.4.0"
3121
-  resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.4.0.tgz#ea3113d472871ca4791f2d75d9f68b25d82ef92c"
3122
-  integrity sha512-7AO/K64GuVtcpUwUKDxyQXFN45RlqWrMIPMte6AeegMQMBh+MWuMU6ZOw8Jc7FGtsgiRqJRp+UX4+4UrFQXJ/A==
3122
+  version "0.4.1"
3123
+  resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.4.1.tgz#2d02b295596298643c4d24b86687eb554db9e950"
3124
+  integrity sha512-Y3JFC8PD7eN3KpnrzrmvMAqp0IwnZrmP/oGOptvaSu33d7Zq/8b/2lHlZZkNvRl7/I1Q0umTX8TByK7zzLfTXA==
3123 3125
 
3124 3126
 hosted-git-info@^2.1.4:
3125 3127
   version "2.8.8"
@@ -3134,9 +3136,9 @@ html-encoding-sniffer@^1.0.2:
3134 3136
     whatwg-encoding "^1.0.1"
3135 3137
 
3136 3138
 html-escaper@^2.0.0:
3137
-  version "2.0.1"
3138
-  resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.1.tgz#beed86b5d2b921e92533aa11bce6d8e3b583dee7"
3139
-  integrity sha512-hNX23TjWwD3q56HpWjUHOKj1+4KKlnjv9PcmBUYKVpga+2cnb9nDx/B1o0yO4n+RZXZdiNxzx6B24C9aNMTkkQ==
3139
+  version "2.0.2"
3140
+  resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
3141
+  integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
3140 3142
 
3141 3143
 http-errors@~1.7.2:
3142 3144
   version "1.7.3"
@@ -4002,9 +4004,9 @@ json-stringify-safe@~5.0.1:
4002 4004
   integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
4003 4005
 
4004 4006
 json5@^2.1.2:
4005
-  version "2.1.2"
4006
-  resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
4007
-  integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
4007
+  version "2.1.3"
4008
+  resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
4009
+  integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
4008 4010
   dependencies:
4009 4011
     minimist "^1.2.5"
4010 4012
 
@@ -4583,9 +4585,9 @@ mixin-deep@^1.2.0:
4583 4585
     is-extendable "^1.0.1"
4584 4586
 
4585 4587
 mkdirp@^0.5.1, mkdirp@^0.5.4:
4586
-  version "0.5.4"
4587
-  resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512"
4588
-  integrity sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==
4588
+  version "0.5.5"
4589
+  resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
4590
+  integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
4589 4591
   dependencies:
4590 4592
     minimist "^1.2.5"
4591 4593
 
@@ -4685,6 +4687,11 @@ node-notifier@^5.4.2:
4685 4687
     shellwords "^0.1.1"
4686 4688
     which "^1.3.0"
4687 4689
 
4690
+node-stream-zip@^1.9.1:
4691
+  version "1.9.1"
4692
+  resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.9.1.tgz#66d210204da7c60e2d6d685eb21a11d016981fd0"
4693
+  integrity sha512-7/Xs9gkuYF0WBimz5OrSc6UVKLDTxvBG2yLGtEK8PSx94d86o/6iQLvIe/140ATz35JDqHKWIxh3GcA3u5hB0w==
4694
+
4688 4695
 normalize-package-data@^2.3.2:
4689 4696
   version "2.5.0"
4690 4697
   resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -4917,9 +4924,9 @@ p-is-promise@^2.0.0:
4917 4924
   integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==
4918 4925
 
4919 4926
 p-limit@^2.0.0, p-limit@^2.2.0:
4920
-  version "2.2.2"
4921
-  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
4922
-  integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
4927
+  version "2.3.0"
4928
+  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
4929
+  integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
4923 4930
   dependencies:
4924 4931
     p-try "^2.0.0"
4925 4932
 
@@ -5105,12 +5112,12 @@ pretty-format@^24.7.0, pretty-format@^24.9.0:
5105 5112
     ansi-styles "^3.2.0"
5106 5113
     react-is "^16.8.4"
5107 5114
 
5108
-pretty-format@^25.1.0:
5109
-  version "25.2.3"
5110
-  resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.2.3.tgz#ba6e9603a0d80fa2e470b1fed55de1f9bfd81421"
5111
-  integrity sha512-IP4+5UOAVGoyqC/DiomOeHBUKN6q00gfyT2qpAsRH64tgOKB2yF7FHJXC18OCiU0/YFierACup/zdCOWw0F/0w==
5115
+pretty-format@^25.2.0:
5116
+  version "25.3.0"
5117
+  resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.3.0.tgz#d0a4f988ff4a6cd350342fdabbb809aeb4d49ad5"
5118
+  integrity sha512-wToHwF8bkQknIcFkBqNfKu4+UZqnrLn/Vr+wwKQwwvPzkBfDDKp/qIabFqdgtoi5PEnM8LFByVsOrHoa3SpTVA==
5112 5119
   dependencies:
5113
-    "@jest/types" "^25.2.3"
5120
+    "@jest/types" "^25.3.0"
5114 5121
     ansi-regex "^5.0.0"
5115 5122
     ansi-styles "^4.0.0"
5116 5123
     react-is "^16.12.0"
@@ -5205,24 +5212,24 @@ react-native-autoheight-webview@../:
5205 5212
   dependencies:
5206 5213
     prop-types "^15.7.2"
5207 5214
 
5208
-react-native-webview@^9.0.1:
5209
-  version "9.0.1"
5210
-  resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-9.0.1.tgz#81ae3aa33e446f1c93586f972092f805ab07b03a"
5211
-  integrity sha512-BAFjItI8hrhLRtG5TeN18s53SUJjyjhH4HlVbl9trZLzJVPqG/VQmG9AaAk88hzOR8QvKf8dOg8qDuoHhs0M8g==
5215
+react-native-webview@9.0.2:
5216
+  version "9.0.2"
5217
+  resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-9.0.2.tgz#5a9920261758e1ced129b6def9cf657d2c352194"
5218
+  integrity sha512-HnQ0+8jt3556QocsYTtmG3Y8eAG88GzmBodDT0PTz4TuLzPJukubj41OFkP7hytZlSdXIxyoV9A06GruyxXeLQ==
5212 5219
   dependencies:
5213 5220
     escape-string-regexp "2.0.0"
5214 5221
     invariant "2.2.4"
5215 5222
     rnpm-plugin-windows "^0.5.1-0"
5216 5223
 
5217
-react-native@0.62.0:
5218
-  version "0.62.0"
5219
-  resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.0.tgz#166dcab76f0b5ae36a4d7046de2cbfecfdc610f1"
5220
-  integrity sha512-P21YHLaRkXTiS4xuC0BAdpwIJc8r0acYWUAOCBApqG3H4eiBe/d3b0oADz8EwTu6jBtoebydabJlScu0b/59bg==
5224
+react-native@0.62.2:
5225
+  version "0.62.2"
5226
+  resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10"
5227
+  integrity sha512-gADZZ3jcm2WFTjh8CCBCbl5wRSbdxqZGd+8UpNwLQFgrkp/uHorwAhLNqcd4+fHmADgPBltNL0uR1Vhv47zcOw==
5221 5228
   dependencies:
5222 5229
     "@babel/runtime" "^7.0.0"
5223
-    "@react-native-community/cli" "^4.2.0"
5224
-    "@react-native-community/cli-platform-android" "^4.2.0"
5225
-    "@react-native-community/cli-platform-ios" "^4.2.0"
5230
+    "@react-native-community/cli" "^4.5.1"
5231
+    "@react-native-community/cli-platform-android" "^4.5.1"
5232
+    "@react-native-community/cli-platform-ios" "^4.5.0"
5226 5233
     abort-controller "^3.0.0"
5227 5234
     anser "^1.4.9"
5228 5235
     base64-js "^1.1.2"
@@ -5566,9 +5573,9 @@ rxjs@^5.4.3:
5566 5573
     symbol-observable "1.0.1"
5567 5574
 
5568 5575
 rxjs@^6.5.3:
5569
-  version "6.5.4"
5570
-  resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
5571
-  integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
5576
+  version "6.5.5"
5577
+  resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
5578
+  integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
5572 5579
   dependencies:
5573 5580
     tslib "^1.9.0"
5574 5581
 
@@ -5971,21 +5978,39 @@ string-width@^4.1.0:
5971 5978
     is-fullwidth-code-point "^3.0.0"
5972 5979
     strip-ansi "^6.0.0"
5973 5980
 
5981
+string.prototype.trimend@^1.0.0:
5982
+  version "1.0.1"
5983
+  resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
5984
+  integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
5985
+  dependencies:
5986
+    define-properties "^1.1.3"
5987
+    es-abstract "^1.17.5"
5988
+
5974 5989
 string.prototype.trimleft@^2.1.1:
5975
-  version "2.1.1"
5976
-  resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
5977
-  integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
5990
+  version "2.1.2"
5991
+  resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
5992
+  integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==
5978 5993
   dependencies:
5979 5994
     define-properties "^1.1.3"
5980
-    function-bind "^1.1.1"
5995
+    es-abstract "^1.17.5"
5996
+    string.prototype.trimstart "^1.0.0"
5981 5997
 
5982 5998
 string.prototype.trimright@^2.1.1:
5983
-  version "2.1.1"
5984
-  resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
5985
-  integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
5999
+  version "2.1.2"
6000
+  resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3"
6001
+  integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==
5986 6002
   dependencies:
5987 6003
     define-properties "^1.1.3"
5988
-    function-bind "^1.1.1"
6004
+    es-abstract "^1.17.5"
6005
+    string.prototype.trimend "^1.0.0"
6006
+
6007
+string.prototype.trimstart@^1.0.0:
6008
+  version "1.0.1"
6009
+  resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
6010
+  integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
6011
+  dependencies:
6012
+    define-properties "^1.1.3"
6013
+    es-abstract "^1.17.5"
5989 6014
 
5990 6015
 string_decoder@~1.1.1:
5991 6016
   version "1.1.1"
@@ -6033,9 +6058,9 @@ strip-eof@^1.0.0:
6033 6058
   integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
6034 6059
 
6035 6060
 strip-json-comments@^3.0.1:
6036
-  version "3.0.1"
6037
-  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
6038
-  integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
6061
+  version "3.1.0"
6062
+  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"
6063
+  integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==
6039 6064
 
6040 6065
 sudo-prompt@^9.0.0:
6041 6066
   version "9.1.1"