1919 dependencies:
2020 "@babel/highlight" "^7.0.0"
2121
22+ "@babel/code-frame@^7.10.4":
23+ version "7.10.4"
24+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
25+ integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
26+ dependencies:
27+ "@babel/highlight" "^7.10.4"
28+
2229"@babel/core@7.2.2":
2330 version "7.2.2"
2431 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
7077 source-map "^0.5.0"
7178 trim-right "^1.0.1"
7279
80+ "@babel/generator@^7.10.4":
81+ version "7.10.4"
82+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
83+ integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
84+ dependencies:
85+ "@babel/types" "^7.10.4"
86+ jsesc "^2.5.1"
87+ lodash "^4.17.13"
88+ source-map "^0.5.0"
89+
7390"@babel/helper-annotate-as-pure@^7.0.0":
7491 version "7.0.0"
7592 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
102119 "@babel/traverse" "^7.4.0"
103120 "@babel/types" "^7.4.0"
104121
122+ "@babel/helper-create-class-features-plugin@^7.10.4":
123+ version "7.10.4"
124+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355"
125+ integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ==
126+ dependencies:
127+ "@babel/helper-function-name" "^7.10.4"
128+ "@babel/helper-member-expression-to-functions" "^7.10.4"
129+ "@babel/helper-optimise-call-expression" "^7.10.4"
130+ "@babel/helper-plugin-utils" "^7.10.4"
131+ "@babel/helper-replace-supers" "^7.10.4"
132+ "@babel/helper-split-export-declaration" "^7.10.4"
133+
105134"@babel/helper-create-class-features-plugin@^7.3.0", "@babel/helper-create-class-features-plugin@^7.4.0":
106135 version "7.4.3"
107136 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.3.tgz#5bbd279c6c3ac6a60266b89bbfe7f8021080a1ef"
140169 "@babel/template" "^7.1.0"
141170 "@babel/types" "^7.0.0"
142171
172+ "@babel/helper-function-name@^7.10.4":
173+ version "7.10.4"
174+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
175+ integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
176+ dependencies:
177+ "@babel/helper-get-function-arity" "^7.10.4"
178+ "@babel/template" "^7.10.4"
179+ "@babel/types" "^7.10.4"
180+
143181"@babel/helper-get-function-arity@^7.0.0":
144182 version "7.0.0"
145183 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
146184 integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
147185 dependencies:
148186 "@babel/types" "^7.0.0"
149187
188+ "@babel/helper-get-function-arity@^7.10.4":
189+ version "7.10.4"
190+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
191+ integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
192+ dependencies:
193+ "@babel/types" "^7.10.4"
194+
150195"@babel/helper-hoist-variables@^7.4.0":
151196 version "7.4.0"
152197 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.0.tgz#25b621399ae229869329730a62015bbeb0a6fbd6"
161206 dependencies:
162207 "@babel/types" "^7.0.0"
163208
209+ "@babel/helper-member-expression-to-functions@^7.10.4":
210+ version "7.10.4"
211+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
212+ integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==
213+ dependencies:
214+ "@babel/types" "^7.10.4"
215+
164216"@babel/helper-module-imports@^7.0.0":
165217 version "7.0.0"
166218 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
187239 dependencies:
188240 "@babel/types" "^7.0.0"
189241
242+ "@babel/helper-optimise-call-expression@^7.10.4":
243+ version "7.10.4"
244+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
245+ integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
246+ dependencies:
247+ "@babel/types" "^7.10.4"
248+
190249"@babel/helper-plugin-utils@^7.0.0":
191250 version "7.0.0"
192251 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
193252 integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
194253
254+ "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
255+ version "7.10.4"
256+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
257+ integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
258+
195259"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.3":
196260 version "7.4.3"
197261 resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.3.tgz#9d6e5428bfd638ab53b37ae4ec8caf0477495147"
220284 "@babel/traverse" "^7.4.0"
221285 "@babel/types" "^7.4.0"
222286
287+ "@babel/helper-replace-supers@^7.10.4":
288+ version "7.10.4"
289+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
290+ integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
291+ dependencies:
292+ "@babel/helper-member-expression-to-functions" "^7.10.4"
293+ "@babel/helper-optimise-call-expression" "^7.10.4"
294+ "@babel/traverse" "^7.10.4"
295+ "@babel/types" "^7.10.4"
296+
223297"@babel/helper-simple-access@^7.1.0":
224298 version "7.1.0"
225299 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
235309 dependencies:
236310 "@babel/types" "^7.4.0"
237311
312+ "@babel/helper-split-export-declaration@^7.10.4":
313+ version "7.10.4"
314+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
315+ integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
316+ dependencies:
317+ "@babel/types" "^7.10.4"
318+
319+ "@babel/helper-validator-identifier@^7.10.4":
320+ version "7.10.4"
321+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
322+ integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
323+
238324"@babel/helper-wrap-function@^7.1.0":
239325 version "7.2.0"
240326 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
263349 esutils "^2.0.2"
264350 js-tokens "^4.0.0"
265351
352+ "@babel/highlight@^7.10.4":
353+ version "7.10.4"
354+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
355+ integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
356+ dependencies:
357+ "@babel/helper-validator-identifier" "^7.10.4"
358+ chalk "^2.0.0"
359+ js-tokens "^4.0.0"
360+
266361"@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
267362 version "7.4.3"
268363 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
269364 integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
270365
366+ "@babel/parser@^7.10.4":
367+ version "7.10.4"
368+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
369+ integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
370+
271371"@babel/plugin-external-helpers@^7.0.0":
272372 version "7.2.0"
273373 resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
430530 dependencies:
431531 "@babel/helper-plugin-utils" "^7.0.0"
432532
533+ "@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0":
534+ version "7.8.3"
535+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
536+ integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
537+ dependencies:
538+ "@babel/helper-plugin-utils" "^7.8.0"
539+
433540"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
434541 version "7.2.0"
435542 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
451558 dependencies:
452559 "@babel/helper-plugin-utils" "^7.0.0"
453560
561+ "@babel/plugin-syntax-optional-chaining@^7.0.0":
562+ version "7.8.3"
563+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
564+ integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
565+ dependencies:
566+ "@babel/helper-plugin-utils" "^7.8.0"
567+
454568"@babel/plugin-syntax-optional-chaining@^7.2.0":
455569 version "7.2.0"
456570 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
457571 integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
458572 dependencies:
459573 "@babel/helper-plugin-utils" "^7.0.0"
460574
575+ "@babel/plugin-syntax-typescript@^7.10.4":
576+ version "7.10.4"
577+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
578+ integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
579+ dependencies:
580+ "@babel/helper-plugin-utils" "^7.10.4"
581+
461582"@babel/plugin-syntax-typescript@^7.2.0":
462583 version "7.3.3"
463584 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
811932 "@babel/helper-plugin-utils" "^7.0.0"
812933 "@babel/plugin-syntax-typescript" "^7.2.0"
813934
935+ "@babel/plugin-transform-typescript@^7.5.0":
936+ version "7.10.4"
937+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.4.tgz#8b01cb8d77f795422277cc3fcf45af72bc68ba78"
938+ integrity sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw==
939+ dependencies:
940+ "@babel/helper-create-class-features-plugin" "^7.10.4"
941+ "@babel/helper-plugin-utils" "^7.10.4"
942+ "@babel/plugin-syntax-typescript" "^7.10.4"
943+
814944"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.2.0", "@babel/plugin-transform-unicode-regex@^7.4.3":
815945 version "7.4.3"
816946 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.3.tgz#3868703fc0e8f443dda65654b298df576f7b863b"
9921122 "@babel/parser" "^7.4.0"
9931123 "@babel/types" "^7.4.0"
9941124
1125+ "@babel/template@^7.10.4":
1126+ version "7.10.4"
1127+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
1128+ integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
1129+ dependencies:
1130+ "@babel/code-frame" "^7.10.4"
1131+ "@babel/parser" "^7.10.4"
1132+ "@babel/types" "^7.10.4"
1133+
9951134"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.2.2", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.3":
9961135 version "7.4.3"
9971136 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
10071146 globals "^11.1.0"
10081147 lodash "^4.17.11"
10091148
1149+ "@babel/traverse@^7.10.4":
1150+ version "7.10.4"
1151+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
1152+ integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
1153+ dependencies:
1154+ "@babel/code-frame" "^7.10.4"
1155+ "@babel/generator" "^7.10.4"
1156+ "@babel/helper-function-name" "^7.10.4"
1157+ "@babel/helper-split-export-declaration" "^7.10.4"
1158+ "@babel/parser" "^7.10.4"
1159+ "@babel/types" "^7.10.4"
1160+ debug "^4.1.0"
1161+ globals "^11.1.0"
1162+ lodash "^4.17.13"
1163+
10101164"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0":
10111165 version "7.4.0"
10121166 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
10161170 lodash "^4.17.11"
10171171 to-fast-properties "^2.0.0"
10181172
1173+ "@babel/types@^7.10.4":
1174+ version "7.10.4"
1175+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
1176+ integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
1177+ dependencies:
1178+ "@babel/helper-validator-identifier" "^7.10.4"
1179+ lodash "^4.17.13"
1180+ to-fast-properties "^2.0.0"
1181+
10191182"@bara/barn@^2.3.1":
10201183 version "2.3.1"
10211184 resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.1.tgz#74af0cac66534fd881cc4e31e5ad8d7011bb017c"
@@ -7793,6 +7956,11 @@ lodash.uniq@^4.5.0:
77937956 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
77947957 integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
77957958
7959+ lodash@^4.17.13:
7960+ version "4.17.15"
7961+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7962+ integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7963+
77967964log-symbols@^1.0.2:
77977965 version "1.0.2"
77987966 resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -8072,13 +8240,6 @@ metro-babel7-plugin-react-transform@0.51.1:
80728240 dependencies:
80738241 "@babel/helper-module-imports" "^7.0.0"
80748242
8075- metro-babel7-plugin-react-transform@0.53.1:
8076- version "0.53.1"
8077- resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.53.1.tgz#9ad31e5c84f5003333a6a3cf79f2d093cd3b2ddc"
8078- integrity sha512-98lEpTu7mox/7QurxVuLnbjrGDdayjpS2Z1T4vkLcP+mBxzloKJuTRnmtyWC8cNlx9qjimHGDlqtNY78rQ8rsA==
8079- dependencies:
8080- "@babel/helper-module-imports" "^7.0.0"
8081-
80828243metro-cache@0.51.1:
80838244 version "0.51.1"
80848245 resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.51.1.tgz#d0b296eab8e009214413bba87e4eac3d9b44cd04"
@@ -8204,10 +8365,10 @@ metro-react-native-babel-preset@0.51.1:
82048365 metro-babel7-plugin-react-transform "0.51.1"
82058366 react-transform-hmr "^1.0.4"
82068367
8207- metro-react-native-babel-preset@0.53.1 :
8208- version "0.53.1 "
8209- resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.53.1 .tgz#6cd9e41a1b9a6e210e71ef2adf114219b4eaf2ec "
8210- integrity sha512-Uf8EGL8kIPhDkoSdAAysNPxPQclUS2R1QC4cwnc8bkk2f6yqGn+1CorfiY9AaqlLEth5mKQqdtRYFDTFfB9QyA ==
8368+ metro-react-native-babel-preset@0.60.0 :
8369+ version "0.60.0 "
8370+ resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.60.0 .tgz#9aaaeca10a04c117ea84fb18e54c44ddcaad2ab8 "
8371+ integrity sha512-eByxCh52XWyMwh4eduzLz0HkraOX7X/tJBsOXvxhUaj8UEolxMYQWD1DO7rJbFiKfZbxRPortltDYzjJI4MpdQ ==
82118372 dependencies:
82128373 "@babel/plugin-proposal-class-properties" "^7.0.0"
82138374 "@babel/plugin-proposal-export-default-from" "^7.0.0"
@@ -8218,6 +8379,8 @@ metro-react-native-babel-preset@0.53.1:
82188379 "@babel/plugin-syntax-dynamic-import" "^7.0.0"
82198380 "@babel/plugin-syntax-export-default-from" "^7.0.0"
82208381 "@babel/plugin-syntax-flow" "^7.2.0"
8382+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
8383+ "@babel/plugin-syntax-optional-chaining" "^7.0.0"
82218384 "@babel/plugin-transform-arrow-functions" "^7.0.0"
82228385 "@babel/plugin-transform-block-scoping" "^7.0.0"
82238386 "@babel/plugin-transform-classes" "^7.0.0"
@@ -8233,18 +8396,18 @@ metro-react-native-babel-preset@0.53.1:
82338396 "@babel/plugin-transform-parameters" "^7.0.0"
82348397 "@babel/plugin-transform-react-display-name" "^7.0.0"
82358398 "@babel/plugin-transform-react-jsx" "^7.0.0"
8399+ "@babel/plugin-transform-react-jsx-self" "^7.0.0"
82368400 "@babel/plugin-transform-react-jsx-source" "^7.0.0"
82378401 "@babel/plugin-transform-regenerator" "^7.0.0"
82388402 "@babel/plugin-transform-runtime" "^7.0.0"
82398403 "@babel/plugin-transform-shorthand-properties" "^7.0.0"
82408404 "@babel/plugin-transform-spread" "^7.0.0"
82418405 "@babel/plugin-transform-sticky-regex" "^7.0.0"
82428406 "@babel/plugin-transform-template-literals" "^7.0.0"
8243- "@babel/plugin-transform-typescript" "^7.0 .0"
8407+ "@babel/plugin-transform-typescript" "^7.5 .0"
82448408 "@babel/plugin-transform-unicode-regex" "^7.0.0"
82458409 "@babel/template" "^7.0.0"
8246- metro-babel7-plugin-react-transform "0.53.1"
8247- react-transform-hmr "^1.0.4"
8410+ react-refresh "^0.4.0"
82488411
82498412metro-react-native-babel-transformer@0.51.0:
82508413 version "0.51.0"
@@ -10652,6 +10815,11 @@ react-proxy@^1.1.7:
1065210815 lodash "^4.6.1"
1065310816 react-deep-force-update "^1.0.0"
1065410817
10818+ react-refresh@^0.4.0:
10819+ version "0.4.3"
10820+ resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
10821+ integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
10822+
1065510823react-scripts@2.1.8:
1065610824 version "2.1.8"
1065710825 resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.8.tgz#21195bb928b2c0462aa98b2d32edf7d034cff2a9"
0 commit comments