Skip to content

Commit 7f425b4

Browse files
committed
fix(deps): update dependency metro-react-native-babel-preset to v0.66.0
1 parent feec279 commit 7f425b4

File tree

3 files changed

+178
-16
lines changed

3 files changed

+178
-16
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-jest": "23.6.0",
3030
"husky": "1.2.1",
3131
"jest": "23.6.0",
32-
"metro-react-native-babel-preset": "0.51.1",
32+
"metro-react-native-babel-preset": "0.66.0",
3333
"prettier": "1.15.3",
3434
"react-addons-test-utils": "15.6.2",
3535
"react-native-testing-library": "1.5.0",

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@devon/components": "0.0.1",
2020
"jsc-android": "236355.1.1",
21-
"metro-react-native-babel-preset": "0.51.1",
21+
"metro-react-native-babel-preset": "0.66.0",
2222
"react": "16.7.0-alpha.2",
2323
"react-native": "npm:@brunolemos/react-native",
2424
"react-native-screens": "1.0.0-alpha.19"

yarn.lock

Lines changed: 176 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
dependencies:
1515
"@babel/highlight" "^7.0.0"
1616

17+
"@babel/code-frame@^7.12.13":
18+
version "7.12.13"
19+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
20+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
21+
dependencies:
22+
"@babel/highlight" "^7.12.13"
23+
1724
"@babel/core@7.1.0":
1825
version "7.1.0"
1926
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.0.tgz#08958f1371179f62df6966d8a614003d11faeb04"
@@ -65,6 +72,15 @@
6572
source-map "^0.5.0"
6673
trim-right "^1.0.1"
6774

75+
"@babel/generator@^7.13.16":
76+
version "7.13.16"
77+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
78+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
79+
dependencies:
80+
"@babel/types" "^7.13.16"
81+
jsesc "^2.5.1"
82+
source-map "^0.5.0"
83+
6884
"@babel/helper-annotate-as-pure@^7.0.0":
6985
version "7.0.0"
7086
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -97,6 +113,17 @@
97113
"@babel/traverse" "^7.1.0"
98114
"@babel/types" "^7.0.0"
99115

116+
"@babel/helper-create-class-features-plugin@^7.13.0":
117+
version "7.13.11"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
119+
integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==
120+
dependencies:
121+
"@babel/helper-function-name" "^7.12.13"
122+
"@babel/helper-member-expression-to-functions" "^7.13.0"
123+
"@babel/helper-optimise-call-expression" "^7.12.13"
124+
"@babel/helper-replace-supers" "^7.13.0"
125+
"@babel/helper-split-export-declaration" "^7.12.13"
126+
100127
"@babel/helper-create-class-features-plugin@^7.2.3":
101128
version "7.2.3"
102129
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.3.tgz#f6e719abb90cb7f4a69591e35fd5eb89047c4a7c"
@@ -134,13 +161,29 @@
134161
"@babel/template" "^7.1.0"
135162
"@babel/types" "^7.0.0"
136163

164+
"@babel/helper-function-name@^7.12.13":
165+
version "7.12.13"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
167+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
168+
dependencies:
169+
"@babel/helper-get-function-arity" "^7.12.13"
170+
"@babel/template" "^7.12.13"
171+
"@babel/types" "^7.12.13"
172+
137173
"@babel/helper-get-function-arity@^7.0.0":
138174
version "7.0.0"
139175
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
140176
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
141177
dependencies:
142178
"@babel/types" "^7.0.0"
143179

180+
"@babel/helper-get-function-arity@^7.12.13":
181+
version "7.12.13"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
183+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
184+
dependencies:
185+
"@babel/types" "^7.12.13"
186+
144187
"@babel/helper-hoist-variables@^7.0.0":
145188
version "7.0.0"
146189
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz#46adc4c5e758645ae7a45deb92bab0918c23bb88"
@@ -155,6 +198,13 @@
155198
dependencies:
156199
"@babel/types" "^7.0.0"
157200

201+
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
202+
version "7.13.12"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
204+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
205+
dependencies:
206+
"@babel/types" "^7.13.12"
207+
158208
"@babel/helper-module-imports@^7.0.0":
159209
version "7.0.0"
160210
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -181,11 +231,23 @@
181231
dependencies:
182232
"@babel/types" "^7.0.0"
183233

234+
"@babel/helper-optimise-call-expression@^7.12.13":
235+
version "7.12.13"
236+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
237+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
238+
dependencies:
239+
"@babel/types" "^7.12.13"
240+
184241
"@babel/helper-plugin-utils@^7.0.0":
185242
version "7.0.0"
186243
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
187244
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
188245

246+
"@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0":
247+
version "7.13.0"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
249+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
250+
189251
"@babel/helper-regex@^7.0.0":
190252
version "7.0.0"
191253
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0.tgz#2c1718923b57f9bbe64705ffe5640ac64d9bdb27"
@@ -214,6 +276,16 @@
214276
"@babel/traverse" "^7.2.3"
215277
"@babel/types" "^7.0.0"
216278

