Skip to content

Commit da65d55

Browse files
committed
chore(deps): update babel monorepo to v7.6.3
1 parent 4d7bc59 commit da65d55

File tree

2 files changed

+65
-26
lines changed

2 files changed

+65
-26
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"yargs": "^14.0.0"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.6.2",
47+
"@babel/core": "7.6.3",
4848
"@babel/plugin-proposal-class-properties": "7.5.5",
4949
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
50-
"@babel/preset-env": "7.6.2",
50+
"@babel/preset-env": "7.6.3",
5151
"@babel/preset-typescript": "7.6.0",
5252
"@types/debug": "4.1.5",
5353
"@types/jest": "24.0.18",

yarn.lock

+63-24
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
dependencies:
1717
"@babel/highlight" "^7.0.0"
1818

19-
"@babel/[email protected].2":
20-
version "7.6.2"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
22-
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
19+
"@babel/[email protected].3":
20+
version "7.6.3"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
22+
integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
2323
dependencies:
2424
"@babel/code-frame" "^7.5.5"
25-
"@babel/generator" "^7.6.2"
25+
"@babel/generator" "^7.6.3"
2626
"@babel/helpers" "^7.6.2"
27-
"@babel/parser" "^7.6.2"
27+
"@babel/parser" "^7.6.3"
2828
"@babel/template" "^7.6.0"
29-
"@babel/traverse" "^7.6.2"
30-
"@babel/types" "^7.6.0"
29+
"@babel/traverse" "^7.6.3"
30+
"@babel/types" "^7.6.3"
3131
convert-source-map "^1.1.0"
3232
debug "^4.1.0"
3333
json5 "^2.1.0"
3434
lodash "^4.17.13"
3535
resolve "^1.3.2"
3636
semver "^5.4.1"
37-
source-map "^0.5.0"
37+
source-map "^0.6.1"
3838

3939
"@babel/core@^7.1.0":
4040
version "7.3.4"
@@ -99,6 +99,16 @@
9999
lodash "^4.17.13"
100100
source-map "^0.5.0"
101101

102+
"@babel/generator@^7.6.3":
103+
version "7.6.3"
104+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.3.tgz#71d5375264f93ec7bac7d9f35a67067733f5578e"
105+
integrity sha512-hLhYbAb3pHwxjlijC4AQ7mqZdcoujiNaW7izCT04CIowHK8psN0IN8QjDv0iyFtycF5FowUOTwDloIheI25aMw==
106+
dependencies:
107+
"@babel/types" "^7.6.3"
108+
jsesc "^2.5.1"
109+
lodash "^4.17.13"
110+
source-map "^0.6.1"
111+
102112
"@babel/helper-annotate-as-pure@^7.0.0":
103113
version "7.0.0"
104114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -356,6 +366,11 @@
356366
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
357367
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
358368

369+
"@babel/parser@^7.6.3":
370+
version "7.6.3"
371+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
372+
integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
373+
359374
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
360375
version "7.2.0"
361376
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -479,10 +494,10 @@
479494
dependencies:
480495
"@babel/helper-plugin-utils" "^7.0.0"
481496

482-
"@babel/plugin-transform-block-scoping@^7.6.2":
483-
version "7.6.2"
484-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
485-
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
497+
"@babel/plugin-transform-block-scoping@^7.6.3":
498+
version "7.6.3"
499+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
500+
integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
486501
dependencies:
487502
"@babel/helper-plugin-utils" "^7.0.0"
488503
lodash "^4.17.13"
@@ -604,10 +619,10 @@
604619
"@babel/helper-module-transforms" "^7.1.0"
605620
"@babel/helper-plugin-utils" "^7.0.0"
606621

607-
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
608-
version "7.6.2"
609-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
610-
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
622+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3":
623+
version "7.6.3"
624+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf"
625+
integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw==
611626
dependencies:
612627
regexpu-core "^4.6.0"
613628

@@ -711,10 +726,10 @@
711726
"@babel/helper-regex" "^7.4.4"
712727
regexpu-core "^4.6.0"
713728

714-
"@babel/[email protected].2":
715-
version "7.6.2"
716-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
717-
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
729+
"@babel/[email protected].3":
730+
version "7.6.3"
731+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271"
732+
integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ==
718733
dependencies:
719734
"@babel/helper-module-imports" "^7.0.0"
720735
"@babel/helper-plugin-utils" "^7.0.0"
@@ -732,7 +747,7 @@
732747
"@babel/plugin-transform-arrow-functions" "^7.2.0"
733748
"@babel/plugin-transform-async-to-generator" "^7.5.0"
734749
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
735-
"@babel/plugin-transform-block-scoping" "^7.6.2"
750+
"@babel/plugin-transform-block-scoping" "^7.6.3"
736751
"@babel/plugin-transform-classes" "^7.5.5"
737752
"@babel/plugin-transform-computed-properties" "^7.2.0"
738753
"@babel/plugin-transform-destructuring" "^7.6.0"
@@ -747,7 +762,7 @@
747762
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
748763
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
749764
"@babel/plugin-transform-modules-umd" "^7.2.0"
750-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
765+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3"
751766
"@babel/plugin-transform-new-target" "^7.4.4"
752767
"@babel/plugin-transform-object-super" "^7.5.5"
753768
"@babel/plugin-transform-parameters" "^7.4.4"
@@ -760,7 +775,7 @@
760775
"@babel/plugin-transform-template-literals" "^7.4.4"
761776
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
762777
"@babel/plugin-transform-unicode-regex" "^7.6.2"
763-
"@babel/types" "^7.6.0"
778+
"@babel/types" "^7.6.3"
764779
browserslist "^4.6.0"
765780
core-js-compat "^3.1.1"
766781
invariant "^2.2.2"
@@ -862,6 +877,21 @@
862877
globals "^11.1.0"
863878
lodash "^4.17.13"
864879

880+
"@babel/traverse@^7.6.3":
881+
version "7.6.3"
882+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
883+
integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
884+
dependencies:
885+
"@babel/code-frame" "^7.5.5"
886+
"@babel/generator" "^7.6.3"
887+
"@babel/helper-function-name" "^7.1.0"
888+
"@babel/helper-split-export-declaration" "^7.4.4"
889+
"@babel/parser" "^7.6.3"
890+
"@babel/types" "^7.6.3"
891+
debug "^4.1.0"
892+
globals "^11.1.0"
893+
lodash "^4.17.13"
894+
865895
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.4":
866896
version "7.3.4"
867897
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
@@ -898,6 +928,15 @@
898928
lodash "^4.17.13"
899929
to-fast-properties "^2.0.0"
900930

931+
"@babel/types@^7.6.3":
932+
version "7.6.3"
933+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
934+
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
935+
dependencies:
936+
esutils "^2.0.2"
937+
lodash "^4.17.13"
938+
to-fast-properties "^2.0.0"
939+
901940
"@cnakazawa/watch@^1.0.3":
902941
version "1.0.3"
903942
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)