Skip to content

Commit 06d4251

Browse files
committed
chore: update babel monorepo
1 parent 0f0f95a commit 06d4251

File tree

2 files changed

+121
-2
lines changed

2 files changed

+121
-2
lines changed

@commitlint/travis-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"license": "MIT",
4747
"devDependencies": {
4848
"@babel/cli": "7.8.4",
49-
"@babel/core": "7.8.4",
49+
"@babel/core": "7.9.0",
5050
"@commitlint/test": "8.2.0",
5151
"@commitlint/utils": "^8.3.4",
5252
"babel-preset-commitlint": "^8.2.0",

yarn.lock

Lines changed: 120 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,29 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37-
"@babel/core@7.8.4", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7":
37+
"@babel/core@7.9.0":
38+
version "7.9.0"
39+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
40+
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
41+
dependencies:
42+
"@babel/code-frame" "^7.8.3"
43+
"@babel/generator" "^7.9.0"
44+
"@babel/helper-module-transforms" "^7.9.0"
45+
"@babel/helpers" "^7.9.0"
46+
"@babel/parser" "^7.9.0"
47+
"@babel/template" "^7.8.6"
48+
"@babel/traverse" "^7.9.0"
49+
"@babel/types" "^7.9.0"
50+
convert-source-map "^1.7.0"
51+
debug "^4.1.0"
52+
gensync "^1.0.0-beta.1"
53+
json5 "^2.1.2"
54+
lodash "^4.17.13"
55+
resolve "^1.3.2"
56+
semver "^5.4.1"
57+
source-map "^0.5.0"
58+
59+
"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7":
3860
version "7.8.4"
3961
resolved "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
4062
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
@@ -65,6 +87,16 @@
6587
lodash "^4.17.13"
6688
source-map "^0.5.0"
6789

90+
"@babel/generator@^7.9.0":
91+
version "7.9.4"
92+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
93+
integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA==
94+
dependencies:
95+
"@babel/types" "^7.9.0"
96+
jsesc "^2.5.1"
97+
lodash "^4.17.13"
98+
source-map "^0.5.0"
99+
68100
"@babel/helper-annotate-as-pure@^7.8.3":
69101
version "7.8.3"
70102
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -182,6 +214,19 @@
182214
"@babel/types" "^7.8.3"
183215
lodash "^4.17.13"
184216

217+
"@babel/helper-module-transforms@^7.9.0":
218+
version "7.9.0"
219+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
220+
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
221+
dependencies:
222+
"@babel/helper-module-imports" "^7.8.3"
223+
"@babel/helper-replace-supers" "^7.8.6"
224+
"@babel/helper-simple-access" "^7.8.3"
225+
"@babel/helper-split-export-declaration" "^7.8.3"
226+
"@babel/template" "^7.8.6"
227+
"@babel/types" "^7.9.0"
228+
lodash "^4.17.13"
229+
185230
"@babel/helper-optimise-call-expression@^7.8.3":
186231
version "7.8.3"
187232
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
@@ -222,6 +267,16 @@
222267
"@babel/traverse" "^7.8.3"
223268
"@babel/types" "^7.8.3"
224269

270+
"@babel/helper-replace-supers@^7.8.6":
271+
version "7.8.6"
272+
resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
273+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
274+
dependencies:
275+
"@babel/helper-member-expression-to-functions" "^7.8.3"
276+
"@babel/helper-optimise-call-expression" "^7.8.3"
277+
"@babel/traverse" "^7.8.6"
278+
"@babel/types" "^7.8.6"
279+
225280
"@babel/helper-simple-access@^7.8.3":
226281
version "7.8.3"
227282
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -237,6 +292,11 @@
237292
dependencies:
238293
"@babel/types" "^7.8.3"
239294

295+
"@babel/helper-validator-identifier@^7.9.0":
296+
version "7.9.0"
297+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
298+
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
299+
240300
"@babel/helper-wrap-function@^7.8.3":
241301
version "7.8.3"
242302
resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -256,6 +316,15 @@
256316
"@babel/traverse" "^7.8.4"
257317
"@babel/types" "^7.8.3"
258318

319+
"@babel/helpers@^7.9.0":
320+
version "7.9.2"
321+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
322+
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
323+
dependencies:
324+
"@babel/template" "^7.8.3"
325+
"@babel/traverse" "^7.9.0"
326+
"@babel/types" "^7.9.0"
327+
259328
"@babel/highlight@^7.8.3":
260329
version "7.8.3"
261330
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -270,6 +339,11 @@
270339
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
271340
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
272341

342+
"@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
343+
version "7.9.4"
344+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
345+
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
346+
273347
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
274348
version "7.8.3"
275349
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -748,6 +822,15 @@
748822
"@babel/parser" "^7.8.3"
749823
"@babel/types" "^7.8.3"
750824

825+
"@babel/template@^7.8.6":
826+
version "7.8.6"
827+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
828+
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
829+
dependencies:
830+
"@babel/code-frame" "^7.8.3"
831+
"@babel/parser" "^7.8.6"
832+
"@babel/types" "^7.8.6"
833+
751834
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4":
752835
version "7.8.4"
753836
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
@@ -763,6 +846,21 @@
763846
globals "^11.1.0"
764847
lodash "^4.17.13"
765848

849+
"@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
850+
version "7.9.0"
851+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
852+
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
853+
dependencies:
854+
"@babel/code-frame" "^7.8.3"
855+
"@babel/generator" "^7.9.0"
856+
"@babel/helper-function-name" "^7.8.3"
857+
"@babel/helper-split-export-declaration" "^7.8.3"
858+
"@babel/parser" "^7.9.0"
859+
"@babel/types" "^7.9.0"
860+
debug "^4.1.0"
861+
globals "^11.1.0"
862+
lodash "^4.17.13"
863+
766864
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
767865
version "7.8.3"
768866
resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
@@ -772,6 +870,15 @@
772870
lodash "^4.17.13"
773871
to-fast-properties "^2.0.0"
774872

873+
"@babel/types@^7.8.6", "@babel/types@^7.9.0":
874+
version "7.9.0"
875+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
876+
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
877+
dependencies:
878+
"@babel/helper-validator-identifier" "^7.9.0"
879+
lodash "^4.17.13"
880+
to-fast-properties "^2.0.0"
881+
775882
"@bcoe/v8-coverage@^0.2.3":
776883
version "0.2.3"
777884
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -6365,6 +6472,13 @@ json5@2.x, json5@^2.1.0:
63656472
dependencies:
63666473
minimist "^1.2.0"
63676474

6475+
json5@^2.1.2:
6476+
version "2.1.2"
6477+
resolved "https://registry.npmjs.org/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
6478+
integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
6479+
dependencies:
6480+
minimist "^1.2.5"
6481+
63686482
jsonfile@^4.0.0:
63696483
version "4.0.0"
63706484
resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -7061,6 +7175,11 @@ minimist@^0.1.0:
70617175
resolved "https://registry.npmjs.org/minimist/-/minimist-0.1.0.tgz#99df657a52574c21c9057497df742790b2b4c0de"
70627176
integrity sha1-md9lelJXTCHJBXSX33QnkLK0wN4=
70637177

7178+
minimist@^1.2.5:
7179+
version "1.2.5"
7180+
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
7181+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
7182+
70647183
minimist@~0.0.1:
70657184
version "0.0.10"
70667185
resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)