Skip to content

Commit 5c03af6

Browse files
committed
Update dependency metro-react-native-babel-preset to v0.58.0
1 parent 7b88902 commit 5c03af6

File tree

2 files changed

+140
-9
lines changed

2 files changed

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

yarn.lock

+139-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.3":
47+
version "7.8.3"
48+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
49+
dependencies:
50+
"@babel/types" "^7.8.3"
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.3"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
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.3"
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.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.3":
229+
version "7.8.3"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
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.3"
235+
"@babel/types" "^7.8.3"
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.3":
294+
version "7.8.3"
295+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
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"
@@ -319,6 +402,12 @@
319402
dependencies:
320403
"@babel/helper-plugin-utils" "^7.0.0"
321404

405+
"@babel/plugin-syntax-typescript@^7.8.3":
406+
version "7.8.3"
407+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc"
408+
dependencies:
409+
"@babel/helper-plugin-utils" "^7.8.3"
410+
322411
"@babel/plugin-transform-arrow-functions@^7.0.0":
323412
version "7.2.0"
324413
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
@@ -516,6 +605,14 @@
516605
"@babel/helper-plugin-utils" "^7.0.0"
517606
"@babel/plugin-syntax-typescript" "^7.2.0"
518607

608+
"@babel/plugin-transform-typescript@^7.5.0":
609+
version "7.8.3"
610+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917"
611+
dependencies:
612+
"@babel/helper-create-class-features-plugin" "^7.8.3"
613+
"@babel/helper-plugin-utils" "^7.8.3"
614+
"@babel/plugin-syntax-typescript" "^7.8.3"
615+
519616
"@babel/plugin-transform-unicode-regex@^7.0.0":
520617
version "7.4.4"
521618
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
@@ -549,6 +646,14 @@
549646
"@babel/parser" "^7.4.4"
550647
"@babel/types" "^7.4.4"
551648

649+
"@babel/template@^7.8.3":
650+
version "7.8.3"
651+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
652+
dependencies:
653+
"@babel/code-frame" "^7.8.3"
654+
"@babel/parser" "^7.8.3"
655+
"@babel/types" "^7.8.3"
656+
552657
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553658
version "7.5.0"
554659
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -563,6 +668,20 @@
563668
globals "^11.1.0"
564669
lodash "^4.17.11"
565670

671+
"@babel/traverse@^7.8.3":
672+
version "7.8.3"
673+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
674+
dependencies:
675+
"@babel/code-frame" "^7.8.3"
676+
"@babel/generator" "^7.8.3"
677+
"@babel/helper-function-name" "^7.8.3"
678+
"@babel/helper-split-export-declaration" "^7.8.3"
679+
"@babel/parser" "^7.8.3"
680+
"@babel/types" "^7.8.3"
681+
debug "^4.1.0"
682+
globals "^11.1.0"
683+
lodash "^4.17.13"
684+
566685
"@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":
567686
version "7.5.0"
568687
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
@@ -571,6 +690,14 @@
571690
lodash "^4.17.11"
572691
to-fast-properties "^2.0.0"
573692

693+
"@babel/types@^7.8.3":
694+
version "7.8.3"
695+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
696+
dependencies:
697+
esutils "^2.0.2"
698+
lodash "^4.17.13"
699+
to-fast-properties "^2.0.0"
700+
574701
"@cnakazawa/watch@^1.0.3":
575702
version "1.0.3"
576703
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3231,6 +3358,10 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0,
32313358
version "4.17.14"
32323359
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
32333360

3361+
lodash@^4.17.13:
3362+
version "4.17.15"
3363+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3364+
32343365
log-symbols@^2.2.0:
32353366
version "2.2.0"
32363367
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -3425,9 +3556,9 @@ [email protected]:
34253556
metro-babel7-plugin-react-transform "0.54.1"
34263557
react-transform-hmr "^1.0.4"
34273558

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"
3559+
metro-react-native-babel-preset@0.58.0:
3560+
version "0.58.0"
3561+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.58.0.tgz#18f48d33fe124280ffabc000ab8b42c488d762a2"
34313562
dependencies:
34323563
"@babel/plugin-proposal-class-properties" "^7.0.0"
34333564
"@babel/plugin-proposal-export-default-from" "^7.0.0"
@@ -3460,10 +3591,10 @@ [email protected]:
34603591
"@babel/plugin-transform-spread" "^7.0.0"
34613592
"@babel/plugin-transform-sticky-regex" "^7.0.0"
34623593
"@babel/plugin-transform-template-literals" "^7.0.0"
3463-
"@babel/plugin-transform-typescript" "^7.0.0"
3594+
"@babel/plugin-transform-typescript" "^7.5.0"
34643595
"@babel/plugin-transform-unicode-regex" "^7.0.0"
34653596
"@babel/template" "^7.0.0"
3466-
react-refresh "^0.2.0"
3597+
react-refresh "^0.4.0"
34673598

34683599
[email protected], metro-react-native-babel-transformer@^0.54.1:
34693600
version "0.54.1"
@@ -4309,9 +4440,9 @@ react-proxy@^1.1.7:
43094440
lodash "^4.6.1"
43104441
react-deep-force-update "^1.0.0"
43114442

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"
4443+
react-refresh@^0.4.0:
4444+
version "0.4.2"
4445+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.2.tgz#54a277a6caaac2803d88f1d6f13c1dcfbd81e334"
43154446

43164447
react-transform-hmr@^1.0.4:
43174448
version "1.0.4"

0 commit comments

Comments
 (0)