Skip to content

Commit 07a38ff

Browse files
chore(package): Update babel7 to the latest version 🚀 (#165)
* chore(package): update @babel/core to version 7.8.6 * chore(package): update @babel/preset-env to version 7.8.6 * chore(package): update @babel/template to version 7.8.6 * chore(package): update lockfile yarn.lock
1 parent ad08ae1 commit 07a38ff

File tree

2 files changed

+103
-45
lines changed

2 files changed

+103
-45
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"vue-property-decorator": "8.3.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.8.4",
32-
"@babel/preset-env": "7.8.4",
33-
"@babel/template": "7.8.3",
31+
"@babel/core": "7.8.6",
32+
"@babel/preset-env": "7.8.6",
33+
"@babel/template": "7.8.6",
3434
"babel-jest": "24.9.0",
3535
"commitizen": "3.1.2",
3636
"cz-conventional-changelog": "2.1.0",

yarn.lock

+100-42
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616
dependencies:
1717
"@babel/highlight" "^7.8.3"
1818

19-
"@babel/compat-data@^7.8.4":
20-
version "7.8.4"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.4.tgz#bbe65d05a291667a8394fe8a0e0e277ef22b0d2a"
22-
integrity sha512-lHLhlsvFjJAqNU71b7k6Vv9ewjmTXKvqaMv7n0G1etdCabWLw3nEYE8mmgoVOxMIFE07xOvo7H7XBASirX6Rrg==
19+
"@babel/compat-data@^7.8.6":
20+
version "7.8.6"
21+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35"
22+
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q==
2323
dependencies:
2424
browserslist "^4.8.5"
2525
invariant "^2.2.4"
2626
semver "^5.5.0"
2727

28-
"@babel/[email protected].4":
29-
version "7.8.4"
30-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
31-
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
28+
"@babel/[email protected].6":
29+
version "7.8.6"
30+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636"
31+
integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg==
3232
dependencies:
3333
"@babel/code-frame" "^7.8.3"
34-
"@babel/generator" "^7.8.4"
34+
"@babel/generator" "^7.8.6"
3535
"@babel/helpers" "^7.8.4"
36-
"@babel/parser" "^7.8.4"
37-
"@babel/template" "^7.8.3"
38-
"@babel/traverse" "^7.8.4"
39-
"@babel/types" "^7.8.3"
36+
"@babel/parser" "^7.8.6"
37+
"@babel/template" "^7.8.6"
38+
"@babel/traverse" "^7.8.6"
39+
"@babel/types" "^7.8.6"
4040
convert-source-map "^1.7.0"
4141
debug "^4.1.0"
4242
gensync "^1.0.0-beta.1"
@@ -86,6 +86,16 @@
8686
lodash "^4.17.13"
8787
source-map "^0.5.0"
8888

89+
"@babel/generator@^7.8.6":
90+
version "7.8.6"
91+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
92+
integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg==
93+
dependencies:
94+
"@babel/types" "^7.8.6"
95+
jsesc "^2.5.1"
96+
lodash "^4.17.13"
97+
source-map "^0.5.0"
98+
8999
"@babel/helper-annotate-as-pure@^7.8.3":
90100
version "7.8.3"
91101
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -110,12 +120,12 @@
110120
"@babel/traverse" "^7.8.3"
111121
"@babel/types" "^7.8.3"
112122

113-
"@babel/helper-compilation-targets@^7.8.4":
114-
version "7.8.4"
115-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
116-
integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==
123+
"@babel/helper-compilation-targets@^7.8.6":
124+
version "7.8.6"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c"
126+
integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ==
117127
dependencies:
118-
"@babel/compat-data" "^7.8.4"
128+
"@babel/compat-data" "^7.8.6"
119129
browserslist "^4.8.5"
120130
invariant "^2.2.4"
121131
levenary "^1.1.1"
@@ -261,6 +271,16 @@
261271
"@babel/traverse" "^7.8.3"
262272
"@babel/types" "^7.8.3"
263273

274+
"@babel/helper-replace-supers@^7.8.6":
275+
version "7.8.6"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
277+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
278+
dependencies:
279+
"@babel/helper-member-expression-to-functions" "^7.8.3"
280+
"@babel/helper-optimise-call-expression" "^7.8.3"
281+
"@babel/traverse" "^7.8.6"
282+
"@babel/types" "^7.8.6"
283+
264284
"@babel/helper-simple-access@^7.8.3":
265285
version "7.8.3"
266286
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -344,6 +364,11 @@
344364
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
345365
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
346366

367+
"@babel/parser@^7.8.6":
368+
version "7.8.6"
369+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
370+
integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g==
371+
347372
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
348373
version "7.8.3"
349374
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -503,17 +528,17 @@
503528
"@babel/helper-plugin-utils" "^7.8.3"
504529
lodash "^4.17.13"
505530

506-
"@babel/plugin-transform-classes@^7.8.3":
507-
version "7.8.3"
508-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8"
509-
integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w==
531+
"@babel/plugin-transform-classes@^7.8.6":
532+
version "7.8.6"
533+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d"
534+
integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg==
510535
dependencies:
511536
"@babel/helper-annotate-as-pure" "^7.8.3"
512537
"@babel/helper-define-map" "^7.8.3"
513538
"@babel/helper-function-name" "^7.8.3"
514539
"@babel/helper-optimise-call-expression" "^7.8.3"
515540
"@babel/helper-plugin-utils" "^7.8.3"
516-
"@babel/helper-replace-supers" "^7.8.3"
541+
"@babel/helper-replace-supers" "^7.8.6"
517542
"@babel/helper-split-export-declaration" "^7.8.3"
518543
globals "^11.1.0"
519544

@@ -554,10 +579,10 @@
554579
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
555580
"@babel/helper-plugin-utils" "^7.8.3"
556581

557-
"@babel/plugin-transform-for-of@^7.8.4":
558-
version "7.8.4"
559-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d"
560-
integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==
582+
"@babel/plugin-transform-for-of@^7.8.6":
583+
version "7.8.6"
584+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085"
585+
integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw==
561586
dependencies:
562587
"@babel/helper-plugin-utils" "^7.8.3"
563588

@@ -717,13 +742,13 @@
717742
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
718743
"@babel/helper-plugin-utils" "^7.8.3"
719744

720-
"@babel/[email protected].4":
721-
version "7.8.4"
722-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
723-
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
745+
"@babel/[email protected].6":
746+
version "7.8.6"
747+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b"
748+
integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg==
724749
dependencies:
725-
"@babel/compat-data" "^7.8.4"
726-
"@babel/helper-compilation-targets" "^7.8.4"
750+
"@babel/compat-data" "^7.8.6"
751+
"@babel/helper-compilation-targets" "^7.8.6"
727752
"@babel/helper-module-imports" "^7.8.3"
728753
"@babel/helper-plugin-utils" "^7.8.3"
729754
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
@@ -746,13 +771,13 @@
746771
"@babel/plugin-transform-async-to-generator" "^7.8.3"
747772
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
748773
"@babel/plugin-transform-block-scoping" "^7.8.3"
749-
"@babel/plugin-transform-classes" "^7.8.3"
774+
"@babel/plugin-transform-classes" "^7.8.6"
750775
"@babel/plugin-transform-computed-properties" "^7.8.3"
751776
"@babel/plugin-transform-destructuring" "^7.8.3"
752777
"@babel/plugin-transform-dotall-regex" "^7.8.3"
753778
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
754779
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
755-
"@babel/plugin-transform-for-of" "^7.8.4"
780+
"@babel/plugin-transform-for-of" "^7.8.6"
756781
"@babel/plugin-transform-function-name" "^7.8.3"
757782
"@babel/plugin-transform-literals" "^7.8.3"
758783
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
@@ -773,7 +798,7 @@
773798
"@babel/plugin-transform-template-literals" "^7.8.3"
774799
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
775800
"@babel/plugin-transform-unicode-regex" "^7.8.3"
776-
"@babel/types" "^7.8.3"
801+
"@babel/types" "^7.8.6"
777802
browserslist "^4.8.5"
778803
core-js-compat "^3.6.2"
779804
invariant "^2.2.2"
@@ -787,14 +812,14 @@
787812
dependencies:
788813
regenerator-runtime "^0.13.2"
789814

790-
"@babel/[email protected].3", "@babel/template@^7.8.3":
791-
version "7.8.3"
792-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
793-
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
815+
"@babel/[email protected].6", "@babel/template@^7.8.6":
816+
version "7.8.6"
817+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
818+
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
794819
dependencies:
795820
"@babel/code-frame" "^7.8.3"
796-
"@babel/parser" "^7.8.3"
797-
"@babel/types" "^7.8.3"
821+
"@babel/parser" "^7.8.6"
822+
"@babel/types" "^7.8.6"
798823

799824
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.6.0":
800825
version "7.6.0"
@@ -805,6 +830,15 @@
805830
"@babel/parser" "^7.6.0"
806831
"@babel/types" "^7.6.0"
807832

833+
"@babel/template@^7.8.3":
834+
version "7.8.3"
835+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
836+
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
837+
dependencies:
838+
"@babel/code-frame" "^7.8.3"
839+
"@babel/parser" "^7.8.3"
840+
"@babel/types" "^7.8.3"
841+
808842
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
809843
version "7.6.3"
810844
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
@@ -835,6 +869,21 @@
835869
globals "^11.1.0"
836870
lodash "^4.17.13"
837871

872+
"@babel/traverse@^7.8.6":
873+
version "7.8.6"
874+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
875+
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
876+
dependencies:
877+
"@babel/code-frame" "^7.8.3"
878+
"@babel/generator" "^7.8.6"
879+
"@babel/helper-function-name" "^7.8.3"
880+
"@babel/helper-split-export-declaration" "^7.8.3"
881+
"@babel/parser" "^7.8.6"
882+
"@babel/types" "^7.8.6"
883+
debug "^4.1.0"
884+
globals "^11.1.0"
885+
lodash "^4.17.13"
886+
838887
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
839888
version "7.6.3"
840889
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
@@ -853,6 +902,15 @@
853902
lodash "^4.17.13"
854903
to-fast-properties "^2.0.0"
855904

905+
"@babel/types@^7.8.6":
906+
version "7.8.6"
907+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01"
908+
integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA==
909+
dependencies:
910+
esutils "^2.0.2"
911+
lodash "^4.17.13"
912+
to-fast-properties "^2.0.0"
913+
856914
"@cnakazawa/watch@^1.0.3":
857915
version "1.0.3"
858916
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)