Skip to content

Commit 0de3170

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.66.0
1 parent beb2fc7 commit 0de3170

File tree

2 files changed

+176
-15
lines changed

2 files changed

+176
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"electron-devtools-installer": "2.2.4",
6868
"husky": "1.3.1",
6969
"lint-staged": "8.1.5",
70-
"metro-react-native-babel-preset": "0.53.1",
70+
"metro-react-native-babel-preset": "0.66.0",
7171
"nodemon": "1.18.11",
7272
"npm-run-all": "4.1.5",
7373
"prettier": "1.17.0",

yarn.lock

Lines changed: 175 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
dependencies:
2020
"@babel/highlight" "^7.0.0"
2121

22+
"@babel/code-frame@^7.12.13":
23+
version "7.12.13"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
25+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
26+
dependencies:
27+
"@babel/highlight" "^7.12.13"
28+
2229
2330
version "7.2.2"
2431
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
@@ -70,6 +77,15 @@
7077
source-map "^0.5.0"
7178
trim-right "^1.0.1"
7279

80+
"@babel/generator@^7.13.16":
81+
version "7.13.16"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
83+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
84+
dependencies:
85+
"@babel/types" "^7.13.16"
86+
jsesc "^2.5.1"
87+
source-map "^0.5.0"
88+
7389
"@babel/helper-annotate-as-pure@^7.0.0":
7490
version "7.0.0"
7591
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -102,6 +118,17 @@
102118
"@babel/traverse" "^7.4.0"
103119
"@babel/types" "^7.4.0"
104120

121+
"@babel/helper-create-class-features-plugin@^7.13.0":
122+
version "7.13.11"
123+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
124+
integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==
125+
dependencies:
126+
"@babel/helper-function-name" "^7.12.13"
127+
"@babel/helper-member-expression-to-functions" "^7.13.0"
128+
"@babel/helper-optimise-call-expression" "^7.12.13"
129+
"@babel/helper-replace-supers" "^7.13.0"
130+
"@babel/helper-split-export-declaration" "^7.12.13"
131+
105132
"@babel/helper-create-class-features-plugin@^7.3.0", "@babel/helper-create-class-features-plugin@^7.4.0":
106133
version "7.4.3"
107134
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.3.tgz#5bbd279c6c3ac6a60266b89bbfe7f8021080a1ef"
@@ -140,13 +167,29 @@
140167
"@babel/template" "^7.1.0"
141168
"@babel/types" "^7.0.0"
142169

170+
"@babel/helper-function-name@^7.12.13":
171+
version "7.12.13"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
173+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
174+
dependencies:
175+
"@babel/helper-get-function-arity" "^7.12.13"
176+
"@babel/template" "^7.12.13"
177+
"@babel/types" "^7.12.13"
178+
143179
"@babel/helper-get-function-arity@^7.0.0":
144180
version "7.0.0"
145181
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
146182
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
147183
dependencies:
148184
"@babel/types" "^7.0.0"
149185

186+
"@babel/helper-get-function-arity@^7.12.13":
187+
version "7.12.13"
188+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
189+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
190+
dependencies:
191+
"@babel/types" "^7.12.13"
192+
150193
"@babel/helper-hoist-variables@^7.4.0":
151194
version "7.4.0"
152195
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.0.tgz#25b621399ae229869329730a62015bbeb0a6fbd6"
@@ -161,6 +204,13 @@
161204
dependencies:
162205
"@babel/types" "^7.0.0"
163206

207+
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
208+
version "7.13.12"
209+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
210+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
211+
dependencies:
212+
"@babel/types" "^7.13.12"
213+
164214
"@babel/helper-module-imports@^7.0.0":
165215
version "7.0.0"
166216
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -187,11 +237,23 @@
187237
dependencies:
188238
"@babel/types" "^7.0.0"
189239

240+
"@babel/helper-optimise-call-expression@^7.12.13":
241+
version "7.12.13"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
243+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
244+
dependencies:
245+
"@babel/types" "^7.12.13"
246+
190247
"@babel/helper-plugin-utils@^7.0.0":
191248
version "7.0.0"
192249
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
193250
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
194251

252+
"@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0":
253+
version "7.13.0"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
255+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
256+
195257
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.3":
196258
version "7.4.3"
197259
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.3.tgz#9d6e5428bfd638ab53b37ae4ec8caf0477495147"
@@ -220,6 +282,16 @@
220282
"@babel/traverse" "^7.4.0"
221283
"@babel/types" "^7.4.0"
222284

