Skip to content

Commit edf4a59

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

File tree

2 files changed

+197
-9
lines changed

2 files changed

+197
-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.60.0",
3030
"react": "16.8.6",
3131
"react-native": "0.60.3"
3232
},

yarn.lock

+196-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.10.4":
12+
version "7.10.4"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
14+
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
15+
dependencies:
16+
"@babel/highlight" "^7.10.4"
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,16 @@
3744
source-map "^0.5.0"
3845
trim-right "^1.0.1"
3946

47+
"@babel/generator@^7.10.4":
48+
version "7.10.4"
49+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
50+
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
51+
dependencies:
52+
"@babel/types" "^7.10.4"
53+
jsesc "^2.5.1"
54+
lodash "^4.17.13"
55+
source-map "^0.5.0"
56+
4057
"@babel/helper-annotate-as-pure@^7.0.0":
4158
version "7.0.0"
4259
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -65,6 +82,18 @@
6582
"@babel/traverse" "^7.4.4"
6683
"@babel/types" "^7.4.4"
6784

85+
"@babel/helper-create-class-features-plugin@^7.10.4":
86+
version "7.10.4"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355"
88+
integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ==
89+
dependencies:
90+
"@babel/helper-function-name" "^7.10.4"
91+
"@babel/helper-member-expression-to-functions" "^7.10.4"
92+
"@babel/helper-optimise-call-expression" "^7.10.4"
93+
"@babel/helper-plugin-utils" "^7.10.4"
94+
"@babel/helper-replace-supers" "^7.10.4"
95+
"@babel/helper-split-export-declaration" "^7.10.4"
96+
6897
"@babel/helper-create-class-features-plugin@^7.5.0":
6998
version "7.5.0"
7099
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
@@ -99,12 +128,28 @@
99128
"@babel/template" "^7.1.0"
100129
"@babel/types" "^7.0.0"
101130

131+
"@babel/helper-function-name@^7.10.4":
132+
version "7.10.4"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
134+
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
135+
dependencies:
136+
"@babel/helper-get-function-arity" "^7.10.4"
137+
"@babel/template" "^7.10.4"
138+
"@babel/types" "^7.10.4"
139+
102140
"@babel/helper-get-function-arity@^7.0.0":
103141
version "7.0.0"
104142
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
105143
dependencies:
106144
"@babel/types" "^7.0.0"
107145

146+
"@babel/helper-get-function-arity@^7.10.4":
147+
version "7.10.4"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
149+
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
150+
dependencies:
151+
"@babel/types" "^7.10.4"
152+
108153
"@babel/helper-hoist-variables@^7.4.4":
109154
version "7.4.4"
110155
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -117,6 +162,13 @@
117162
dependencies:
118163
"@babel/types" "^7.0.0"
119164

165+
"@babel/helper-member-expression-to-functions@^7.10.4":
166+
version "7.10.4"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
168+
integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==
169+
dependencies:
170+
"@babel/types" "^7.10.4"
171+
120172
"@babel/helper-module-imports@^7.0.0":
121173
version "7.0.0"
122174
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -140,10 +192,22 @@
140192
dependencies:
141193
"@babel/types" "^7.0.0"
142194

195+
"@babel/helper-optimise-call-expression@^7.10.4":
196+
version "7.10.4"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
198+
integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
199+
dependencies:
200+
"@babel/types" "^7.10.4"
201+
143202
"@babel/helper-plugin-utils@^7.0.0":
144203
version "7.0.0"
145204
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
146205

206+
"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
207+
version "7.10.4"
208+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
209+
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
210+
147211
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
148212
version "7.4.4"
149213
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
@@ -169,19 +233,41 @@
169233
"@babel/traverse" "^7.4.4"
170234
"@babel/types" "^7.4.4"
171235

236+
"@babel/helper-replace-supers@^7.10.4":
237+
version "7.10.4"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
239+
integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
240+
dependencies:
241+
"@babel/helper-member-expression-to-functions" "^7.10.4"
242+
"@babel/helper-optimise-call-expression" "^7.10.4"
243+
"@babel/traverse" "^7.10.4"
244+
"@babel/types" "^7.10.4"
245+
172246
"@babel/helper-simple-access@^7.1.0":
173247
version "7.1.0"
174248
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
175249
dependencies:
176250
"@babel/template" "^7.1.0"
177251
"@babel/types" "^7.0.0"
178252

