Skip to content

Commit c645eff

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

File tree

2 files changed

+134
-29
lines changed

2 files changed

+134
-29
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.8.4",
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: 132 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,30 @@
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==
16-
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"
12+
"@babel/code-frame@^7.8.3":
13+
version "7.8.3"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
15+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
16+
dependencies:
17+
"@babel/highlight" "^7.8.3"
18+
19+
"@babel/core@^7.8.4":
20+
version "7.8.4"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
22+
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
23+
dependencies:
24+
"@babel/code-frame" "^7.8.3"
25+
"@babel/generator" "^7.8.4"
26+
"@babel/helpers" "^7.8.4"
27+
"@babel/parser" "^7.8.4"
28+
"@babel/template" "^7.8.3"
29+
"@babel/traverse" "^7.8.4"
30+
"@babel/types" "^7.8.3"
31+
convert-source-map "^1.7.0"
2532
debug "^4.1.0"
33+
gensync "^1.0.0-beta.1"
2634
json5 "^2.1.0"
27-
lodash "^4.17.10"
35+
lodash "^4.17.13"
2836
resolve "^1.3.2"
2937
semver "^5.4.1"
3038
source-map "^0.5.0"
@@ -40,6 +48,16 @@
4048
source-map "^0.5.0"
4149
trim-right "^1.0.1"
4250

51+
"@babel/generator@^7.8.4":
52+
version "7.8.4"
53+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
54+
integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==
55+
dependencies:
56+
"@babel/types" "^7.8.3"
57+
jsesc "^2.5.1"
58+
lodash "^4.17.13"
59+
source-map "^0.5.0"
60+
4361
"@babel/helper-function-name@^7.1.0":
4462
version "7.1.0"
4563
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -49,28 +67,51 @@
4967
"@babel/template" "^7.1.0"
5068
"@babel/types" "^7.0.0"
5169

70+
"@babel/helper-function-name@^7.8.3":
71+
version "7.8.3"
72+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
73+
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
74+
dependencies:
75+
"@babel/helper-get-function-arity" "^7.8.3"
76+
"@babel/template" "^7.8.3"
77+
"@babel/types" "^7.8.3"
78+
5279
"@babel/helper-get-function-arity@^7.0.0":
5380
version "7.0.0"
5481
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
5582
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
5683
dependencies:
5784
"@babel/types" "^7.0.0"
5885

86+
"@babel/helper-get-function-arity@^7.8.3":
87+
version "7.8.3"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
89+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
90+
dependencies:
91+
"@babel/types" "^7.8.3"
92+
5993
"@babel/helper-split-export-declaration@^7.0.0":
6094
version "7.0.0"
6195
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
6296
integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
6397
dependencies:
6498
"@babel/types" "^7.0.0"
6599

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==
100+
"@babel/helper-split-export-declaration@^7.8.3":
101+
version "7.8.3"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
103+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
104+
dependencies:
105+
"@babel/types" "^7.8.3"
106+
107+
"@babel/helpers@^7.8.4":
108+
version "7.8.4"
109+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
110+
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
70111
dependencies:
71-
"@babel/template" "^7.1.2"
72-
"@babel/traverse" "^7.1.5"
73-
"@babel/types" "^7.1.5"
112+
"@babel/template" "^7.8.3"
113+
"@babel/traverse" "^7.8.4"
114+
"@babel/types" "^7.8.3"
74115

75116
"@babel/highlight@^7.0.0":
76117
version "7.0.0"
@@ -81,19 +122,33 @@
81122
esutils "^2.0.2"
82123
js-tokens "^4.0.0"
83124

125+
"@babel/highlight@^7.8.3":
126+
version "7.8.3"
127+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
128+
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
129+
dependencies:
130+
chalk "^2.0.0"
131+
esutils "^2.0.2"
132+
js-tokens "^4.0.0"
133+
84134
"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.6":
85135
version "7.1.6"
86136
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
87137
integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
88138

