Skip to content

Commit bfd3934

Browse files
committed
Update dependency metro-react-native-babel-preset to v0.59.0
1 parent 7b88902 commit bfd3934

File tree

2 files changed

+168
-9
lines changed

2 files changed

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

yarn.lock

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

11+
"@babel/code-frame@^7.8.3":
12+
version "7.8.3"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
14+
dependencies:
15+
"@babel/highlight" "^7.8.3"
16+
1117
"@babel/core@^7.0.0":
1218
version "7.5.4"
1319
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
@@ -37,6 +43,15 @@
3743
source-map "^0.5.0"
3844
trim-right "^1.0.1"
3945

46+
"@babel/generator@^7.8.6":
47+
version "7.8.8"
48+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e"
49+
dependencies:
50+
"@babel/types" "^7.8.7"
51+
jsesc "^2.5.1"
52+
lodash "^4.17.13"
53+
source-map "^0.5.0"
54+
4055
"@babel/helper-annotate-as-pure@^7.0.0":
4156
version "7.0.0"
4257
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -76,6 +91,17 @@
7691
"@babel/helper-replace-supers" "^7.4.4"
7792
"@babel/helper-split-export-declaration" "^7.4.4"
7893

94+
"@babel/helper-create-class-features-plugin@^7.8.3":
95+
version "7.8.6"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.6.tgz#243a5b46e2f8f0f674dc1387631eb6b28b851de0"
97+
dependencies:
98+
"@babel/helper-function-name" "^7.8.3"
99+
"@babel/helper-member-expression-to-functions" "^7.8.3"
100+
"@babel/helper-optimise-call-expression" "^7.8.3"
101+
"@babel/helper-plugin-utils" "^7.8.3"
102+
"@babel/helper-replace-supers" "^7.8.6"
103+
"@babel/helper-split-export-declaration" "^7.8.3"
104+
79105
"@babel/helper-define-map@^7.4.4":
80106
version "7.4.4"
81107
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a"
@@ -99,12 +125,26 @@
99125
"@babel/template" "^7.1.0"
100126
"@babel/types" "^7.0.0"
101127

128+
"@babel/helper-function-name@^7.8.3":
129+
version "7.8.3"
130+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
131+
dependencies:
132+
"@babel/helper-get-function-arity" "^7.8.3"
133+
"@babel/template" "^7.8.3"
134+
"@babel/types" "^7.8.3"
135+
102136
"@babel/helper-get-function-arity@^7.0.0":
103137
version "7.0.0"
104138
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
105139
dependencies:
106140
"@babel/types" "^7.0.0"
107141

142+
"@babel/helper-get-function-arity@^7.8.3":
143+
version "7.8.3"
144+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
145+
dependencies:
146+
"@babel/types" "^7.8.3"
147+
108148
"@babel/helper-hoist-variables@^7.4.4":
109149
version "7.4.4"
110150
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -117,6 +157,12 @@
117157
dependencies:
118158
"@babel/types" "^7.0.0"
119159

160+
"@babel/helper-member-expression-to-functions@^7.8.3":
161+
version "7.8.3"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
163+
dependencies:
164+
"@babel/types" "^7.8.3"
165+
120166
"@babel/helper-module-imports@^7.0.0":
121167
version "7.0.0"
122168
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -140,10 +186,20 @@
140186
dependencies:
141187
"@babel/types" "^7.0.0"
142188

189+
"@babel/helper-optimise-call-expression@^7.8.3":
190+
version "7.8.3"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
192+
dependencies:
193+
"@babel/types" "^7.8.3"
194+
143195
"@babel/helper-plugin-utils@^7.0.0":
144196
version "7.0.0"
145197
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
146198

199+
"@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
200+
version "7.8.3"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
202+
147203
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
148204
version "7.4.4"
149205
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
@@ -169,6 +225,15 @@
169225
"@babel/traverse" "^7.4.4"
170226
"@babel/types" "^7.4.4"
171227

228+
"@babel/helper-replace-supers@^7.8.6":
229+
version "7.8.6"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
231+
dependencies:
232+
"@babel/helper-member-expression-to-functions" "^7.8.3"
233+
"@babel/helper-optimise-call-expression" "^7.8.3"
234+
"@babel/traverse" "^7.8.6"
235+
"@babel/types" "^7.8.6"
236+
172237
"@babel/helper-simple-access@^7.1.0":
173238
version "7.1.0"
174239
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -182,6 +247,12 @@
182247
dependencies:
183248
"@babel/types" "^7.4.4"
184249