279+
"@babel/helper-replace-supers@^7.13.0":
280+
version "7.13.12"
281+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
282+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
283+
dependencies:
284+
"@babel/helper-member-expression-to-functions" "^7.13.12"
285+
"@babel/helper-optimise-call-expression" "^7.12.13"
286+
"@babel/traverse" "^7.13.0"
287+
"@babel/types" "^7.13.12"
288+
217289
"@babel/helper-simple-access@^7.1.0":
218290
version "7.1.0"
219291
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -229,6 +301,18 @@
229301
dependencies:
230302
"@babel/types" "^7.0.0"
231303

304+
"@babel/helper-split-export-declaration@^7.12.13":
305+
version "7.12.13"
306+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
307+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
308+
dependencies:
309+
"@babel/types" "^7.12.13"
310+
311+
"@babel/helper-validator-identifier@^7.12.11":
312+
version "7.12.11"
313+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
314+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
315+
232316
"@babel/helper-wrap-function@^7.1.0":
233317
version "7.2.0"
234318
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -257,11 +341,25 @@
257341
esutils "^2.0.2"
258342
js-tokens "^4.0.0"
259343

344+
"@babel/highlight@^7.12.13":
345+
version "7.13.10"
346+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
347+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
348+
dependencies:
349+
"@babel/helper-validator-identifier" "^7.12.11"
350+
chalk "^2.0.0"
351+
js-tokens "^4.0.0"
352+
260353
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
261354
version "7.2.3"
262355
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
263356
integrity sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==
264357

358+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
359+
version "7.13.16"
360+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
361+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
362+
265363
"@babel/plugin-external-helpers@^7.0.0":
266364
version "7.2.0"
267365
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -436,6 +534,13 @@
436534
dependencies:
437535
"@babel/helper-plugin-utils" "^7.0.0"
438536

537+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0":
538+
version "7.8.3"
539+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
540+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
541+
dependencies:
542+
"@babel/helper-plugin-utils" "^7.8.0"
543+
439544
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
440545
version "7.2.0"
441546
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
@@ -457,13 +562,27 @@
457562
dependencies:
458563
"@babel/helper-plugin-utils" "^7.0.0"
459564

565+
"@babel/plugin-syntax-optional-chaining@^7.0.0":
566+
version "7.8.3"
567+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
568+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
569+
dependencies:
570+
"@babel/helper-plugin-utils" "^7.8.0"
571+
460572
"@babel/plugin-syntax-optional-chaining@^7.2.0":
461573
version "7.2.0"
462574
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
463575
integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
464576
dependencies:
465577
"@babel/helper-plugin-utils" "^7.0.0"
466578

579+
"@babel/plugin-syntax-typescript@^7.12.13":
580+
version "7.12.13"
581+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
582+
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
583+
dependencies:
584+
"@babel/helper-plugin-utils" "^7.12.13"
585+
467586
"@babel/plugin-syntax-typescript@^7.2.0":
468587
version "7.2.0"
469588
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.2.0.tgz#55d240536bd314dcbbec70fd949c5cabaed1de29"
@@ -818,6 +937,15 @@
818937
"@babel/helper-plugin-utils" "^7.0.0"
819938
"@babel/plugin-syntax-typescript" "^7.2.0"
820939

940+
"@babel/plugin-transform-typescript@^7.5.0":
941+
version "7.13.0"
942+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
943+
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
944+
dependencies:
945+
"@babel/helper-create-class-features-plugin" "^7.13.0"
946+
"@babel/helper-plugin-utils" "^7.13.0"
947+
"@babel/plugin-syntax-typescript" "^7.12.13"
948+
821949
"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.2.0":
822950
version "7.2.0"
823951
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.2.0.tgz#4eb8db16f972f8abb5062c161b8b115546ade08b"
@@ -984,6 +1112,15 @@
9841112
"@babel/parser" "^7.2.2"
9851113
"@babel/types" "^7.2.2"
9861114

1115+
"@babel/template@^7.12.13":
1116+
version "7.12.13"
1117+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1118+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1119+
dependencies:
1120+
"@babel/code-frame" "^7.12.13"
1121+
"@babel/parser" "^7.12.13"
1122+
"@babel/types" "^7.12.13"
1123+
9871124
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2", "@babel/traverse@^7.2.3":
9881125
version "7.2.3"
9891126
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
@@ -999,6 +1136,20 @@
9991136
globals "^11.1.0"
10001137
lodash "^4.17.10"
10011138

1139+
"@babel/traverse@^7.13.0":
1140+
version "7.13.17"
1141+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
1142+
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
1143+
dependencies:
1144+
"@babel/code-frame" "^7.12.13"
1145+
"@babel/generator" "^7.13.16"
1146+
"@babel/helper-function-name" "^7.12.13"
1147+
"@babel/helper-split-export-declaration" "^7.12.13"
1148+
"@babel/parser" "^7.13.16"
1149+
"@babel/types" "^7.13.17"
1150+
debug "^4.1.0"
1151+
globals "^11.1.0"
1152+
10021153
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2":
10031154
version "7.2.2"
10041155
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"
@@ -1008,6 +1159,14 @@
10081159
lodash "^4.17.10"
10091160
to-fast-properties "^2.0.0"
10101161