253+
"@babel/helper-split-export-declaration@^7.10.4":
254+
version "7.10.4"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
256+
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
257+
dependencies:
258+
"@babel/types" "^7.10.4"
259+
179260
"@babel/helper-split-export-declaration@^7.4.4":
180261
version "7.4.4"
181262
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
182263
dependencies:
183264
"@babel/types" "^7.4.4"
184265

266+
"@babel/helper-validator-identifier@^7.10.4":
267+
version "7.10.4"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
269+
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
270+
185271
"@babel/helper-wrap-function@^7.1.0":
186272
version "7.2.0"
187273
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -207,10 +293,24 @@
207293
esutils "^2.0.2"
208294
js-tokens "^4.0.0"
209295

296+
"@babel/highlight@^7.10.4":
297+
version "7.10.4"
298+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
299+
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
300+
dependencies:
301+
"@babel/helper-validator-identifier" "^7.10.4"
302+
chalk "^2.0.0"
303+
js-tokens "^4.0.0"
304+
210305
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
211306
version "7.5.0"
212307
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
213308

309+
"@babel/parser@^7.10.4":
310+
version "7.10.4"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
312+
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
313+
214314
"@babel/plugin-external-helpers@^7.0.0":
215315
version "7.2.0"
216316
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -289,6 +389,20 @@
289389
dependencies:
290390
"@babel/helper-plugin-utils" "^7.0.0"
291391

392+
"@babel/plugin-syntax-jsx@^7.10.4":
393+
version "7.10.4"
394+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c"
395+
integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g==
396+
dependencies:
397+
"@babel/helper-plugin-utils" "^7.10.4"
398+
399+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0":
400+
version "7.8.3"
401+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
402+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
403+
dependencies:
404+
"@babel/helper-plugin-utils" "^7.8.0"
405+
292406
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
293407
version "7.2.0"
294408
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
@@ -307,12 +421,26 @@
307421
dependencies:
308422
"@babel/helper-plugin-utils" "^7.0.0"
309423

424+
"@babel/plugin-syntax-optional-chaining@^7.0.0":
425+
version "7.8.3"
426+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
427+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
428+
dependencies:
429+
"@babel/helper-plugin-utils" "^7.8.0"
430+
310431
"@babel/plugin-syntax-optional-chaining@^7.2.0":
311432
version "7.2.0"
312433
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
313434
dependencies:
314435
"@babel/helper-plugin-utils" "^7.0.0"
315436

437+
"@babel/plugin-syntax-typescript@^7.10.4":
438+
version "7.10.4"
439+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
440+
integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
441+
dependencies:
442+
"@babel/helper-plugin-utils" "^7.10.4"
443+
316444
"@babel/plugin-syntax-typescript@^7.2.0":
317445
version "7.3.3"
318446
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
@@ -452,6 +580,14 @@
452580
dependencies:
453581
"@babel/helper-plugin-utils" "^7.0.0"
454582

583+
"@babel/plugin-transform-react-jsx-self@^7.0.0":
584+
version "7.10.4"
585+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369"
586+
integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg==
587+
dependencies:
588+
"@babel/helper-plugin-utils" "^7.10.4"
589+
"@babel/plugin-syntax-jsx" "^7.10.4"
590+
455591
"@babel/plugin-transform-react-jsx-source@^7.0.0":
456592
version "7.5.0"
457593
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
@@ -516,6 +652,15 @@
516652
"@babel/helper-plugin-utils" "^7.0.0"
517653
"@babel/plugin-syntax-typescript" "^7.2.0"
518654

655+
"@babel/plugin-transform-typescript@^7.5.0":
656+
version "7.10.4"
657+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.4.tgz#8b01cb8d77f795422277cc3fcf45af72bc68ba78"
658+
integrity sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw==
659+
dependencies:
660+
"@babel/helper-create-class-features-plugin" "^7.10.4"
661+
"@babel/helper-plugin-utils" "^7.10.4"
662+
"@babel/plugin-syntax-typescript" "^7.10.4"
663+
519664
"@babel/plugin-transform-unicode-regex@^7.0.0":
520665
version "7.4.4"
521666
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
@@ -549,6 +694,15 @@
549694
"@babel/parser" "^7.4.4"
550695
"@babel/types" "^7.4.4"
551696

697+
"@babel/template@^7.10.4":
698+
version "7.10.4"
699+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
700+
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
701+
dependencies:
702+
"@babel/code-frame" "^7.10.4"
703+
"@babel/parser" "^7.10.4"
704+
"@babel/types" "^7.10.4"
705+
552706
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553707
version "7.5.0"
554708
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -563,6 +717,21 @@
563717
globals "^11.1.0"
564718
lodash "^4.17.11"
565719

