Skip to content

Commit f293498

Browse files
committed
Update dependency metro-react-native-babel-preset to v0.66.0
1 parent 3a5bb65 commit f293498

File tree

2 files changed

+182
-9
lines changed

2 files changed

+182
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-preset-react-native": "4.0.1",
2727
"eslint": "6.0.1",
2828
"eslint-plugin-react": "7.14.2",
29-
"metro-react-native-babel-preset": "0.55.0",
29+
"metro-react-native-babel-preset": "0.66.0",
3030
"react": "16.8.6",
3131
"react-native": "0.60.3"
3232
},

yarn.lock

+181-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
dependencies:
99
"@babel/highlight" "^7.0.0"
1010

11+
"@babel/code-frame@^7.12.13":
12+
version "7.12.13"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
14+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
15+
dependencies:
16+
"@babel/highlight" "^7.12.13"
17+
1118
"@babel/core@^7.0.0":
1219
version "7.5.4"
1320
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
@@ -37,6 +44,15 @@
3744
source-map "^0.5.0"
3845
trim-right "^1.0.1"
3946

47+
"@babel/generator@^7.13.16":
48+
version "7.13.16"
49+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
50+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
51+
dependencies:
52+
"@babel/types" "^7.13.16"
53+
jsesc "^2.5.1"
54+
source-map "^0.5.0"
55+
4056
"@babel/helper-annotate-as-pure@^7.0.0":
4157
version "7.0.0"
4258
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -65,6 +81,17 @@
6581
"@babel/traverse" "^7.4.4"
6682
"@babel/types" "^7.4.4"
6783

84+
"@babel/helper-create-class-features-plugin@^7.13.0":
85+
version "7.13.11"
86+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
87+
integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==
88+
dependencies:
89+
"@babel/helper-function-name" "^7.12.13"
90+
"@babel/helper-member-expression-to-functions" "^7.13.0"
91+
"@babel/helper-optimise-call-expression" "^7.12.13"
92+
"@babel/helper-replace-supers" "^7.13.0"
93+
"@babel/helper-split-export-declaration" "^7.12.13"
94+
6895
"@babel/helper-create-class-features-plugin@^7.5.0":
6996
version "7.5.0"
7097
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
@@ -99,12 +126,28 @@
99126
"@babel/template" "^7.1.0"
100127
"@babel/types" "^7.0.0"
101128

129+
"@babel/helper-function-name@^7.12.13":
130+
version "7.12.13"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
132+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
133+
dependencies:
134+
"@babel/helper-get-function-arity" "^7.12.13"
135+
"@babel/template" "^7.12.13"
136+
"@babel/types" "^7.12.13"
137+
102138
"@babel/helper-get-function-arity@^7.0.0":
103139
version "7.0.0"
104140
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
105141
dependencies:
106142
"@babel/types" "^7.0.0"
107143

144+
"@babel/helper-get-function-arity@^7.12.13":
145+
version "7.12.13"
146+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
147+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
148+
dependencies:
149+
"@babel/types" "^7.12.13"
150+
108151
"@babel/helper-hoist-variables@^7.4.4":
109152
version "7.4.4"
110153
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -117,6 +160,13 @@
117160
dependencies:
118161
"@babel/types" "^7.0.0"
119162

163+
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
164+
version "7.13.12"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
166+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
167+
dependencies:
168+
"@babel/types" "^7.13.12"
169+
120170
"@babel/helper-module-imports@^7.0.0":
121171
version "7.0.0"
122172
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -140,10 +190,22 @@
140190
dependencies:
141191
"@babel/types" "^7.0.0"
142192

193+
"@babel/helper-optimise-call-expression@^7.12.13":
194+
version "7.12.13"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
196+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
197+
dependencies:
198+
"@babel/types" "^7.12.13"
199+
143200
"@babel/helper-plugin-utils@^7.0.0":
144201
version "7.0.0"
145202
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
146203

204+
"@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0":
205+
version "7.13.0"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
207+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
208+
147209
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
148210
version "7.4.4"
149211
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
@@ -169,19 +231,41 @@
169231
"@babel/traverse" "^7.4.4"
170232
"@babel/types" "^7.4.4"
171233

234+
"@babel/helper-replace-supers@^7.13.0":
235+
version "7.13.12"
236+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
237+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
238+
dependencies:
239+
"@babel/helper-member-expression-to-functions" "^7.13.12"
240+
"@babel/helper-optimise-call-expression" "^7.12.13"
241+
"@babel/traverse" "^7.13.0"
242+
"@babel/types" "^7.13.12"
243+
172244
"@babel/helper-simple-access@^7.1.0":
173245
version "7.1.0"
174246
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
175247
dependencies:
176248
"@babel/template" "^7.1.0"
177249
"@babel/types" "^7.0.0"
178250