285+
"@babel/helper-replace-supers@^7.13.0":
286+
version "7.13.12"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
288+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
289+
dependencies:
290+
"@babel/helper-member-expression-to-functions" "^7.13.12"
291+
"@babel/helper-optimise-call-expression" "^7.12.13"
292+
"@babel/traverse" "^7.13.0"
293+
"@babel/types" "^7.13.12"
294+
223295
"@babel/helper-simple-access@^7.1.0":
224296
version "7.1.0"
225297
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -235,6 +307,18 @@
235307
dependencies:
236308
"@babel/types" "^7.4.0"
237309

310+
"@babel/helper-split-export-declaration@^7.12.13":
311+
version "7.12.13"
312+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
313+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
314+
dependencies:
315+
"@babel/types" "^7.12.13"
316+
317+
"@babel/helper-validator-identifier@^7.12.11":
318+
version "7.12.11"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
320+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
321+
238322
"@babel/helper-wrap-function@^7.1.0":
239323
version "7.2.0"
240324
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -263,11 +347,25 @@
263347
esutils "^2.0.2"
264348
js-tokens "^4.0.0"
265349

350+
"@babel/highlight@^7.12.13":
351+
version "7.13.10"
352+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
353+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
354+
dependencies:
355+
"@babel/helper-validator-identifier" "^7.12.11"
356+
chalk "^2.0.0"
357+
js-tokens "^4.0.0"
358+
266359
"@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
267360
version "7.4.3"
268361
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
269362
integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
270363

364+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
365+
version "7.13.16"
366+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
367+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
368+
271369
"@babel/plugin-external-helpers@^7.0.0":
272370
version "7.2.0"
273371
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -430,6 +528,13 @@
430528
dependencies:
431529
"@babel/helper-plugin-utils" "^7.0.0"
432530

531+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0":
532+
version "7.8.3"
533+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
534+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
535+
dependencies:
536+
"@babel/helper-plugin-utils" "^7.8.0"
537+
433538
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
434539
version "7.2.0"
435540
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
@@ -451,13 +556,27 @@
451556
dependencies:
452557
"@babel/helper-plugin-utils" "^7.0.0"
453558

559+
"@babel/plugin-syntax-optional-chaining@^7.0.0":
560+
version "7.8.3"
561+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
562+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
563+
dependencies:
564+
"@babel/helper-plugin-utils" "^7.8.0"
565+
454566
"@babel/plugin-syntax-optional-chaining@^7.2.0":
455567
version "7.2.0"
456568
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
457569
integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
458570
dependencies:
459571
"@babel/helper-plugin-utils" "^7.0.0"
460572

573+
"@babel/plugin-syntax-typescript@^7.12.13":
574+
version "7.12.13"
575+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
576+
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
577+
dependencies:
578+
"@babel/helper-plugin-utils" "^7.12.13"
579+
461580
"@babel/plugin-syntax-typescript@^7.2.0":
462581
version "7.3.3"
463582
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
@@ -811,6 +930,15 @@
811930
"@babel/helper-plugin-utils" "^7.0.0"
812931
"@babel/plugin-syntax-typescript" "^7.2.0"
813932

933+
"@babel/plugin-transform-typescript@^7.5.0":
934+
version "7.13.0"
935+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
936+
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
937+
dependencies:
938+
"@babel/helper-create-class-features-plugin" "^7.13.0"
939+
"@babel/helper-plugin-utils" "^7.13.0"
940+
"@babel/plugin-syntax-typescript" "^7.12.13"
941+
814942
"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.2.0", "@babel/plugin-transform-unicode-regex@^7.4.3":
815943
version "7.4.3"
816944
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.3.tgz#3868703fc0e8f443dda65654b298df576f7b863b"
@@ -992,6 +1120,15 @@
9921120
"@babel/parser" "^7.4.0"
9931121
"@babel/types" "^7.4.0"
9941122

1123+
"@babel/template@^7.12.13":
1124+
version "7.12.13"
1125+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1126+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1127+
dependencies:
1128+
"@babel/code-frame" "^7.12.13"
1129+
"@babel/parser" "^7.12.13"
1130+
"@babel/types" "^7.12.13"
1131+
9951132
"@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":
9961133
version "7.4.3"
9971134
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
@@ -1007,6 +1144,20 @@
10071144
globals "^11.1.0"
10081145
lodash "^4.17.11"
10091146

