Skip to content

Commit df678e8

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

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.2",
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.2":
20+
version "7.7.2"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
22+
integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==
23+
dependencies:
24+
"@babel/code-frame" "^7.5.5"
25+
"@babel/generator" "^7.7.2"
26+
"@babel/helpers" "^7.7.0"
27+
"@babel/parser" "^7.7.2"
28+
"@babel/template" "^7.7.0"
29+
"@babel/traverse" "^7.7.2"
30+
"@babel/types" "^7.7.2"
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.2":
51+
version "7.7.2"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
53+
integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==
54+
dependencies:
55+
"@babel/types" "^7.7.2"
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.0":
70+
version "7.7.0"
71+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
72+
integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
73+
dependencies:
74+
"@babel/helper-get-function-arity" "^7.7.0"
75+
"@babel/template" "^7.7.0"
76+
"@babel/types" "^7.7.0"
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.0":
86+
version "7.7.0"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
88+
integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
89+
dependencies:
90+
"@babel/types" "^7.7.0"
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.0":
100+
version "7.7.0"
101+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
102+
integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
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.0"
105+
106+
"@babel/helpers@^7.7.0":
107+
version "7.7.0"
108+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
109+
integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==
110+
dependencies:
111+
"@babel/template" "^7.7.0"
112+
"@babel/traverse" "^7.7.0"
113+
"@babel/types" "^7.7.0"
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.0", "@babel/parser@^7.7.2":
130+
version "7.7.3"
131+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
132+
integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A==
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.0":
151+
version "7.7.0"
152+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
153+
integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==
154+
dependencies:
155+
"@babel/code-frame" "^7.0.0"
156+
"@babel/parser" "^7.7.0"
157+
"@babel/types" "^7.7.0"
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.0", "@babel/traverse@^7.7.2":
175+
version "7.7.2"
176+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
177+
integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
178+
dependencies:
179+
"@babel/code-frame" "^7.5.5"
180+
"@babel/generator" "^7.7.2"
181+
"@babel/helper-function-name" "^7.7.0"
182+
"@babel/helper-split-export-declaration" "^7.7.0"
183+
"@babel/parser" "^7.7.2"
184+
"@babel/types" "^7.7.2"
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.0", "@babel/types@^7.7.2":
199+
version "7.7.2"
200+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
201+
integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==
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)