Skip to content

Commit 1c608c7

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

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.63.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,15 @@
3744
source-map "^0.5.0"
3845
trim-right "^1.0.1"
3946

47+
"@babel/generator@^7.11.0":
48+
version "7.11.4"
49+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be"
50+
integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g==
51+
dependencies:
52+
"@babel/types" "^7.11.0"
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,18 @@
6581
"@babel/traverse" "^7.4.4"
6682
"@babel/types" "^7.4.4"
6783

84+
"@babel/helper-create-class-features-plugin@^7.10.5":
85+
version "7.10.5"
86+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
87+
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
88+
dependencies:
89+
"@babel/helper-function-name" "^7.10.4"
90+
"@babel/helper-member-expression-to-functions" "^7.10.5"
91+
"@babel/helper-optimise-call-expression" "^7.10.4"
92+
"@babel/helper-plugin-utils" "^7.10.4"
93+
"@babel/helper-replace-supers" "^7.10.4"
94+
"@babel/helper-split-export-declaration" "^7.10.4"
95+
6896
"@babel/helper-create-class-features-plugin@^7.5.0":
6997
version "7.5.0"
7098
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
@@ -99,12 +127,28 @@
99127
"@babel/template" "^7.1.0"
100128
"@babel/types" "^7.0.0"
101129

130+
"@babel/helper-function-name@^7.10.4":
131+
version "7.10.4"
132+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
133+
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
134+
dependencies:
135+
"@babel/helper-get-function-arity" "^7.10.4"
136+
"@babel/template" "^7.10.4"
137+
"@babel/types" "^7.10.4"
138+
102139
"@babel/helper-get-function-arity@^7.0.0":
103140
version "7.0.0"
104141
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
105142
dependencies:
106143
"@babel/types" "^7.0.0"
107144

145+
"@babel/helper-get-function-arity@^7.10.4":
146+
version "7.10.4"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
148+
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
149+
dependencies:
150+
"@babel/types" "^7.10.4"
151+
108152
"@babel/helper-hoist-variables@^7.4.4":
109153
version "7.4.4"
110154
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -117,6 +161,13 @@
117161
dependencies:
118162
"@babel/types" "^7.0.0"
119163

164+
"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5":
165+
version "7.11.0"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
167+
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
168+
dependencies:
169+
"@babel/types" "^7.11.0"
170+
120171
"@babel/helper-module-imports@^7.0.0":
121172
version "7.0.0"
122173
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -140,10 +191,22 @@
140191
dependencies:
141192
"@babel/types" "^7.0.0"
142193

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

205+
"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
206+
version "7.10.4"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
208+
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
209+
147210
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
148211
version "7.4.4"
149212
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
@@ -169,19 +232,41 @@
169232
"@babel/traverse" "^7.4.4"
170233
"@babel/types" "^7.4.4"
171234

235+
"@babel/helper-replace-supers@^7.10.4":
236+
version "7.10.4"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
238+
integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
239+
dependencies:
240+
"@babel/helper-member-expression-to-functions" "^7.10.4"
241+
"@babel/helper-optimise-call-expression" "^7.10.4"
242+
"@babel/traverse" "^7.10.4"
243+
"@babel/types" "^7.10.4"
244+
172245
"@babel/helper-simple-access@^7.1.0":
173246
version "7.1.0"
174247
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
175248
dependencies:
176249
"@babel/template" "^7.1.0"
177250
"@babel/types" "^7.0.0"
178251

252+
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
253+
version "7.11.0"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
255+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
256+
dependencies:
257+
"@babel/types" "^7.11.0"
258+
179259
"@babel/helper-split-export-declaration@^7.4.4":
180260
version "7.4.4"
181261
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
182262
dependencies:
183263
"@babel/types" "^7.4.4"
184264

265+
"@babel/helper-validator-identifier@^7.10.4":
266+
version "7.10.4"
267+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
268+
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
269+
185270
"@babel/helper-wrap-function@^7.1.0":
186271
version "7.2.0"
187272
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -207,10 +292,24 @@
207292
esutils "^2.0.2"
208293
js-tokens "^4.0.0"
209294

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

308+
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0":
309+
version "7.11.4"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca"
311+
integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA==
312+
214313
"@babel/plugin-external-helpers@^7.0.0":
215314
version "7.2.0"
216315
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -289,6 +388,20 @@
289388
dependencies:
290389
"@babel/helper-plugin-utils" "^7.0.0"
291390

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

423+
"@babel/plugin-syntax-optional-chaining@^7.0.0":
424+
version "7.8.3"
425+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
426+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
427+
dependencies:
428+
"@babel/helper-plugin-utils" "^7.8.0"
429+
310430
"@babel/plugin-syntax-optional-chaining@^7.2.0":
311431
version "7.2.0"
312432
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
313433
dependencies:
314434
"@babel/helper-plugin-utils" "^7.0.0"
315435