250+
"@babel/helper-split-export-declaration@^7.8.3":
251+
version "7.8.3"
252+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
253+
dependencies:
254+
"@babel/types" "^7.8.3"
255+
185256
"@babel/helper-wrap-function@^7.1.0":
186257
version "7.2.0"
187258
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -207,10 +278,22 @@
207278
esutils "^2.0.2"
208279
js-tokens "^4.0.0"
209280

281+
"@babel/highlight@^7.8.3":
282+
version "7.8.3"
283+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
284+
dependencies:
285+
chalk "^2.0.0"
286+
esutils "^2.0.2"
287+
js-tokens "^4.0.0"
288+
210289
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
211290
version "7.5.0"
212291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
213292

293+
"@babel/parser@^7.8.6":
294+
version "7.8.8"
295+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.8.tgz#4c3b7ce36db37e0629be1f0d50a571d2f86f6cd4"
296+
214297
"@babel/plugin-external-helpers@^7.0.0":
215298
version "7.2.0"
216299
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -289,6 +372,18 @@
289372
dependencies:
290373
"@babel/helper-plugin-utils" "^7.0.0"
291374

375+
"@babel/plugin-syntax-jsx@^7.8.3":
376+
version "7.8.3"
377+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94"
378+
dependencies:
379+
"@babel/helper-plugin-utils" "^7.8.3"
380+
381+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0":
382+
version "7.8.3"
383+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
384+
dependencies:
385+
"@babel/helper-plugin-utils" "^7.8.0"
386+
292387
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
293388
version "7.2.0"
294389
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
@@ -307,6 +402,12 @@
307402
dependencies:
308403
"@babel/helper-plugin-utils" "^7.0.0"
309404

405+
"@babel/plugin-syntax-optional-chaining@^7.0.0":
406+
version "7.8.3"
407+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
408+
dependencies:
409+
"@babel/helper-plugin-utils" "^7.8.0"
410+
310411
"@babel/plugin-syntax-optional-chaining@^7.2.0":
311412
version "7.2.0"
312413
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
@@ -319,6 +420,12 @@
319420
dependencies:
320421
"@babel/helper-plugin-utils" "^7.0.0"
321422

423+
"@babel/plugin-syntax-typescript@^7.8.3":
424+
version "7.8.3"
425+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc"
426+
dependencies:
427+
"@babel/helper-plugin-utils" "^7.8.3"
428+
322429
"@babel/plugin-transform-arrow-functions@^7.0.0":
323430
version "7.2.0"
324431
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
@@ -452,6 +559,13 @@
452559
dependencies:
453560
"@babel/helper-plugin-utils" "^7.0.0"
454561

562+
"@babel/plugin-transform-react-jsx-self@^7.0.0":
563+
version "7.8.3"
564+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.8.3.tgz#c4f178b2aa588ecfa8d077ea80d4194ee77ed702"
565+
dependencies:
566+
"@babel/helper-plugin-utils" "^7.8.3"
567+
"@babel/plugin-syntax-jsx" "^7.8.3"
568+
455569
"@babel/plugin-transform-react-jsx-source@^7.0.0":
456570
version "7.5.0"
457571
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
@@ -516,6 +630,14 @@
516630
"@babel/helper-plugin-utils" "^7.0.0"
517631
"@babel/plugin-syntax-typescript" "^7.2.0"
518632

633+
"@babel/plugin-transform-typescript@^7.5.0":
634+
version "7.8.7"
635+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.7.tgz#48bccff331108a7b3a28c3a4adc89e036dc3efda"
636+
dependencies:
637+
"@babel/helper-create-class-features-plugin" "^7.8.3"
638+
"@babel/helper-plugin-utils" "^7.8.3"
639+
"@babel/plugin-syntax-typescript" "^7.8.3"
640+
519641
"@babel/plugin-transform-unicode-regex@^7.0.0":
520642
version "7.4.4"
521643
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
@@ -549,6 +671,14 @@
549671
"@babel/parser" "^7.4.4"
550672
"@babel/types" "^7.4.4"
551673