1147+
"@babel/traverse@^7.13.0":
1148+
version "7.13.17"
1149+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
1150+
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
1151+
dependencies:
1152+
"@babel/code-frame" "^7.12.13"
1153+
"@babel/generator" "^7.13.16"
1154+
"@babel/helper-function-name" "^7.12.13"
1155+
"@babel/helper-split-export-declaration" "^7.12.13"
1156+
"@babel/parser" "^7.13.16"
1157+
"@babel/types" "^7.13.17"
1158+
debug "^4.1.0"
1159+
globals "^11.1.0"
1160+
10101161
"@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":
10111162
version "7.4.0"
10121163
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -1016,6 +1167,14 @@
10161167
lodash "^4.17.11"
10171168
to-fast-properties "^2.0.0"
10181169

1170+
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.13.17":
1171+
version "7.13.17"
1172+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
1173+
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
1174+
dependencies:
1175+
"@babel/helper-validator-identifier" "^7.12.11"
1176+
to-fast-properties "^2.0.0"
1177+
10191178
"@bara/barn@^2.3.1":
10201179
version "2.3.1"
10211180
resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.1.tgz#74af0cac66534fd881cc4e31e5ad8d7011bb017c"
@@ -8072,13 +8231,6 @@ [email protected]:
80728231
dependencies:
80738232
"@babel/helper-module-imports" "^7.0.0"
80748233

8075-
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-
80828234
80838235
version "0.51.1"
80848236
resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.51.1.tgz#d0b296eab8e009214413bba87e4eac3d9b44cd04"
@@ -8204,11 +8356,12 @@ [email protected]:
82048356
metro-babel7-plugin-react-transform "0.51.1"
82058357
react-transform-hmr "^1.0.4"
82068358

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==
8359+
metro-react-native-babel-preset@0.66.0:
8360+
version "0.66.0"
8361+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.0.tgz#a4495df4b24a2eb9f82705e0a53f4cbbd36d983e"
8362+
integrity sha512-rO3yayxplLNxFDc7HyMShN+psgEb2mbw15EMreNvgV8QnXNYHmgU6e15tLbtEvC8LuftOLuSufEdSmR/ykm+aA==
82118363
dependencies:
8364+
"@babel/core" "^7.0.0"
82128365
"@babel/plugin-proposal-class-properties" "^7.0.0"
82138366
"@babel/plugin-proposal-export-default-from" "^7.0.0"
82148367
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
@@ -8218,7 +8371,10 @@ [email protected]:
82188371
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
82198372
"@babel/plugin-syntax-export-default-from" "^7.0.0"
82208373
"@babel/plugin-syntax-flow" "^7.2.0"
8374+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
8375+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
82218376
"@babel/plugin-transform-arrow-functions" "^7.0.0"
8377+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
82228378
"@babel/plugin-transform-block-scoping" "^7.0.0"
82238379
"@babel/plugin-transform-classes" "^7.0.0"
82248380
"@babel/plugin-transform-computed-properties" "^7.0.0"
@@ -8233,18 +8389,18 @@ [email protected]:
82338389
"@babel/plugin-transform-parameters" "^7.0.0"
82348390
"@babel/plugin-transform-react-display-name" "^7.0.0"
82358391
"@babel/plugin-transform-react-jsx" "^7.0.0"
8392+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
82368393
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
82378394
"@babel/plugin-transform-regenerator" "^7.0.0"
82388395
"@babel/plugin-transform-runtime" "^7.0.0"
82398396
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
82408397
"@babel/plugin-transform-spread" "^7.0.0"
82418398
"@babel/plugin-transform-sticky-regex" "^7.0.0"
82428399
"@babel/plugin-transform-template-literals" "^7.0.0"
8243-
"@babel/plugin-transform-typescript" "^7.0.0"
8400+
"@babel/plugin-transform-typescript" "^7.5.0"
82448401
"@babel/plugin-transform-unicode-regex" "^7.0.0"
82458402
"@babel/template" "^7.0.0"
8246-
metro-babel7-plugin-react-transform "0.53.1"
8247-
react-transform-hmr "^1.0.4"
8403+
react-refresh "^0.4.0"
82488404

82498405
82508406
version "0.51.0"
@@ -10652,6 +10808,11 @@ react-proxy@^1.1.7:
1065210808
lodash "^4.6.1"
1065310809
react-deep-force-update "^1.0.0"
1065410810

10811+
react-refresh@^0.4.0:
10812+
version "0.4.3"
10813+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
10814+
integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
10815+
1065510816
1065610817
version "2.1.8"
1065710818
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.8.tgz#21195bb928b2c0462aa98b2d32edf7d034cff2a9"

0 commit comments

Comments
 (0)