Skip to content

Commit f8f97a1

Browse files
committed
Update babel monorepo
1 parent 5fe4970 commit f8f97a1

File tree

2 files changed

+118
-28
lines changed

2 files changed

+118
-28
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"neon-cli": "^0.2.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.1.6",
39-
"babel-core": "^7.0.0-0",
38+
"@babel/core": "^7.7.7",
39+
"babel-core": "^7.0.0-bridge.0",
4040
"babel-jest": "^23.6.0",
4141
"eslint": "^5.9.0",
4242
"eslint-config-bliss": "^3.1.1",

yarn.lock

Lines changed: 116 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,29 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.1.6":
13-
version "7.1.6"
14-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3"
15-
integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==
12+
"@babel/code-frame@^7.5.5":
13+
version "7.5.5"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
15+
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
1616
dependencies:
17-
"@babel/code-frame" "^7.0.0"
18-
"@babel/generator" "^7.1.6"
19-
"@babel/helpers" "^7.1.5"
20-
"@babel/parser" "^7.1.6"
21-
"@babel/template" "^7.1.2"
22-
"@babel/traverse" "^7.1.6"
23-
"@babel/types" "^7.1.6"
24-
convert-source-map "^1.1.0"
17+
"@babel/highlight" "^7.0.0"
18+
19+
"@babel/core@^7.7.7":
20+
version "7.7.7"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
22+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
23+
dependencies:
24+
"@babel/code-frame" "^7.5.5"
25+
"@babel/generator" "^7.7.7"
26+
"@babel/helpers" "^7.7.4"
27+
"@babel/parser" "^7.7.7"
28+
"@babel/template" "^7.7.4"
29+
"@babel/traverse" "^7.7.4"
30+
"@babel/types" "^7.7.4"
31+
convert-source-map "^1.7.0"
2532
debug "^4.1.0"
2633
json5 "^2.1.0"
27-
lodash "^4.17.10"
34+
lodash "^4.17.13"
2835
resolve "^1.3.2"
2936
semver "^5.4.1"
3037
source-map "^0.5.0"
@@ -40,6 +47,16 @@
4047
source-map "^0.5.0"
4148
trim-right "^1.0.1"
4249

50+
"@babel/generator@^7.7.4", "@babel/generator@^7.7.7":
51+
version "7.7.7"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
53+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
54+
dependencies:
55+
"@babel/types" "^7.7.4"
56+
jsesc "^2.5.1"
57+
lodash "^4.17.13"
58+
source-map "^0.5.0"
59+
4360
"@babel/helper-function-name@^7.1.0":
4461
version "7.1.0"
4562
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -49,28 +66,51 @@
4966
"@babel/template" "^7.1.0"
5067
"@babel/types" "^7.0.0"
5168

69+
"@babel/helper-function-name@^7.7.4":
70+
version "7.7.4"
71+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
72+
integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==
73+
dependencies:
74+
"@babel/helper-get-function-arity" "^7.7.4"
75+
"@babel/template" "^7.7.4"
76+
"@babel/types" "^7.7.4"
77+
5278
"@babel/helper-get-function-arity@^7.0.0":
5379
version "7.0.0"
5480
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
5581
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
5682
dependencies:
5783
"@babel/types" "^7.0.0"
5884

85+
"@babel/helper-get-function-arity@^7.7.4":
86+
version "7.7.4"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
88+
integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
89+
dependencies:
90+
"@babel/types" "^7.7.4"
91+
5992
"@babel/helper-split-export-declaration@^7.0.0":
6093
version "7.0.0"
6194
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
6295
integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
6396
dependencies:
6497
"@babel/types" "^7.0.0"
6598

66-
"@babel/helpers@^7.1.5":
67-
version "7.1.5"
68-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
69-
integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
99+
"@babel/helper-split-export-declaration@^7.7.4":
100+
version "7.7.4"
101+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
102+
integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
70103
dependencies:
71-
"@babel/template" "^7.1.2"
72-
"@babel/traverse" "^7.1.5"
73-
"@babel/types" "^7.1.5"
104+
"@babel/types" "^7.7.4"
105+
106+
"@babel/helpers@^7.7.4":
107+
version "7.7.4"
108+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
109+
integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
110+
dependencies:
111+
"@babel/template" "^7.7.4"
112+
"@babel/traverse" "^7.7.4"
113+
"@babel/types" "^7.7.4"
74114