436+
"@babel/plugin-syntax-typescript@^7.10.4":
437+
version "7.10.4"
438+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
439+
integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
440+
dependencies:
441+
"@babel/helper-plugin-utils" "^7.10.4"
442+
316443
"@babel/plugin-syntax-typescript@^7.2.0":
317444
version "7.3.3"
318445
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
@@ -452,6 +579,14 @@
452579
dependencies:
453580
"@babel/helper-plugin-utils" "^7.0.0"
454581

582+
"@babel/plugin-transform-react-jsx-self@^7.0.0":
583+
version "7.10.4"
584+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.4.tgz#cd301a5fed8988c182ed0b9d55e9bd6db0bd9369"
585+
integrity sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg==
586+
dependencies:
587+
"@babel/helper-plugin-utils" "^7.10.4"
588+
"@babel/plugin-syntax-jsx" "^7.10.4"
589+
455590
"@babel/plugin-transform-react-jsx-source@^7.0.0":
456591
version "7.5.0"
457592
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
@@ -516,6 +651,15 @@
516651
"@babel/helper-plugin-utils" "^7.0.0"
517652
"@babel/plugin-syntax-typescript" "^7.2.0"
518653

654+
"@babel/plugin-transform-typescript@^7.5.0":
655+
version "7.11.0"
656+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb"
657+
integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w==
658+
dependencies:
659+
"@babel/helper-create-class-features-plugin" "^7.10.5"
660+
"@babel/helper-plugin-utils" "^7.10.4"
661+
"@babel/plugin-syntax-typescript" "^7.10.4"
662+
519663
"@babel/plugin-transform-unicode-regex@^7.0.0":
520664
version "7.4.4"
521665
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
@@ -549,6 +693,15 @@
549693
"@babel/parser" "^7.4.4"
550694
"@babel/types" "^7.4.4"
551695

696+
"@babel/template@^7.10.4":
697+
version "7.10.4"
698+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
699+
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
700+
dependencies:
701+
"@babel/code-frame" "^7.10.4"
702+
"@babel/parser" "^7.10.4"
703+
"@babel/types" "^7.10.4"
704+
552705
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553706
version "7.5.0"
554707
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -563,6 +716,21 @@
563716
globals "^11.1.0"
564717
lodash "^4.17.11"
565718

719+
"@babel/traverse@^7.10.4":
720+
version "7.11.0"
721+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
722+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
723+
dependencies:
724+
"@babel/code-frame" "^7.10.4"
725+
"@babel/generator" "^7.11.0"
726+
"@babel/helper-function-name" "^7.10.4"
727+
"@babel/helper-split-export-declaration" "^7.11.0"
728+
"@babel/parser" "^7.11.0"
729+
"@babel/types" "^7.11.0"
730+
debug "^4.1.0"
731+
globals "^11.1.0"
732+
lodash "^4.17.19"
733+
566734
"@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":
567735
version "7.5.0"
568736
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
@@ -571,6 +739,15 @@
571739
lodash "^4.17.11"
572740
to-fast-properties "^2.0.0"
573741

742+
"@babel/types@^7.10.4", "@babel/types@^7.11.0":
743+
version "7.11.0"
744+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
745+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
746+
dependencies:
747+
"@babel/helper-validator-identifier" "^7.10.4"
748+
lodash "^4.17.19"
749+
to-fast-properties "^2.0.0"
750+
574751
"@cnakazawa/watch@^1.0.3":
575752
version "1.0.3"
576753
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3231,6 +3408,11 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0,
32313408
version "4.17.14"
32323409
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
32333410

3411+
lodash@^4.17.19:
3412+
version "4.17.20"
3413+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
3414+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
3415+
32343416
log-symbols@^2.2.0:
32353417
version "2.2.0"
32363418
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -3425,10 +3607,12 @@ [email protected]:
34253607
metro-babel7-plugin-react-transform "0.54.1"
34263608
react-transform-hmr "^1.0.4"
34273609

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"
3610+
3611+
version "0.63.0"
3612+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.63.0.tgz#bc67d4d251ac72f30b7f3d92a069aea825577751"
3613+
integrity sha512-iTM6V/hzqTd2dg0LHtD4f/TU+d4A7MFiMPUmIYDb0OZmCq6avfcxHQTXk/ZNbAr+eRoN/owx9OIkjt/CvG4vUA==
34313614
dependencies:
3615+
"@babel/core" "^7.0.0"
34323616
"@babel/plugin-proposal-class-properties" "^7.0.0"
34333617
"@babel/plugin-proposal-export-default-from" "^7.0.0"
34343618
"@babel/plugin-proposal-nullish-coalescing-operator" "^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)