251+
"@babel/helper-split-export-declaration@^7.12.13":
252+
version "7.12.13"
253+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
254+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
255+
dependencies:
256+
"@babel/types" "^7.12.13"
257+
179258
"@babel/helper-split-export-declaration@^7.4.4":
180259
version "7.4.4"
181260
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
182261
dependencies:
183262
"@babel/types" "^7.4.4"
184263

264+
"@babel/helper-validator-identifier@^7.12.11":
265+
version "7.12.11"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
267+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
268+
185269
"@babel/helper-wrap-function@^7.1.0":
186270
version "7.2.0"
187271
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -207,10 +291,24 @@
207291
esutils "^2.0.2"
208292
js-tokens "^4.0.0"
209293

294+
"@babel/highlight@^7.12.13":
295+
version "7.13.10"
296+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
297+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
298+
dependencies:
299+
"@babel/helper-validator-identifier" "^7.12.11"
300+
chalk "^2.0.0"
301+
js-tokens "^4.0.0"
302+
210303
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
211304
version "7.5.0"
212305
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
213306

307+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
308+
version "7.13.16"
309+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
310+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
311+
214312
"@babel/plugin-external-helpers@^7.0.0":
215313
version "7.2.0"
216314
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -289,6 +387,13 @@
289387
dependencies:
290388
"@babel/helper-plugin-utils" "^7.0.0"
291389

390+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0":
391+
version "7.8.3"
392+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
393+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
394+
dependencies:
395+
"@babel/helper-plugin-utils" "^7.8.0"
396+
292397
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
293398
version "7.2.0"
294399
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
@@ -307,12 +412,26 @@
307412
dependencies:
308413
"@babel/helper-plugin-utils" "^7.0.0"
309414

415+
"@babel/plugin-syntax-optional-chaining@^7.0.0":
416+
version "7.8.3"
417+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
418+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
419+
dependencies:
420+
"@babel/helper-plugin-utils" "^7.8.0"
421+
310422
"@babel/plugin-syntax-optional-chaining@^7.2.0":
311423
version "7.2.0"
312424
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
313425
dependencies:
314426
"@babel/helper-plugin-utils" "^7.0.0"
315427

428+
"@babel/plugin-syntax-typescript@^7.12.13":
429+
version "7.12.13"
430+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
431+
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
432+
dependencies:
433+
"@babel/helper-plugin-utils" "^7.12.13"
434+
316435
"@babel/plugin-syntax-typescript@^7.2.0":
317436
version "7.3.3"
318437
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
@@ -452,6 +571,13 @@
452571
dependencies:
453572
"@babel/helper-plugin-utils" "^7.0.0"
454573

574+
"@babel/plugin-transform-react-jsx-self@^7.0.0":
575+
version "7.12.13"
576+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.13.tgz#422d99d122d592acab9c35ea22a6cfd9bf189f60"
577+
integrity sha512-FXYw98TTJ125GVCCkFLZXlZ1qGcsYqNQhVBQcZjyrwf8FEUtVfKIoidnO8S0q+KBQpDYNTmiGo1gn67Vti04lQ==
578+
dependencies:
579+
"@babel/helper-plugin-utils" "^7.12.13"
580+
455581
"@babel/plugin-transform-react-jsx-source@^7.0.0":
456582
version "7.5.0"
457583
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
@@ -516,6 +642,15 @@
516642
"@babel/helper-plugin-utils" "^7.0.0"
517643
"@babel/plugin-syntax-typescript" "^7.2.0"
518644

645+
"@babel/plugin-transform-typescript@^7.5.0":
646+
version "7.13.0"
647+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
648+
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
649+
dependencies:
650+
"@babel/helper-create-class-features-plugin" "^7.13.0"
651+
"@babel/helper-plugin-utils" "^7.13.0"
652+
"@babel/plugin-syntax-typescript" "^7.12.13"
653+
519654
"@babel/plugin-transform-unicode-regex@^7.0.0":
520655
version "7.4.4"
521656
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
@@ -549,6 +684,15 @@
549684
"@babel/parser" "^7.4.4"
550685
"@babel/types" "^7.4.4"
551686

687+
"@babel/template@^7.12.13":
688+
version "7.12.13"
689+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
690+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
691+
dependencies:
692+
"@babel/code-frame" "^7.12.13"
693+
"@babel/parser" "^7.12.13"
694+
"@babel/types" "^7.12.13"
695+
552696
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553697
version "7.5.0"
554698
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -563,6 +707,20 @@
563707
globals "^11.1.0"
564708
lodash "^4.17.11"
565709