75115
"@babel/highlight@^7.0.0":
76116
version "7.0.0"
@@ -86,14 +126,19 @@
86126
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
87127
integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
88128

129+
"@babel/parser@^7.7.4", "@babel/parser@^7.7.7":
130+
version "7.7.7"
131+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
132+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
133+
89134
"@babel/runtime@^7.1.2":
90135
version "7.1.5"
91136
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
92137
integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==
93138
dependencies:
94139
regenerator-runtime "^0.12.0"
95140

96-
"@babel/template@^7.1.0", "@babel/template@^7.1.2":
141+
"@babel/template@^7.1.0":
97142
version "7.1.2"
98143
resolved "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
99144
integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
@@ -102,7 +147,16 @@
102147
"@babel/parser" "^7.1.2"
103148
"@babel/types" "^7.1.2"
104149

105-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6":
150+
"@babel/template@^7.7.4":
151+
version "7.7.4"
152+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
153+
integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==
154+
dependencies:
155+
"@babel/code-frame" "^7.0.0"
156+
"@babel/parser" "^7.7.4"
157+
"@babel/types" "^7.7.4"
158+
159+
"@babel/traverse@^7.0.0":
106160
version "7.1.6"
107161
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
108162
integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
@@ -117,7 +171,22 @@
117171
globals "^11.1.0"
118172
lodash "^4.17.10"
119173

120-
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6":
174+
"@babel/traverse@^7.7.4":
175+
version "7.7.4"
176+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
177+
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
178+
dependencies:
179+
"@babel/code-frame" "^7.5.5"
180+
"@babel/generator" "^7.7.4"
181+
"@babel/helper-function-name" "^7.7.4"
182+
"@babel/helper-split-export-declaration" "^7.7.4"
183+
"@babel/parser" "^7.7.4"
184+
"@babel/types" "^7.7.4"
185+
debug "^4.1.0"
186+
globals "^11.1.0"
187+
lodash "^4.17.13"
188+
189+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6":
121190
version "7.1.6"
122191
resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
123192
integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
@@ -126,6 +195,15 @@
126195
lodash "^4.17.10"
127196
to-fast-properties "^2.0.0"
128197

198+
"@babel/types@^7.7.4":
199+
version "7.7.4"
200+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
201+
integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
202+
dependencies:
203+
esutils "^2.0.2"
204+
lodash "^4.17.13"
205+
to-fast-properties "^2.0.0"
206+
129207
abab@^2.0.0:
130208
version "2.0.0"
131209
resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
@@ -387,9 +465,9 @@ babel-core@^6.0.0, babel-core@^6.26.0:
387465
slash "^1.0.0"
388466
source-map "^0.5.7"
389467

390-
babel-core@^7.0.0-0:
468+
babel-core@^7.0.0-bridge.0:
391469
version "7.0.0-bridge.0"
392-
resolved "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
470+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
393471
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
394472

395473
babel-eslint@^10.0.1:
@@ -864,13 +942,20 @@ contains-path@^0.1.0:
864942
resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
865943
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
866944

867-
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1:
945+
convert-source-map@^1.4.0, convert-source-map@^1.5.1:
868946
version "1.6.0"
869947
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
870948
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
871949
dependencies:
872950
safe-buffer "~5.1.1"
873951

952+
convert-source-map@^1.7.0:
953+
version "1.7.0"
954+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
955+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
956+
dependencies:
957+
safe-buffer "~5.1.1"
958+
874959
copy-descriptor@^0.1.0:
875960
version "0.1.1"
876961
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
@@ -2821,6 +2906,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
28212906
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
28222907
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
28232908

2909+
lodash@^4.17.13:
2910+
version "4.17.15"
2911+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2912+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
2913+
28242914
loose-envify@^1.0.0:
28252915
version "1.4.0"
28262916
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"

0 commit comments

Comments
 (0)