674+
"@babel/template@^7.8.3":
675+
version "7.8.6"
676+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
677+
dependencies:
678+
"@babel/code-frame" "^7.8.3"
679+
"@babel/parser" "^7.8.6"
680+
"@babel/types" "^7.8.6"
681+
552682
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553683
version "7.5.0"
554684
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -563,6 +693,20 @@
563693
globals "^11.1.0"
564694
lodash "^4.17.11"
565695

696+
"@babel/traverse@^7.8.6":
697+
version "7.8.6"
698+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
699+
dependencies:
700+
"@babel/code-frame" "^7.8.3"
701+
"@babel/generator" "^7.8.6"
702+
"@babel/helper-function-name" "^7.8.3"
703+
"@babel/helper-split-export-declaration" "^7.8.3"
704+
"@babel/parser" "^7.8.6"
705+
"@babel/types" "^7.8.6"
706+
debug "^4.1.0"
707+
globals "^11.1.0"
708+
lodash "^4.17.13"
709+
566710
"@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":
567711
version "7.5.0"
568712
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
@@ -571,6 +715,14 @@
571715
lodash "^4.17.11"
572716
to-fast-properties "^2.0.0"
573717

718+
"@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
719+
version "7.8.7"
720+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
721+
dependencies:
722+
esutils "^2.0.2"
723+
lodash "^4.17.13"
724+
to-fast-properties "^2.0.0"
725+
574726
"@cnakazawa/watch@^1.0.3":
575727
version "1.0.3"
576728
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3231,6 +3383,10 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0,
32313383
version "4.17.14"
32323384
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
32333385

3386+
lodash@^4.17.13:
3387+
version "4.17.15"
3388+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3389+
32343390
log-symbols@^2.2.0:
32353391
version "2.2.0"
32363392
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -3425,9 +3581,9 @@ [email protected]:
34253581
metro-babel7-plugin-react-transform "0.54.1"
34263582
react-transform-hmr "^1.0.4"
34273583

3428-
metro-react-native-babel-preset@0.55.0:
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"
3584+
metro-react-native-babel-preset@0.59.0:
3585+
version "0.59.0"
3586+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.59.0.tgz#20e020bc6ac9849e1477de1333d303ed42aba225"
34313587
dependencies:
34323588
"@babel/plugin-proposal-class-properties" "^7.0.0"
34333589
"@babel/plugin-proposal-export-default-from" "^7.0.0"
@@ -3438,6 +3594,8 @@ [email protected]:
34383594
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
34393595
"@babel/plugin-syntax-export-default-from" "^7.0.0"
34403596
"@babel/plugin-syntax-flow" "^7.2.0"
3597+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
3598+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
34413599
"@babel/plugin-transform-arrow-functions" "^7.0.0"
34423600
"@babel/plugin-transform-block-scoping" "^7.0.0"
34433601
"@babel/plugin-transform-classes" "^7.0.0"
@@ -3453,17 +3611,18 @@ [email protected]:
34533611
"@babel/plugin-transform-parameters" "^7.0.0"
34543612
"@babel/plugin-transform-react-display-name" "^7.0.0"
34553613
"@babel/plugin-transform-react-jsx" "^7.0.0"
3614+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
34563615
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
34573616
"@babel/plugin-transform-regenerator" "^7.0.0"
34583617
"@babel/plugin-transform-runtime" "^7.0.0"
34593618
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
34603619
"@babel/plugin-transform-spread" "^7.0.0"
34613620
"@babel/plugin-transform-sticky-regex" "^7.0.0"
34623621
"@babel/plugin-transform-template-literals" "^7.0.0"
3463-
"@babel/plugin-transform-typescript" "^7.0.0"
3622+
"@babel/plugin-transform-typescript" "^7.5.0"
34643623
"@babel/plugin-transform-unicode-regex" "^7.0.0"
34653624
"@babel/template" "^7.0.0"
3466-
react-refresh "^0.2.0"
3625+
react-refresh "^0.4.0"
34673626

34683627
[email protected], metro-react-native-babel-transformer@^0.54.1:
34693628
version "0.54.1"
@@ -4309,9 +4468,9 @@ react-proxy@^1.1.7:
43094468
lodash "^4.6.1"
43104469
react-deep-force-update "^1.0.0"
43114470

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"
4471+
react-refresh@^0.4.0:
4472+
version "0.4.2"
4473+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.2.tgz#54a277a6caaac2803d88f1d6f13c1dcfbd81e334"
43154474

43164475
react-transform-hmr@^1.0.4:
43174476
version "1.0.4"

0 commit comments

Comments
 (0)