720+
"@babel/traverse@^7.10.4":
721+
version "7.10.4"
722+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
723+
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
724+
dependencies:
725+
"@babel/code-frame" "^7.10.4"
726+
"@babel/generator" "^7.10.4"
727+
"@babel/helper-function-name" "^7.10.4"
728+
"@babel/helper-split-export-declaration" "^7.10.4"
729+
"@babel/parser" "^7.10.4"
730+
"@babel/types" "^7.10.4"
731+
debug "^4.1.0"
732+
globals "^11.1.0"
733+
lodash "^4.17.13"
734+
566735
"@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":
567736
version "7.5.0"
568737
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
@@ -571,6 +740,15 @@
571740
lodash "^4.17.11"
572741
to-fast-properties "^2.0.0"
573742

743+
"@babel/types@^7.10.4":
744+
version "7.10.4"
745+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
746+
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
747+
dependencies:
748+
"@babel/helper-validator-identifier" "^7.10.4"
749+
lodash "^4.17.13"
750+
to-fast-properties "^2.0.0"
751+
574752
"@cnakazawa/watch@^1.0.3":
575753
version "1.0.3"
576754
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3231,6 +3409,11 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0,
32313409
version "4.17.14"
32323410
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
32333411

3412+
lodash@^4.17.13:
3413+
version "4.17.15"
3414+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3415+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
3416+
32343417
log-symbols@^2.2.0:
32353418
version "2.2.0"
32363419
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -3425,9 +3608,10 @@ [email protected]:
34253608
metro-babel7-plugin-react-transform "0.54.1"
34263609
react-transform-hmr "^1.0.4"
34273610

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"
3611+
3612+
version "0.60.0"
3613+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.60.0.tgz#9aaaeca10a04c117ea84fb18e54c44ddcaad2ab8"
3614+
integrity sha512-eByxCh52XWyMwh4eduzLz0HkraOX7X/tJBsOXvxhUaj8UEolxMYQWD1DO7rJbFiKfZbxRPortltDYzjJI4MpdQ==
34313615
dependencies:
34323616
"@babel/plugin-proposal-class-properties" "^7.0.0"
34333617
"@babel/plugin-proposal-export-default-from" "^7.0.0"
@@ -3438,6 +3622,8 @@ [email protected]:
34383622
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
34393623
"@babel/plugin-syntax-export-default-from" "^7.0.0"
34403624
"@babel/plugin-syntax-flow" "^7.2.0"
3625+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
3626+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
34413627
"@babel/plugin-transform-arrow-functions" "^7.0.0"
34423628
"@babel/plugin-transform-block-scoping" "^7.0.0"
34433629
"@babel/plugin-transform-classes" "^7.0.0"
@@ -3453,17 +3639,18 @@ [email protected]:
34533639
"@babel/plugin-transform-parameters" "^7.0.0"
34543640
"@babel/plugin-transform-react-display-name" "^7.0.0"
34553641
"@babel/plugin-transform-react-jsx" "^7.0.0"
3642+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
34563643
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
34573644
"@babel/plugin-transform-regenerator" "^7.0.0"
34583645
"@babel/plugin-transform-runtime" "^7.0.0"
34593646
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
34603647
"@babel/plugin-transform-spread" "^7.0.0"
34613648
"@babel/plugin-transform-sticky-regex" "^7.0.0"
34623649
"@babel/plugin-transform-template-literals" "^7.0.0"
3463-
"@babel/plugin-transform-typescript" "^7.0.0"
3650+
"@babel/plugin-transform-typescript" "^7.5.0"
34643651
"@babel/plugin-transform-unicode-regex" "^7.0.0"
34653652
"@babel/template" "^7.0.0"
3466-
react-refresh "^0.2.0"
3653+
react-refresh "^0.4.0"
34673654

34683655
[email protected], metro-react-native-babel-transformer@^0.54.1:
34693656
version "0.54.1"
@@ -4309,9 +4496,10 @@ react-proxy@^1.1.7:
43094496
lodash "^4.6.1"
43104497
react-deep-force-update "^1.0.0"
43114498

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"
4499+
react-refresh@^0.4.0:
4500+
version "0.4.3"
4501+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
4502+
integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
43154503

43164504
react-transform-hmr@^1.0.4:
43174505
version "1.0.4"

0 commit comments

Comments
 (0)