1162+
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.13.17":
1163+
version "7.13.17"
1164+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
1165+
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
1166+
dependencies:
1167+
"@babel/helper-validator-identifier" "^7.12.11"
1168+
to-fast-properties "^2.0.0"
1169+
10111170
"@csstools/convert-colors@^1.4.0":
10121171
version "1.4.0"
10131172
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
@@ -7712,13 +7871,6 @@ metro-babel7-plugin-react-transform@0.48.5:
77127871
dependencies:
77137872
"@babel/helper-module-imports" "^7.0.0"
77147873

7715-
metro-babel7-plugin-react-transform@0.51.1:
7716-
version "0.51.1"
7717-
resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.51.1.tgz#9cce2c340cc4006fc82aa6dfab27af22d592607e"
7718-
integrity sha512-wzn4X9KgmAMZ7Bi6v9KxA7dw+AHGL0RODPxU5NDJ3A6d0yERvzfZ3qkzWhz8jbFkVBK12cu5DTho3HBazKQDOw==
7719-
dependencies:
7720-
"@babel/helper-module-imports" "^7.0.0"
7721-
77227874
metro-cache@0.48.5:
77237875
version "0.48.5"
77247876
resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.48.5.tgz#5ab3ad13c9df527f4196f0de096a3d496db97a6b"
@@ -7803,11 +7955,12 @@ metro-react-native-babel-preset@0.48.5:
78037955
metro-babel7-plugin-react-transform "0.48.5"
78047956
react-transform-hmr "^1.0.4"
78057957

7806-
metro-react-native-babel-preset@0.51.1:
7807-
version "0.51.1"
7808-
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.51.1.tgz#44aeeedfea37f7c2ab8f6f273fa71b90fe65f089"
7809-
integrity sha512-e9tsYDFhU70gar0jQWcZXRPJVCv4k7tEs6Pm74wXO2OO/T1MEumbvniDIGwGG8bG8RUnYdHhjcaiub2Vc5BRWw==
7958+
metro-react-native-babel-preset@0.66.0:
7959+
version "0.66.0"
7960+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.0.tgz#a4495df4b24a2eb9f82705e0a53f4cbbd36d983e"
7961+
integrity sha512-rO3yayxplLNxFDc7HyMShN+psgEb2mbw15EMreNvgV8QnXNYHmgU6e15tLbtEvC8LuftOLuSufEdSmR/ykm+aA==
78107962
dependencies:
7963+
"@babel/core" "^7.0.0"
78117964
"@babel/plugin-proposal-class-properties" "^7.0.0"
78127965
"@babel/plugin-proposal-export-default-from" "^7.0.0"
78137966
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
@@ -7816,7 +7969,11 @@ metro-react-native-babel-preset@0.51.1:
78167969
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
78177970
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
78187971
"@babel/plugin-syntax-export-default-from" "^7.0.0"
7972+
"@babel/plugin-syntax-flow" "^7.2.0"
7973+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
7974+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
78197975
"@babel/plugin-transform-arrow-functions" "^7.0.0"
7976+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
78207977
"@babel/plugin-transform-block-scoping" "^7.0.0"
78217978
"@babel/plugin-transform-classes" "^7.0.0"
78227979
"@babel/plugin-transform-computed-properties" "^7.0.0"
@@ -7831,18 +7988,18 @@ metro-react-native-babel-preset@0.51.1:
78317988
"@babel/plugin-transform-parameters" "^7.0.0"
78327989
"@babel/plugin-transform-react-display-name" "^7.0.0"
78337990
"@babel/plugin-transform-react-jsx" "^7.0.0"
7991+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
78347992
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
78357993
"@babel/plugin-transform-regenerator" "^7.0.0"
78367994
"@babel/plugin-transform-runtime" "^7.0.0"
78377995
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
78387996
"@babel/plugin-transform-spread" "^7.0.0"
78397997
"@babel/plugin-transform-sticky-regex" "^7.0.0"
78407998
"@babel/plugin-transform-template-literals" "^7.0.0"
7841-
"@babel/plugin-transform-typescript" "^7.0.0"
7999+
"@babel/plugin-transform-typescript" "^7.5.0"
78428000
"@babel/plugin-transform-unicode-regex" "^7.0.0"
78438001
"@babel/template" "^7.0.0"
7844-
metro-babel7-plugin-react-transform "0.51.1"
7845-
react-transform-hmr "^1.0.4"
8002+
react-refresh "^0.4.0"
78468003

78478004
metro-resolver@0.48.5:
78488005
version "0.48.5"
@@ -10282,6 +10439,11 @@ react-proxy@^1.1.7:
1028210439
lodash "^4.6.1"
1028310440
react-deep-force-update "^1.0.0"
1028410441

10442+
react-refresh@^0.4.0:
10443+
version "0.4.3"
10444+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
10445+
integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
10446+
1028510447
react-scripts@2.1.1:
1028610448
version "2.1.1"
1028710449
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.1.1.tgz#c2959a756b0b61d3090adece0d7aedd324dff8a5"

0 commit comments

Comments
 (0)