139+
"@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
140+
version "7.8.4"
141+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
142+
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
143+
89144
"@babel/runtime@^7.1.2":
90145
version "7.1.5"
91146
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
92147
integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==
93148
dependencies:
94149
regenerator-runtime "^0.12.0"
95150

96-
"@babel/template@^7.1.0", "@babel/template@^7.1.2":
151+
"@babel/template@^7.1.0":
97152
version "7.1.2"
98153
resolved "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
99154
integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
@@ -102,7 +157,16 @@
102157
"@babel/parser" "^7.1.2"
103158
"@babel/types" "^7.1.2"
104159

105-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6":
160+
"@babel/template@^7.8.3":
161+
version "7.8.3"
162+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
163+
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
164+
dependencies:
165+
"@babel/code-frame" "^7.8.3"
166+
"@babel/parser" "^7.8.3"
167+
"@babel/types" "^7.8.3"
168+
169+
"@babel/traverse@^7.0.0":
106170
version "7.1.6"
107171
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
108172
integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
@@ -117,7 +181,22 @@
117181
globals "^11.1.0"
118182
lodash "^4.17.10"
119183

120-
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6":
184+
"@babel/traverse@^7.8.4":
185+
version "7.8.4"
186+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
187+
integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==
188+
dependencies:
189+
"@babel/code-frame" "^7.8.3"
190+
"@babel/generator" "^7.8.4"
191+
"@babel/helper-function-name" "^7.8.3"
192+
"@babel/helper-split-export-declaration" "^7.8.3"
193+
"@babel/parser" "^7.8.4"
194+
"@babel/types" "^7.8.3"
195+
debug "^4.1.0"
196+
globals "^11.1.0"
197+
lodash "^4.17.13"
198+
199+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6":
121200
version "7.1.6"
122201
resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
123202
integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
@@ -126,6 +205,15 @@
126205
lodash "^4.17.10"
127206
to-fast-properties "^2.0.0"
128207

208+
"@babel/types@^7.8.3":
209+
version "7.8.3"
210+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
211+
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
212+
dependencies:
213+
esutils "^2.0.2"
214+
lodash "^4.17.13"
215+
to-fast-properties "^2.0.0"
216+
129217
abab@^2.0.0:
130218
version "2.0.0"
131219
resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
@@ -387,9 +475,9 @@ babel-core@^6.0.0, babel-core@^6.26.0:
387475
slash "^1.0.0"
388476
source-map "^0.5.7"
389477

390-
babel-core@^7.0.0-0:
478+
babel-core@^7.0.0-bridge.0:
391479
version "7.0.0-bridge.0"
392-
resolved "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
480+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
393481
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
394482

395483
babel-eslint@^10.0.1:
@@ -864,13 +952,20 @@ contains-path@^0.1.0:
864952
resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
865953
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
866954

867-
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1:
955+
convert-source-map@^1.4.0, convert-source-map@^1.5.1:
868956
version "1.6.0"
869957
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
870958
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
871959
dependencies:
872960
safe-buffer "~5.1.1"
873961

962+
convert-source-map@^1.7.0:
963+
version "1.7.0"
964+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
965+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
966+
dependencies:
967+
safe-buffer "~5.1.1"
968+
874969
copy-descriptor@^0.1.0:
875970
version "0.1.1"
876971
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
@@ -1672,6 +1767,11 @@ gauge@~2.7.3:
16721767
strip-ansi "^3.0.1"
16731768
wide-align "^1.1.0"
16741769

1770+
gensync@^1.0.0-beta.1:
1771+
version "1.0.0-beta.1"
1772+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
1773+
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
1774+
16751775
get-caller-file@^1.0.1:
16761776
version "1.0.3"
16771777
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
@@ -2821,6 +2921,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
28212921
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
28222922
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
28232923

2924+
lodash@^4.17.13:
2925+
version "4.17.15"
2926+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2927+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
2928+
28242929
loose-envify@^1.0.0:
28252930
version "1.4.0"
28262931
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"

0 commit comments

Comments
 (0)