Skip to content

Commit 54fbe0d

Browse files
thymikeekelset
authored andcommittedAug 11, 2021
- Bump CLI to ^6.0.0 (#31971)
Summary: Upgrade CLI to the v6 stable. [Changelog](https://github.com/react-native-community/cli/releases/tag/v6.0.0) ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Fix] - Bump CLI to ^6.0.0 Pull Request resolved: #31971 Test Plan: cc kelset grabbou Reviewed By: TheSavior Differential Revision: D30158170 Pulled By: ShikaSD fbshipit-source-id: 392e22cb112a830778149b4a2b4a19198facf42b # Conflicts: # yarn.lock
1 parent 5efad92 commit 54fbe0d

File tree

2 files changed

+408
-46
lines changed

2 files changed

+408
-46
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
},
8686
"dependencies": {
8787
"@jest/create-cache-key-function": "^27.0.1",
88-
"@react-native-community/cli": "^6.0.0-rc.0",
89-
"@react-native-community/cli-platform-android": "^6.0.0-rc.0",
90-
"@react-native-community/cli-platform-ios": "^6.0.0-rc.0",
88+
"@react-native-community/cli": "^6.0.0",
89+
"@react-native-community/cli-platform-android": "^6.0.0",
90+
"@react-native-community/cli-platform-ios": "^6.0.0",
9191
"@react-native/assets": "1.0.0",
9292
"@react-native/normalize-color": "1.0.0",
9393
"@react-native/polyfills": "1.0.0",

‎yarn.lock

+405-43
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,32 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
1515
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
1616

17+
"@babel/compat-data@^7.15.0":
18+
version "7.15.0"
19+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
20+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
21+
22+
"@babel/core@^7.1.6":
23+
version "7.15.0"
24+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
25+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
26+
dependencies:
27+
"@babel/code-frame" "^7.14.5"
28+
"@babel/generator" "^7.15.0"
29+
"@babel/helper-compilation-targets" "^7.15.0"
30+
"@babel/helper-module-transforms" "^7.15.0"
31+
"@babel/helpers" "^7.14.8"
32+
"@babel/parser" "^7.15.0"
33+
"@babel/template" "^7.14.5"
34+
"@babel/traverse" "^7.15.0"
35+
"@babel/types" "^7.15.0"
36+
convert-source-map "^1.7.0"
37+
debug "^4.1.0"
38+
gensync "^1.0.0-beta.2"
39+
json5 "^2.1.2"
40+
semver "^6.3.0"
41+
source-map "^0.5.0"
42+
1743
"@babel/core@^7.14.0":
1844
version "7.14.8"
1945
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
@@ -44,13 +70,29 @@
4470
jsesc "^2.5.1"
4571
source-map "^0.5.0"
4672

73+
"@babel/generator@^7.15.0":
74+
version "7.15.0"
75+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
76+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
77+
dependencies:
78+
"@babel/types" "^7.15.0"
79+
jsesc "^2.5.1"
80+
source-map "^0.5.0"
81+
4782
"@babel/helper-annotate-as-pure@^7.10.4":
4883
version "7.10.4"
4984
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
5085
integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==
5186
dependencies:
5287
"@babel/types" "^7.10.4"
5388

89+
"@babel/helper-annotate-as-pure@^7.14.5":
90+
version "7.14.5"
91+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
92+
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
93+
dependencies:
94+
"@babel/types" "^7.14.5"
95+
5496
"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4":
5597
version "7.10.4"
5698
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3"
@@ -86,6 +128,16 @@
86128
browserslist "^4.16.6"
87129
semver "^6.3.0"
88130

131+
"@babel/helper-compilation-targets@^7.15.0":
132+
version "7.15.0"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
134+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
135+
dependencies:
136+
"@babel/compat-data" "^7.15.0"
137+
"@babel/helper-validator-option" "^7.14.5"
138+
browserslist "^4.16.6"
139+
semver "^6.3.0"
140+
89141
"@babel/helper-create-class-features-plugin@^7.12.1":
90142
version "7.12.1"
91143
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
@@ -97,6 +149,18 @@
97149
"@babel/helper-replace-supers" "^7.12.1"
98150
"@babel/helper-split-export-declaration" "^7.10.4"
99151

152+
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.0":
153+
version "7.15.0"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
155+
integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
156+
dependencies:
157+
"@babel/helper-annotate-as-pure" "^7.14.5"
158+
"@babel/helper-function-name" "^7.14.5"
159+
"@babel/helper-member-expression-to-functions" "^7.15.0"
160+
"@babel/helper-optimise-call-expression" "^7.14.5"
161+
"@babel/helper-replace-supers" "^7.15.0"
162+
"@babel/helper-split-export-declaration" "^7.14.5"
163+
100164
"@babel/helper-create-regexp-features-plugin@^7.12.1":
101165
version "7.12.1"
102166
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz#18b1302d4677f9dc4740fe8c9ed96680e29d37e8"
@@ -152,6 +216,13 @@
152216
dependencies:
153217
"@babel/types" "^7.14.5"
154218

219+
"@babel/helper-member-expression-to-functions@^7.15.0":
220+
version "7.15.0"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
222+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
223+
dependencies:
224+
"@babel/types" "^7.15.0"
225+
155226
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.14.5":
156227
version "7.14.5"
157228
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -173,6 +244,20 @@
173244
"@babel/traverse" "^7.14.8"
174245
"@babel/types" "^7.14.8"
175246

247+
"@babel/helper-module-transforms@^7.15.0":
248+
version "7.15.0"
249+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
250+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
251+
dependencies:
252+
"@babel/helper-module-imports" "^7.14.5"
253+
"@babel/helper-replace-supers" "^7.15.0"
254+
"@babel/helper-simple-access" "^7.14.8"
255+
"@babel/helper-split-export-declaration" "^7.14.5"
256+
"@babel/helper-validator-identifier" "^7.14.9"
257+
"@babel/template" "^7.14.5"
258+
"@babel/traverse" "^7.15.0"
259+
"@babel/types" "^7.15.0"
260+
176261
"@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.14.5":
177262
version "7.14.5"
178263
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -185,6 +270,11 @@
185270
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
186271
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
187272

273+
"@babel/helper-plugin-utils@^7.14.5":
274+
version "7.14.5"
275+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
276+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
277+
188278
"@babel/helper-regex@^7.10.4":
189279
version "7.10.5"
190280
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0"
@@ -211,6 +301,16 @@
211301
"@babel/traverse" "^7.14.5"
212302
"@babel/types" "^7.14.5"
213303

304+
"@babel/helper-replace-supers@^7.15.0":
305+
version "7.15.0"
306+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
307+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
308+
dependencies:
309+
"@babel/helper-member-expression-to-functions" "^7.15.0"
310+
"@babel/helper-optimise-call-expression" "^7.14.5"
311+
"@babel/traverse" "^7.15.0"
312+
"@babel/types" "^7.15.0"
313+
214314
"@babel/helper-simple-access@^7.12.1", "@babel/helper-simple-access@^7.14.8":
215315
version "7.14.8"
216316
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -225,6 +325,13 @@
225325
dependencies:
226326
"@babel/types" "^7.12.1"
227327

328+
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
329+
version "7.14.5"
330+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
331+
integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==
332+
dependencies:
333+
"@babel/types" "^7.14.5"
334+
228335
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.14.5":
229336
version "7.14.5"
230337
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
@@ -237,6 +344,11 @@
237344
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
238345
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
239346

347+
"@babel/helper-validator-identifier@^7.14.9":
348+
version "7.14.9"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
350+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
351+
240352
"@babel/helper-validator-option@^7.14.5":
241353
version "7.14.5"
242354
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -270,11 +382,21 @@
270382
chalk "^2.0.0"
271383
js-tokens "^4.0.0"
272384

273-
"@babel/parser@^7.14.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
385+
"@babel/parser@^7.1.6", "@babel/parser@^7.14.0":
386+
version "7.14.1"
387+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47"
388+
integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==
389+
390+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
274391
version "7.14.8"
275392
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
276393
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
277394

395+
"@babel/parser@^7.15.0":
396+
version "7.15.3"
397+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
398+
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
399+
278400
"@babel/plugin-proposal-class-properties@^7.0.0":
279401
version "7.12.1"
280402
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
@@ -283,6 +405,14 @@
283405
"@babel/helper-create-class-features-plugin" "^7.12.1"
284406
"@babel/helper-plugin-utils" "^7.10.4"
285407

408+
"@babel/plugin-proposal-class-properties@^7.1.0":
409+
version "7.14.5"
410+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
411+
integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==
412+
dependencies:
413+
"@babel/helper-create-class-features-plugin" "^7.14.5"
414+
"@babel/helper-plugin-utils" "^7.14.5"
415+
286416
"@babel/plugin-proposal-export-default-from@^7.0.0":
287417
version "7.12.1"
288418
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.12.1.tgz#c6e62d668a8abcfe0d28b82f560395fecb611c5a"
@@ -299,6 +429,14 @@
299429
"@babel/helper-plugin-utils" "^7.10.4"
300430
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
301431

432+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.1.0":
433+
version "7.14.5"
434+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6"
435+
integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==
436+
dependencies:
437+
"@babel/helper-plugin-utils" "^7.14.5"
438+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
439+
302440
"@babel/plugin-proposal-object-rest-spread@^7.0.0":
303441
version "7.12.1"
304442
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069"
@@ -325,6 +463,15 @@
325463
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
326464
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
327465

466+
"@babel/plugin-proposal-optional-chaining@^7.1.0":
467+
version "7.14.5"
468+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
469+
integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
470+
dependencies:
471+
"@babel/helper-plugin-utils" "^7.14.5"
472+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
473+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
474+
328475
"@babel/plugin-syntax-class-properties@^7.0.0":
329476
version "7.12.1"
330477
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz#bcb297c5366e79bebadef509549cd93b04f19978"
@@ -353,14 +500,21 @@
353500
dependencies:
354501
"@babel/helper-plugin-utils" "^7.10.4"
355502

503+
"@babel/plugin-syntax-flow@^7.14.5":
504+
version "7.14.5"
505+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz#2ff654999497d7d7d142493260005263731da180"
506+
integrity sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==
507+
dependencies:
508+
"@babel/helper-plugin-utils" "^7.14.5"
509+
356510
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.12.1":
357511
version "7.12.1"
358512
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926"
359513
integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
360514
dependencies:
361515
"@babel/helper-plugin-utils" "^7.10.4"
362516

363-
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
517+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
364518
version "7.8.3"
365519
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
366520
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
@@ -381,7 +535,7 @@
381535
dependencies:
382536
"@babel/helper-plugin-utils" "^7.8.0"
383537

384-
"@babel/plugin-syntax-optional-chaining@^7.0.0", "@babel/plugin-syntax-optional-chaining@^7.8.0":
538+
"@babel/plugin-syntax-optional-chaining@^7.0.0", "@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3":
385539
version "7.8.3"
386540
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
387541
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
@@ -395,6 +549,13 @@
395549
dependencies:
396550
"@babel/helper-plugin-utils" "^7.10.4"
397551

552+
"@babel/plugin-syntax-typescript@^7.14.5":
553+
version "7.14.5"
554+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716"
555+
integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==
556+
dependencies:
557+
"@babel/helper-plugin-utils" "^7.14.5"
558+
398559
"@babel/plugin-transform-arrow-functions@^7.0.0":
399560
version "7.12.1"
400561
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz#8083ffc86ac8e777fbe24b5967c4b2521f3cb2b3"
@@ -469,6 +630,14 @@
469630
"@babel/helper-plugin-utils" "^7.10.4"
470631
"@babel/plugin-syntax-flow" "^7.12.1"
471632

633+
"@babel/plugin-transform-flow-strip-types@^7.14.5":
634+
version "7.14.5"
635+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz#0dc9c1d11dcdc873417903d6df4bed019ef0f85e"
636+
integrity sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==
637+
dependencies:
638+
"@babel/helper-plugin-utils" "^7.14.5"
639+
"@babel/plugin-syntax-flow" "^7.14.5"
640+
472641
"@babel/plugin-transform-for-of@^7.0.0":
473642
version "7.12.1"
474643
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz#07640f28867ed16f9511c99c888291f560921cfa"
@@ -508,6 +677,16 @@
508677
"@babel/helper-simple-access" "^7.12.1"
509678
babel-plugin-dynamic-import-node "^2.3.3"
510679

680+
"@babel/plugin-transform-modules-commonjs@^7.1.0":
681+
version "7.15.0"
682+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
683+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
684+
dependencies:
685+
"@babel/helper-module-transforms" "^7.15.0"
686+
"@babel/helper-plugin-utils" "^7.14.5"
687+
"@babel/helper-simple-access" "^7.14.8"
688+
babel-plugin-dynamic-import-node "^2.3.3"
689+
511690
"@babel/plugin-transform-object-assign@^7.0.0":
512691
version "7.12.1"
513692
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.12.1.tgz#9102b06625f60a5443cc292d32b565373665e1e4"
@@ -615,6 +794,15 @@
615794
dependencies:
616795
"@babel/helper-plugin-utils" "^7.10.4"
617796

797+
"@babel/plugin-transform-typescript@^7.15.0":
798+
version "7.15.0"
799+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e"
800+
integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==
801+
dependencies:
802+
"@babel/helper-create-class-features-plugin" "^7.15.0"
803+
"@babel/helper-plugin-utils" "^7.14.5"
804+
"@babel/plugin-syntax-typescript" "^7.14.5"
805+
618806
"@babel/plugin-transform-typescript@^7.5.0":
619807
version "7.12.1"
620808
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
@@ -632,6 +820,24 @@
632820
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
633821
"@babel/helper-plugin-utils" "^7.10.4"
634822

823+
"@babel/preset-flow@^7.0.0":
824+
version "7.14.5"
825+
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.14.5.tgz#a1810b0780c8b48ab0bece8e7ab8d0d37712751c"
826+
integrity sha512-pP5QEb4qRUSVGzzKx9xqRuHUrM/jEzMqdrZpdMA+oUCRgd5zM1qGr5y5+ZgAL/1tVv1H0dyk5t4SKJntqyiVtg==
827+
dependencies:
828+
"@babel/helper-plugin-utils" "^7.14.5"
829+
"@babel/helper-validator-option" "^7.14.5"
830+
"@babel/plugin-transform-flow-strip-types" "^7.14.5"
831+
832+
"@babel/preset-typescript@^7.1.0":
833+
version "7.15.0"
834+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
835+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
836+
dependencies:
837+
"@babel/helper-plugin-utils" "^7.14.5"
838+
"@babel/helper-validator-option" "^7.14.5"
839+
"@babel/plugin-transform-typescript" "^7.15.0"
840+
635841
"@babel/register@^7.0.0":
636842
version "7.12.1"
637843
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.1.tgz#cdb087bdfc4f7241c03231f22e15d211acf21438"
@@ -674,6 +880,21 @@
674880
debug "^4.1.0"
675881
globals "^11.1.0"
676882

883+
"@babel/traverse@^7.15.0":
884+
version "7.15.0"
885+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
886+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
887+
dependencies:
888+
"@babel/code-frame" "^7.14.5"
889+
"@babel/generator" "^7.15.0"
890+
"@babel/helper-function-name" "^7.14.5"
891+
"@babel/helper-hoist-variables" "^7.14.5"
892+
"@babel/helper-split-export-declaration" "^7.14.5"
893+
"@babel/parser" "^7.15.0"
894+
"@babel/types" "^7.15.0"
895+
debug "^4.1.0"
896+
globals "^11.1.0"
897+
677898
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.14.5", "@babel/types@^7.14.8":
678899
version "7.14.8"
679900
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
@@ -682,6 +903,14 @@
682903
"@babel/helper-validator-identifier" "^7.14.8"
683904
to-fast-properties "^2.0.0"
684905

906+
"@babel/types@^7.15.0":
907+
version "7.15.0"
908+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
909+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
910+
dependencies:
911+
"@babel/helper-validator-identifier" "^7.14.9"
912+
to-fast-properties "^2.0.0"
913+
685914
"@cnakazawa/watch@^1.0.3":
686915
version "1.0.3"
687916
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -738,21 +967,21 @@
738967
dependencies:
739968
serve-static "^1.13.1"
740969

741-
"@react-native-community/cli-hermes@^6.0.0-rc.0":
742-
version "6.0.0-rc.0"
743-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-6.0.0-rc.0.tgz#fd0d3beee005978ae75c85b46fd583e00eb6d31b"
744-
integrity sha512-BUdOPgs0tutGGH5M7Y+WFqPxmllLvJcBAdoiTJ2KwtBiau5x+wA6T0/Oh+MQfp8k/ItpgxbWA5rv85Bn7ErUAA==
970+
"@react-native-community/cli-hermes@^6.0.0":
971+
version "6.0.0"
972+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-6.0.0.tgz#a29c403fccd22ec99805887669096d60346962ff"
973+
integrity sha512-YUX8MEmDsEYdFuo/juCZUUDPPRQ/su3K/SPcSVmv7AIAwO/7ItuQ7+58PRI914XNvnRmY1GNVHKfWhUoNXMxvA==
745974
dependencies:
746-
"@react-native-community/cli-platform-android" "^6.0.0-rc.0"
975+
"@react-native-community/cli-platform-android" "^6.0.0"
747976
"@react-native-community/cli-tools" "^6.0.0-rc.0"
748977
chalk "^3.0.0"
749978
hermes-profile-transformer "^0.0.6"
750979
ip "^1.1.5"
751980

752-
"@react-native-community/cli-platform-android@^6.0.0-rc.0":
753-
version "6.0.0-rc.0"
754-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-6.0.0-rc.0.tgz#40ced7f1ba1be08b9ee11a8ea8802d0cfb5f8130"
755-
integrity sha512-VgMg/bItB3QwWx+UqtGP8r7VTvPy3WZHLMEGoehGcVywtMixq4EBUydZnNZXcPBc+NF1gKszpH4Vq6QPEEySFA==
981+
"@react-native-community/cli-platform-android@^6.0.0":
982+
version "6.0.0"
983+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-6.0.0.tgz#004f98e9a5e8adf07aea552a140958e0bbd7e1b6"
984+
integrity sha512-yXyrM2elKM8/thf1d8EMMm0l0KdeWmIMhWZzCoRpCIQoUuVtiCEMyrZF+aufvNvy74soKiCFeAmGNI8LPk2hzg==
756985
dependencies:
757986
"@react-native-community/cli-tools" "^6.0.0-rc.0"
758987
chalk "^3.0.0"
@@ -765,17 +994,17 @@
765994
slash "^3.0.0"
766995
xmldoc "^1.1.2"
767996

768-
"@react-native-community/cli-platform-ios@^6.0.0-rc.0":
769-
version "6.0.0-rc.0"
770-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-6.0.0-rc.0.tgz#bdf2f3d1555be4db234923553781f330e1ddd828"
771-
integrity sha512-7O3iVG+tfmx2BTSlYkjH322hex/hjc4yY6lXR5ICt8ELmXQ95hXOHIJxGv5Tct+HqT/+6BBG7vAJs/mJACZajg==
997+
"@react-native-community/cli-platform-ios@^6.0.0":
998+
version "6.0.0"
999+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-6.0.0.tgz#885bd363d76bf422567d007f5e67aa9a67a1296a"
1000+
integrity sha512-+f6X4jDGuPpVcY2NsVAstnId4stnG7EvzLUhs7FUpMFjzss9c1ZJhsqQeKikOtzZbwLzFrpki/QrTK79ur7xSg==
7721001
dependencies:
7731002
"@react-native-community/cli-tools" "^6.0.0-rc.0"
7741003
chalk "^3.0.0"
7751004
glob "^7.1.3"
7761005
js-yaml "^3.13.1"
7771006
lodash "^4.17.15"
778-
plist "^3.0.1"
1007+
plist "^3.0.2"
7791008
xcode "^2.0.0"
7801009

7811010
"@react-native-community/cli-server-api@^6.0.0-rc.0":
@@ -805,23 +1034,23 @@
8051034
open "^6.2.0"
8061035
shell-quote "1.6.1"
8071036

808-
"@react-native-community/cli-types@^6.0.0-rc.0":
809-
version "6.0.0-rc.0"
810-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-6.0.0-rc.0.tgz#ce595634a86fec459ad479edd87a03724275d10d"
811-
integrity sha512-WrDnodAOBuEnl/+9fIeFnqvaZNsrykXp0yuttOwXgn7IN0WCnKFo5iXa9PwSHIPQEdFLpJD5TSnNiaQWBBb1Yg==
1037+
"@react-native-community/cli-types@^6.0.0":
1038+
version "6.0.0"
1039+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-6.0.0.tgz#90269fbdc7229d5e3b8f2f3e029a94083551040d"
1040+
integrity sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw==
8121041
dependencies:
8131042
ora "^3.4.0"
8141043

815-
"@react-native-community/cli@^6.0.0-rc.0":
816-
version "6.0.0-rc.0"
817-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-6.0.0-rc.0.tgz#197422cc08f2c72c7d9fb176cc468ea1ac540651"
818-
integrity sha512-TfuNCjKe1PJDGN5J9rt94kAbHO6l/6Rkm/AML5dWrLiHnCElkLSrIPM/HouopHSxtnyfFHuNQkyVYGOvdf5kQg==
1044+
"@react-native-community/cli@^6.0.0":
1045+
version "6.0.0"
1046+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-6.0.0.tgz#5a8d42f7fddd569eefa3233d1fd84b3ed4a66074"
1047+
integrity sha512-wTbdpai58WzUBrw8lNbF/cSzX3pOWz+y+d46ip3M3Abd5yHNRvhuejRMVQC1o9luOM+ESJa4imYSbVdh7y5g+w==
8191048
dependencies:
8201049
"@react-native-community/cli-debugger-ui" "^6.0.0-rc.0"
821-
"@react-native-community/cli-hermes" "^6.0.0-rc.0"
1050+
"@react-native-community/cli-hermes" "^6.0.0"
8221051
"@react-native-community/cli-server-api" "^6.0.0-rc.0"
8231052
"@react-native-community/cli-tools" "^6.0.0-rc.0"
824-
"@react-native-community/cli-types" "^6.0.0-rc.0"
1053+
"@react-native-community/cli-types" "^6.0.0"
8251054
appdirsjs "^1.2.4"
8261055
chalk "^3.0.0"
8271056
command-exists "^1.2.8"
@@ -837,12 +1066,12 @@
8371066
joi "^17.2.1"
8381067
leven "^3.1.0"
8391068
lodash "^4.17.15"
840-
metro "^0.66.0"
841-
metro-config "^0.66.0"
842-
metro-core "^0.66.0"
843-
metro-react-native-babel-transformer "^0.66.0"
844-
metro-resolver "^0.66.0"
845-
metro-runtime "^0.66.0"
1069+
metro "^0.66.1"
1070+
metro-config "^0.66.1"
1071+
metro-core "^0.66.1"
1072+
metro-react-native-babel-transformer "^0.66.1"
1073+
metro-resolver "^0.66.1"
1074+
metro-runtime "^0.66.1"
8461075
minimist "^1.2.0"
8471076
mkdirp "^0.5.1"
8481077
node-stream-zip "^1.9.1"
@@ -1074,6 +1303,13 @@ assign-symbols@^1.0.0:
10741303
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
10751304
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
10761305

1306+
ast-types@0.14.2:
1307+
version "0.14.2"
1308+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
1309+
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
1310+
dependencies:
1311+
tslib "^2.0.1"
1312+
10771313
astral-regex@^1.0.0:
10781314
version "1.0.0"
10791315
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
@@ -1096,6 +1332,11 @@ atob@^2.1.1:
10961332
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
10971333
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
10981334

1335+
babel-core@^7.0.0-bridge.0:
1336+
version "7.0.0-bridge.0"
1337+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1338+
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
1339+
10991340
babel-plugin-dynamic-import-node@^2.3.3:
11001341
version "2.3.3"
11011342
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
@@ -1151,6 +1392,11 @@ base64-js@^1.1.2, base64-js@^1.2.3:
11511392
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
11521393
integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==
11531394

1395+
base64-js@^1.5.1:
1396+
version "1.5.1"
1397+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
1398+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
1399+
11541400
base@^0.11.1:
11551401
version "0.11.2"
11561402
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
@@ -1401,6 +1647,11 @@ colorette@^1.0.7, colorette@^1.2.2:
14011647
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
14021648
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
14031649

1650+
colors@^1.1.2:
1651+
version "1.4.0"
1652+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
1653+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
1654+
14041655
command-exists@^1.2.8:
14051656
version "1.2.8"
14061657
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291"
@@ -1680,7 +1931,7 @@ escape-string-regexp@^1.0.5:
16801931
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
16811932
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
16821933

1683-
esprima@^4.0.0:
1934+
esprima@^4.0.0, esprima@~4.0.0:
16841935
version "4.0.1"
16851936
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
16861937
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
@@ -1821,6 +2072,16 @@ flow-bin@^0.149.0:
18212072
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.149.0.tgz#9bac6dd3074bf4740c014b333a2f6fdeaf393cf9"
18222073
integrity sha512-32hM6iKSInPCUuooS23SJ4c5Up0Tt9ozrXEE6urEpTDJU0z/vQblnCBRt3QZaEEDzSKOu2QZAU6K7fbShOOHaQ==
18232074

2075+
flow-parser@0.*:
2076+
version "0.157.0"
2077+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.157.0.tgz#8ef0a748a838a505820a3099690472757d39581c"
2078+
integrity sha512-p0vdtrM8oAMlscIXpX0e/eGWll5NPteVChNtlQncbIbivH+BdiwXHN5QO6myAfmebd027r9RiQKdUPsFAiEVgQ==
2079+
2080+
flow-parser@^0.121.0:
2081+
version "0.121.0"
2082+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.121.0.tgz#9f9898eaec91a9f7c323e9e992d81ab5c58e618f"
2083+
integrity sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg==
2084+
18242085
for-in@^1.0.2:
18252086
version "1.0.2"
18262087
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -1910,6 +2171,11 @@ globals@^11.1.0:
19102171
resolved "https://registry.yarnpkg.com/globals/-/globals-11.8.0.tgz#c1ef45ee9bed6badf0663c5cb90e8d1adec1321d"
19112172
integrity sha512-io6LkyPVuzCHBSQV9fmOwxZkUk6nIaGmxheLDgmuFv89j0fm2aqDbIXKAGfzCMHqz3HLF2Zf8WSG6VqMh2qFmA==
19122173

2174+
graceful-fs@^4.1.11:
2175+
version "4.2.8"
2176+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
2177+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
2178+
19132179
graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
19142180
version "4.2.4"
19152181
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -2008,6 +2274,11 @@ import-fresh@^2.0.0:
20082274
caller-path "^2.0.0"
20092275
resolve-from "^3.0.0"
20102276

2277+
imurmurhash@^0.1.4:
2278+
version "0.1.4"
2279+
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
2280+
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
2281+
20112282
inflight@^1.0.4:
20122283
version "1.0.6"
20132284
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -2326,6 +2597,31 @@ jsc-android@^250230.2.1:
23262597
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83"
23272598
integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==
23282599

2600+
jscodeshift@^0.11.0:
2601+
version "0.11.0"
2602+
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.11.0.tgz#4f95039408f3f06b0e39bb4d53bc3139f5330e2f"
2603+
integrity sha512-SdRK2C7jjs4k/kT2mwtO07KJN9RnjxtKn03d9JVj6c3j9WwaLcFYsICYDnLAzY0hp+wG2nxl+Cm2jWLiNVYb8g==
2604+
dependencies:
2605+
"@babel/core" "^7.1.6"
2606+
"@babel/parser" "^7.1.6"
2607+
"@babel/plugin-proposal-class-properties" "^7.1.0"
2608+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.1.0"
2609+
"@babel/plugin-proposal-optional-chaining" "^7.1.0"
2610+
"@babel/plugin-transform-modules-commonjs" "^7.1.0"
2611+
"@babel/preset-flow" "^7.0.0"
2612+
"@babel/preset-typescript" "^7.1.0"
2613+
"@babel/register" "^7.0.0"
2614+
babel-core "^7.0.0-bridge.0"
2615+
colors "^1.1.2"
2616+
flow-parser "0.*"
2617+
graceful-fs "^4.2.4"
2618+
micromatch "^3.1.10"
2619+
neo-async "^2.5.0"
2620+
node-dir "^0.1.17"
2621+
recast "^0.20.3"
2622+
temp "^0.8.1"
2623+
write-file-atomic "^2.3.0"
2624+
23292625
jsesc@^2.5.1:
23302626
version "2.5.1"
23312627
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
@@ -2526,7 +2822,7 @@ metro-cache@0.66.2:
25262822
mkdirp "^0.5.1"
25272823
rimraf "^2.5.4"
25282824

2529-
metro-config@0.66.2, metro-config@^0.66.0:
2825+
metro-config@0.66.2, metro-config@^0.66.1:
25302826
version "0.66.2"
25312827
resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.66.2.tgz#e365acdb66ad0cda0182b9c9910760a97ee4293b"
25322828
integrity sha512-0C+PrKKIBNNzLZUKN/8ZDJS2U5FLMOTXDWbvBHIdqb6YXz8WplXR2+xlSlaSCCi5b+GR7cWFWUNeKA4GQS1/AQ==
@@ -2538,7 +2834,7 @@ metro-config@0.66.2, metro-config@^0.66.0:
25382834
metro-core "0.66.2"
25392835
metro-runtime "0.66.2"
25402836

2541-
metro-core@0.66.2, metro-core@^0.66.0:
2837+
metro-core@0.66.2, metro-core@^0.66.1:
25422838
version "0.66.2"
25432839
resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.66.2.tgz#ead776a17b3e5a307e6dc22259db30bf5c7e8490"
25442840
integrity sha512-JieLZkef/516yxXYvQxWnf3OWw5rcgWRy76K8JV/wr/i8LGVGulPAXlIi445/QZzXVydzRVASKAEVqyxM5F4mA==
@@ -2615,7 +2911,7 @@ metro-react-native-babel-preset@0.66.2:
26152911
"@babel/template" "^7.0.0"
26162912
react-refresh "^0.4.0"
26172913

2618-
metro-react-native-babel-transformer@0.66.2, metro-react-native-babel-transformer@^0.66.0:
2914+
metro-react-native-babel-transformer@0.66.2, metro-react-native-babel-transformer@^0.66.1:
26192915
version "0.66.2"
26202916
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.66.2.tgz#768f341e7c3d3d1c38189799c9884b90d1c32eb7"
26212917
integrity sha512-z1ab7ihIT0pJrwgi9q2IH+LcW/xUWMQ0hH+Mrk7wbKQB0RnJdXFoxphrfoVHBHMUu+TBPetUcEkKawkK1e7Cng==
@@ -2628,14 +2924,14 @@ metro-react-native-babel-transformer@0.66.2, metro-react-native-babel-transforme
26282924
metro-source-map "0.66.2"
26292925
nullthrows "^1.1.1"
26302926

2631-
metro-resolver@0.66.2, metro-resolver@^0.66.0:
2927+
metro-resolver@0.66.2, metro-resolver@^0.66.1:
26322928
version "0.66.2"
26332929
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.66.2.tgz#f743ddbe7a12dd137d1f7a555732cafcaea421f8"
26342930
integrity sha512-pXQAJR/xauRf4kWFj2/hN5a77B4jLl0Fom5I3PHp6Arw/KxSBp0cnguXpGLwNQ6zQC0nxKCoYGL9gQpzMnN7Hw==
26352931
dependencies:
26362932
absolute-path "^0.0.0"
26372933

2638-
metro-runtime@0.66.2, metro-runtime@^0.66.0:
2934+
metro-runtime@0.66.2, metro-runtime@^0.66.1:
26392935
version "0.66.2"
26402936
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.66.2.tgz#3409ee957b949b6c7b72ef6ed2b9af9a4f4a910e"
26412937
integrity sha512-vFhKBk2ot9FS4b+2v0OTa/guCF/QDAOJubY0CNg7PzCS5+w4y3IvZIcPX4SSS1t8pYEZBLvtdtTDarlDl81xmg==
@@ -2696,7 +2992,7 @@ metro-transform-worker@0.66.2:
26962992
metro-transform-plugins "0.66.2"
26972993
nullthrows "^1.1.1"
26982994

2699-
metro@0.66.2, metro@^0.66.0:
2995+
metro@0.66.2, metro@^0.66.1:
27002996
version "0.66.2"
27012997
resolved "https://registry.yarnpkg.com/metro/-/metro-0.66.2.tgz#f21759bf00995470e7577b5b88a5277963f24492"
27022998
integrity sha512-uNsISfcQ3iKKSHoN5Q+LAh0l3jeeg7ZcNZ/4BAHGsk02erA0OP+l2m+b5qYVoPptHz9Oc3KyG5oGJoTu41pWjg==
@@ -2754,7 +3050,7 @@ metro@0.66.2, metro@^0.66.0:
27543050
ws "^1.1.5"
27553051
yargs "^15.3.1"
27563052

2757-
micromatch@^3.1.4:
3053+
micromatch@^3.1.10, micromatch@^3.1.4:
27583054
version "3.1.10"
27593055
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
27603056
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
@@ -2808,7 +3104,7 @@ mimic-fn@^1.0.0:
28083104
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
28093105
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
28103106

2811-
minimatch@^3.0.4:
3107+
minimatch@^3.0.2, minimatch@^3.0.4:
28123108
version "3.0.4"
28133109
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
28143110
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -2872,6 +3168,11 @@ negotiator@0.6.2:
28723168
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
28733169
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
28743170

3171+
neo-async@^2.5.0:
3172+
version "2.6.2"
3173+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
3174+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
3175+
28753176
nice-try@^1.0.4:
28763177
version "1.0.5"
28773178
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
@@ -2882,6 +3183,13 @@ nocache@^2.1.0:
28823183
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
28833184
integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==
28843185

3186+
node-dir@^0.1.17:
3187+
version "0.1.17"
3188+
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
3189+
integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=
3190+
dependencies:
3191+
minimatch "^3.0.2"
3192+
28853193
node-fetch@^2.2.0, node-fetch@^2.6.0:
28863194
version "2.6.0"
28873195
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
@@ -3146,6 +3454,15 @@ plist@^3.0.1:
31463454
xmlbuilder "^9.0.7"
31473455
xmldom "0.1.x"
31483456

3457+
plist@^3.0.2:
3458+
version "3.0.3"
3459+
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.3.tgz#007df34c7be0e2c3dcfcf460d623e6485457857d"
3460+
integrity sha512-ghdOKN99hh1oEmAlwBmPYo4L+tSQ7O3jRpkhWqOrMz86CWotpVzMevvQ+czo7oPDpOZyA6K06Ci7QVHpoh9gaA==
3461+
dependencies:
3462+
base64-js "^1.5.1"
3463+
xmlbuilder "^9.0.7"
3464+
xmldom "^0.6.0"
3465+
31493466
posix-character-classes@^0.1.0:
31503467
version "0.1.1"
31513468
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -3226,6 +3543,15 @@ react-is@^17.0.1:
32263543
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
32273544
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
32283545

3546+
react-native-codegen@^0.0.7:
3547+
version "0.0.7"
3548+
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.7.tgz#86651c5c5fec67a8077ef7f4e36f7ed459043e14"
3549+
integrity sha512-dwNgR8zJ3ALr480QnAmpTiqvFo+rDtq6V5oCggKhYFlRjzOmVSFn3YD41u8ltvKS5G2nQ8gCs2vReFFnRGLYng==
3550+
dependencies:
3551+
flow-parser "^0.121.0"
3552+
jscodeshift "^0.11.0"
3553+
nullthrows "^1.1.1"
3554+
32293555
react-refresh@^0.4.0:
32303556
version "0.4.0"
32313557
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.0.tgz#d421f9bd65e0e4b9822a399f14ac56bda9c92292"
@@ -3252,6 +3578,16 @@ readable-stream@~2.3.6:
32523578
string_decoder "~1.1.1"
32533579
util-deprecate "~1.0.1"
32543580

3581+
recast@^0.20.3:
3582+
version "0.20.5"
3583+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
3584+
integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
3585+
dependencies:
3586+
ast-types "0.14.2"
3587+
esprima "~4.0.0"
3588+
source-map "~0.6.1"
3589+
tslib "^2.0.1"
3590+
32553591
rechoir@^0.6.2:
32563592
version "0.6.2"
32573593
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
@@ -3372,7 +3708,7 @@ ret@~0.1.10:
33723708
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
33733709
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
33743710

3375-
rimraf@^2.5.4:
3711+
rimraf@^2.5.4, rimraf@~2.6.2:
33763712
version "2.6.3"
33773713
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
33783714
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -3764,6 +4100,13 @@ temp@0.8.3:
37644100
os-tmpdir "^1.0.0"
37654101
rimraf "~2.2.6"
37664102

4103+
temp@^0.8.1:
4104+
version "0.8.4"
4105+
resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
4106+
integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
4107+
dependencies:
4108+
rimraf "~2.6.2"
4109+
37674110
throat@^5.0.0:
37684111
version "5.0.0"
37694112
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
@@ -3819,6 +4162,11 @@ to-regex@^3.0.1, to-regex@^3.0.2:
38194162
regex-not "^1.0.2"
38204163
safe-regex "^1.1.0"
38214164

4165+
tslib@^2.0.1:
4166+
version "2.3.0"
4167+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
4168+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
4169+
38224170
uglify-es@^3.1.9:
38234171
version "3.3.9"
38244172
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"
@@ -3968,6 +4316,15 @@ wrappy@1:
39684316
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
39694317
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
39704318

4319+
write-file-atomic@^2.3.0:
4320+
version "2.4.3"
4321+
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"
4322+
integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==
4323+
dependencies:
4324+
graceful-fs "^4.1.11"
4325+
imurmurhash "^0.1.4"
4326+
signal-exit "^3.0.2"
4327+
39714328
ws@^1.1.0, ws@^1.1.5:
39724329
version "1.1.5"
39734330
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
@@ -4013,6 +4370,11 @@ xmldom@0.1.x:
40134370
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
40144371
integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
40154372

4373+
xmldom@^0.6.0:
4374+
version "0.6.0"
4375+
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f"
4376+
integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==
4377+
40164378
xtend@~4.0.1:
40174379
version "4.0.1"
40184380
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

0 commit comments

Comments
 (0)
Please sign in to comment.