710+
"@babel/traverse@^7.13.0":
711+
version "7.13.17"
712+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
713+
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
714+
dependencies:
715+
"@babel/code-frame" "^7.12.13"
716+
"@babel/generator" "^7.13.16"
717+
"@babel/helper-function-name" "^7.12.13"
718+
"@babel/helper-split-export-declaration" "^7.12.13"
719+
"@babel/parser" "^7.13.16"
720+
"@babel/types" "^7.13.17"
721+
debug "^4.1.0"
722+
globals "^11.1.0"
723+
566724
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
567725
version "7.5.0"
568726
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
@@ -571,6 +729,14 @@
571729
lodash "^4.17.11"
572730
to-fast-properties "^2.0.0"
573731

732+
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.13.17":
733+
version "7.13.17"
734+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
735+
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
736+
dependencies:
737+
"@babel/helper-validator-identifier" "^7.12.11"
738+
to-fast-properties "^2.0.0"
739+
574740
"@cnakazawa/watch@^1.0.3":
575741
version "1.0.3"
576742
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3425,10 +3591,12 @@ [email protected]:
34253591
metro-babel7-plugin-react-transform "0.54.1"
34263592
react-transform-hmr "^1.0.4"
34273593

3428-
3429-
version "0.55.0"
3430-
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.55.0.tgz#d5d4a6cbe9ccbcedd72fcbb71c0c311e3d56876e"
3594+
3595+
version "0.66.0"
3596+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.0.tgz#a4495df4b24a2eb9f82705e0a53f4cbbd36d983e"
3597+
integrity sha512-rO3yayxplLNxFDc7HyMShN+psgEb2mbw15EMreNvgV8QnXNYHmgU6e15tLbtEvC8LuftOLuSufEdSmR/ykm+aA==
34313598
dependencies:
3599+
"@babel/core" "^7.0.0"
34323600
"@babel/plugin-proposal-class-properties" "^7.0.0"
34333601
"@babel/plugin-proposal-export-default-from" "^7.0.0"
34343602
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
@@ -3438,7 +3606,10 @@ [email protected]:
34383606
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
34393607
"@babel/plugin-syntax-export-default-from" "^7.0.0"
34403608
"@babel/plugin-syntax-flow" "^7.2.0"
3609+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
3610+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
34413611
"@babel/plugin-transform-arrow-functions" "^7.0.0"
3612+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
34423613
"@babel/plugin-transform-block-scoping" "^7.0.0"
34433614
"@babel/plugin-transform-classes" "^7.0.0"
34443615
"@babel/plugin-transform-computed-properties" "^7.0.0"
@@ -3453,17 +3624,18 @@ [email protected]:
34533624
"@babel/plugin-transform-parameters" "^7.0.0"
34543625
"@babel/plugin-transform-react-display-name" "^7.0.0"
34553626
"@babel/plugin-transform-react-jsx" "^7.0.0"
3627+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
34563628
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
34573629
"@babel/plugin-transform-regenerator" "^7.0.0"
34583630
"@babel/plugin-transform-runtime" "^7.0.0"
34593631
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
34603632
"@babel/plugin-transform-spread" "^7.0.0"
34613633
"@babel/plugin-transform-sticky-regex" "^7.0.0"
34623634
"@babel/plugin-transform-template-literals" "^7.0.0"
3463-
"@babel/plugin-transform-typescript" "^7.0.0"
3635+
"@babel/plugin-transform-typescript" "^7.5.0"
34643636
"@babel/plugin-transform-unicode-regex" "^7.0.0"
34653637
"@babel/template" "^7.0.0"
3466-
react-refresh "^0.2.0"
3638+
react-refresh "^0.4.0"
34673639

34683640
[email protected], metro-react-native-babel-transformer@^0.54.1:
34693641
version "0.54.1"
@@ -4309,9 +4481,10 @@ react-proxy@^1.1.7:
43094481
lodash "^4.6.1"
43104482
react-deep-force-update "^1.0.0"
43114483

4312-
react-refresh@^0.2.0:
4313-
version "0.2.0"
4314-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.2.0.tgz#f0cff375e8f75dea7133a847a1b40cf5c073dd0d"
4484+
react-refresh@^0.4.0:
4485+
version "0.4.3"
4486+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
4487+
integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
43154488

43164489
react-transform-hmr@^1.0.4:
43174490
version "1.0.4"

0 commit comments

Comments
 (0)