Skip to content

Commit e378de0

Browse files
committed
chore(deps): update babel monorepo to v7.4.4
1 parent 61571a8 commit e378de0

File tree

2 files changed

+133
-11
lines changed

2 files changed

+133
-11
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"react-native-vector-icons": "6.4.2"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "7.4.3",
43-
"@babel/plugin-proposal-class-properties": "7.4.0",
44-
"@babel/polyfill": "7.4.3",
45-
"@babel/runtime": "7.4.3",
42+
"@babel/core": "7.4.4",
43+
"@babel/plugin-proposal-class-properties": "7.4.4",
44+
"@babel/polyfill": "7.4.4",
45+
"@babel/runtime": "7.4.4",
4646
"@craco/craco": "4.1.0",
4747
"@types/electron-devtools-installer": "2.2.0",
4848
"@types/electron-store": "1.3.1",

yarn.lock

+129-7
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,27 @@
3939
semver "^5.4.1"
4040
source-map "^0.5.0"
4141

42-
"@babel/[email protected]", "@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.4.3":
42+
43+
version "7.4.4"
44+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250"
45+
integrity sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==
46+
dependencies:
47+
"@babel/code-frame" "^7.0.0"
48+
"@babel/generator" "^7.4.4"
49+
"@babel/helpers" "^7.4.4"
50+
"@babel/parser" "^7.4.4"
51+
"@babel/template" "^7.4.4"
52+
"@babel/traverse" "^7.4.4"
53+
"@babel/types" "^7.4.4"
54+
convert-source-map "^1.1.0"
55+
debug "^4.1.0"
56+
json5 "^2.1.0"
57+
lodash "^4.17.11"
58+
resolve "^1.3.2"
59+
semver "^5.4.1"
60+
source-map "^0.5.0"
61+
62+
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.4.3":
4363
version "7.4.3"
4464
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f"
4565
integrity sha512-oDpASqKFlbspQfzAE7yaeTmdljSH2ADIvBlb0RwbStltTuWa0+7CCI1fYVINNv9saHPa1W7oaKeuNuKj+RQCvA==
@@ -70,6 +90,17 @@
7090
source-map "^0.5.0"
7191
trim-right "^1.0.1"
7292

93+
"@babel/generator@^7.4.4":
94+
version "7.4.4"
95+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
96+
integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==
97+
dependencies:
98+
"@babel/types" "^7.4.4"
99+
jsesc "^2.5.1"
100+
lodash "^4.17.11"
101+
source-map "^0.5.0"
102+
trim-right "^1.0.1"
103+
73104
"@babel/helper-annotate-as-pure@^7.0.0":
74105
version "7.0.0"
75106
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -114,6 +145,18 @@
114145
"@babel/helper-replace-supers" "^7.4.0"
115146
"@babel/helper-split-export-declaration" "^7.4.0"
116147

148+
"@babel/helper-create-class-features-plugin@^7.4.4":
149+
version "7.4.4"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.4.tgz#fc3d690af6554cc9efc607364a82d48f58736dba"
151+
integrity sha512-UbBHIa2qeAGgyiNR9RszVF7bUHEdgS4JAUNT8SiqrAN6YJVxlOxeLr5pBzb5kan302dejJ9nla4RyKcR1XT6XA==
152+
dependencies:
153+
"@babel/helper-function-name" "^7.1.0"
154+
"@babel/helper-member-expression-to-functions" "^7.0.0"
155+
"@babel/helper-optimise-call-expression" "^7.0.0"
156+
"@babel/helper-plugin-utils" "^7.0.0"
157+
"@babel/helper-replace-supers" "^7.4.4"
158+
"@babel/helper-split-export-declaration" "^7.4.4"
159+
117160
"@babel/helper-define-map@^7.1.0", "@babel/helper-define-map@^7.4.0":
118161
version "7.4.0"
119162
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.0.tgz#cbfd8c1b2f12708e262c26f600cd16ed6a3bc6c9"
@@ -220,6 +263,16 @@
220263
"@babel/traverse" "^7.4.0"
221264
"@babel/types" "^7.4.0"
222265

266+
"@babel/helper-replace-supers@^7.4.4":
267+
version "7.4.4"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27"
269+
integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==
270+
dependencies:
271+
"@babel/helper-member-expression-to-functions" "^7.0.0"
272+
"@babel/helper-optimise-call-expression" "^7.0.0"
273+
"@babel/traverse" "^7.4.4"
274+
"@babel/types" "^7.4.4"
275+
223276
"@babel/helper-simple-access@^7.1.0":
224277
version "7.1.0"
225278
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -235,6 +288,13 @@
235288
dependencies:
236289
"@babel/types" "^7.4.0"
237290

291+
"@babel/helper-split-export-declaration@^7.4.4":
292+
version "7.4.4"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
294+
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
295+
dependencies:
296+
"@babel/types" "^7.4.4"
297+
238298
"@babel/helper-wrap-function@^7.1.0":
239299
version "7.2.0"
240300
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -254,6 +314,15 @@
254314
"@babel/traverse" "^7.4.3"
255315
"@babel/types" "^7.4.0"
256316

317+
"@babel/helpers@^7.4.4":
318+
version "7.4.4"
319+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
320+
integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==
321+
dependencies:
322+
"@babel/template" "^7.4.4"
323+
"@babel/traverse" "^7.4.4"
324+
"@babel/types" "^7.4.4"
325+
257326
"@babel/highlight@^7.0.0":
258327
version "7.0.0"
259328
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
@@ -268,6 +337,11 @@
268337
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
269338
integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
270339

340+
"@babel/parser@^7.4.4":
341+
version "7.4.4"
342+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6"
343+
integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w==
344+
271345
"@babel/plugin-external-helpers@^7.0.0":
272346
version "7.2.0"
273347
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -292,7 +366,15 @@
292366
"@babel/helper-create-class-features-plugin" "^7.3.0"
293367
"@babel/helper-plugin-utils" "^7.0.0"
294368

295-
"@babel/[email protected]", "@babel/plugin-proposal-class-properties@^7.0.0":
369+
370+
version "7.4.4"
371+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz#93a6486eed86d53452ab9bab35e368e9461198ce"
372+
integrity sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==
373+
dependencies:
374+
"@babel/helper-create-class-features-plugin" "^7.4.4"
375+
"@babel/helper-plugin-utils" "^7.0.0"
376+
377+
"@babel/plugin-proposal-class-properties@^7.0.0":
296378
version "7.4.0"
297379
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.0.tgz#d70db61a2f1fd79de927eea91f6411c964e084b8"
298380
integrity sha512-t2ECPNOXsIeK1JxJNKmgbzQtoG27KIlVE61vTqX0DKR9E9sZlVVxWUtEW9D5FlZ8b8j7SBNCHY47GgPKCKlpPg==
@@ -820,10 +902,10 @@
820902
"@babel/helper-regex" "^7.4.3"
821903
regexpu-core "^4.5.4"
822904

823-
"@babel/[email protected].3":
824-
version "7.4.3"
825-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.3.tgz#332dc6f57b718017c3a8b37b4eea8aa6eeac1187"
826-
integrity sha512-rkv8WIvJshA5Ev8iNMGgz5WZkRtgtiPexiT7w5qevGTuT7ZBfM3de9ox1y9JR5/OXb/sWGBbWlHNa7vQKqku3Q==
905+
"@babel/[email protected].4":
906+
version "7.4.4"
907+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.4.tgz#78801cf3dbe657844eeabf31c1cae3828051e893"
908+
integrity sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==
827909
dependencies:
828910
core-js "^2.6.5"
829911
regenerator-runtime "^0.13.2"
@@ -976,7 +1058,14 @@
9761058
dependencies:
9771059
regenerator-runtime "^0.12.0"
9781060

979-
"@babel/[email protected]", "@babel/runtime@^7.0.0":
1061+
1062+
version "7.4.4"
1063+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
1064+
integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
1065+
dependencies:
1066+
regenerator-runtime "^0.13.2"
1067+
1068+
"@babel/runtime@^7.0.0":
9801069
version "7.4.3"
9811070
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
9821071
integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==
@@ -992,6 +1081,15 @@
9921081
"@babel/parser" "^7.4.0"
9931082
"@babel/types" "^7.4.0"
9941083

1084+
"@babel/template@^7.4.4":
1085+
version "7.4.4"
1086+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
1087+
integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
1088+
dependencies:
1089+
"@babel/code-frame" "^7.0.0"
1090+
"@babel/parser" "^7.4.4"
1091+
"@babel/types" "^7.4.4"
1092+
9951093
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.2.2", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.3":
9961094
version "7.4.3"
9971095
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
@@ -1007,6 +1105,21 @@
10071105
globals "^11.1.0"
10081106
lodash "^4.17.11"
10091107

1108+
"@babel/traverse@^7.4.4":
1109+
version "7.4.4"
1110+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8"
1111+
integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A==
1112+
dependencies:
1113+
"@babel/code-frame" "^7.0.0"
1114+
"@babel/generator" "^7.4.4"
1115+
"@babel/helper-function-name" "^7.1.0"
1116+
"@babel/helper-split-export-declaration" "^7.4.4"
1117+
"@babel/parser" "^7.4.4"
1118+
"@babel/types" "^7.4.4"
1119+
debug "^4.1.0"
1120+
globals "^11.1.0"
1121+
lodash "^4.17.11"
1122+
10101123
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0":
10111124
version "7.4.0"
10121125
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -1016,6 +1129,15 @@
10161129
lodash "^4.17.11"
10171130
to-fast-properties "^2.0.0"
10181131

1132+
"@babel/types@^7.4.4":
1133+
version "7.4.4"
1134+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
1135+
integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
1136+
dependencies:
1137+
esutils "^2.0.2"
1138+
lodash "^4.17.11"
1139+
to-fast-properties "^2.0.0"
1140+
10191141
"@bara/barn@^2.3.1":
10201142
version "2.3.1"
10211143
resolved "https://registry.yarnpkg.com/@bara/barn/-/barn-2.3.1.tgz#74af0cac66534fd881cc4e31e5ad8d7011bb017c"

0 commit comments

Comments
 (0)