Skip to content

Commit 58b538b

Browse files
chore(deps): update babel monorepo to v7.8.6 (faceyspacey#243)
1 parent 2f9fd6d commit 58b538b

File tree

2 files changed

+96
-38
lines changed

2 files changed

+96
-38
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
},
7474
"devDependencies": {
7575
"@babel/cli": "7.8.4",
76-
"@babel/core": "7.8.4",
77-
"@babel/preset-env": "7.8.4",
76+
"@babel/core": "7.8.6",
77+
"@babel/preset-env": "7.8.6",
7878
"@commitlint/cli": "8.3.5",
7979
"@commitlint/config-conventional": "8.3.4",
8080
"@webpack-contrib/defaults": "6.3.0",

yarn.lock

+94-36
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@
3232
dependencies:
3333
"@babel/highlight" "^7.8.3"
3434

35-
"@babel/compat-data@^7.8.4":
36-
version "7.8.5"
37-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9"
38-
integrity sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg==
35+
"@babel/compat-data@^7.8.6":
36+
version "7.8.6"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35"
38+
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q==
3939
dependencies:
4040
browserslist "^4.8.5"
4141
invariant "^2.2.4"
4242
semver "^5.5.0"
4343

44-
"@babel/core@7.8.4":
45-
version "7.8.4"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
47-
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
44+
"@babel/core@7.8.6":
45+
version "7.8.6"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636"
47+
integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg==
4848
dependencies:
4949
"@babel/code-frame" "^7.8.3"
50-
"@babel/generator" "^7.8.4"
50+
"@babel/generator" "^7.8.6"
5151
"@babel/helpers" "^7.8.4"
52-
"@babel/parser" "^7.8.4"
53-
"@babel/template" "^7.8.3"
54-
"@babel/traverse" "^7.8.4"
55-
"@babel/types" "^7.8.3"
52+
"@babel/parser" "^7.8.6"
53+
"@babel/template" "^7.8.6"
54+
"@babel/traverse" "^7.8.6"
55+
"@babel/types" "^7.8.6"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.1"
@@ -133,6 +133,16 @@
133133
lodash "^4.17.13"
134134
source-map "^0.5.0"
135135

136+
"@babel/generator@^7.8.6":
137+
version "7.8.6"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
139+
integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg==
140+
dependencies:
141+
"@babel/types" "^7.8.6"
142+
jsesc "^2.5.1"
143+
lodash "^4.17.13"
144+
source-map "^0.5.0"
145+
136146
"@babel/helper-annotate-as-pure@^7.8.3":
137147
version "7.8.3"
138148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -157,12 +167,12 @@
157167
"@babel/traverse" "^7.8.3"
158168
"@babel/types" "^7.8.3"
159169

160-
"@babel/helper-compilation-targets@^7.8.4":
161-
version "7.8.4"
162-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
163-
integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==
170+
"@babel/helper-compilation-targets@^7.8.6":
171+
version "7.8.6"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c"
173+
integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ==
164174
dependencies:
165-
"@babel/compat-data" "^7.8.4"
175+
"@babel/compat-data" "^7.8.6"
166176
browserslist "^4.8.5"
167177
invariant "^2.2.4"
168178
levenary "^1.1.1"
@@ -303,6 +313,16 @@
303313
"@babel/traverse" "^7.8.3"
304314
"@babel/types" "^7.8.3"
305315

316+
"@babel/helper-replace-supers@^7.8.6":
317+
version "7.8.6"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
319+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
320+
dependencies:
321+
"@babel/helper-member-expression-to-functions" "^7.8.3"
322+
"@babel/helper-optimise-call-expression" "^7.8.3"
323+
"@babel/traverse" "^7.8.6"
324+
"@babel/types" "^7.8.6"
325+
306326
"@babel/helper-simple-access@^7.8.3":
307327
version "7.8.3"
308328
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -395,6 +415,11 @@
395415
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
396416
integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
397417

418+
"@babel/parser@^7.8.6":
419+
version "7.8.6"
420+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
421+
integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g==
422+
398423
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
399424
version "7.8.3"
400425
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -561,17 +586,17 @@
561586
"@babel/helper-plugin-utils" "^7.8.3"
562587
lodash "^4.17.13"
563588

564-
"@babel/plugin-transform-classes@^7.8.3":
565-
version "7.8.3"
566-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8"
567-
integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w==
589+
"@babel/plugin-transform-classes@^7.8.6":
590+
version "7.8.6"
591+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d"
592+
integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg==
568593
dependencies:
569594
"@babel/helper-annotate-as-pure" "^7.8.3"
570595
"@babel/helper-define-map" "^7.8.3"
571596
"@babel/helper-function-name" "^7.8.3"
572597
"@babel/helper-optimise-call-expression" "^7.8.3"
573598
"@babel/helper-plugin-utils" "^7.8.3"
574-
"@babel/helper-replace-supers" "^7.8.3"
599+
"@babel/helper-replace-supers" "^7.8.6"
575600
"@babel/helper-split-export-declaration" "^7.8.3"
576601
globals "^11.1.0"
577602

@@ -612,10 +637,10 @@
612637
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
613638
"@babel/helper-plugin-utils" "^7.8.3"
614639

615-
"@babel/plugin-transform-for-of@^7.8.4":
616-
version "7.8.4"
617-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d"
618-
integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==
640+
"@babel/plugin-transform-for-of@^7.8.6":
641+
version "7.8.6"
642+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085"
643+
integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw==
619644
dependencies:
620645
"@babel/helper-plugin-utils" "^7.8.3"
621646

@@ -775,13 +800,13 @@
775800
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
776801
"@babel/helper-plugin-utils" "^7.8.3"
777802

778-
"@babel/preset-env@7.8.4":
779-
version "7.8.4"
780-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
781-
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
803+
"@babel/preset-env@7.8.6":
804+
version "7.8.6"
805+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b"
806+
integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg==
782807
dependencies:
783-
"@babel/compat-data" "^7.8.4"
784-
"@babel/helper-compilation-targets" "^7.8.4"
808+
"@babel/compat-data" "^7.8.6"
809+
"@babel/helper-compilation-targets" "^7.8.6"
785810
"@babel/helper-module-imports" "^7.8.3"
786811
"@babel/helper-plugin-utils" "^7.8.3"
787812
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
@@ -804,13 +829,13 @@
804829
"@babel/plugin-transform-async-to-generator" "^7.8.3"
805830
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
806831
"@babel/plugin-transform-block-scoping" "^7.8.3"
807-
"@babel/plugin-transform-classes" "^7.8.3"
832+
"@babel/plugin-transform-classes" "^7.8.6"
808833
"@babel/plugin-transform-computed-properties" "^7.8.3"
809834
"@babel/plugin-transform-destructuring" "^7.8.3"
810835
"@babel/plugin-transform-dotall-regex" "^7.8.3"
811836
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
812837
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
813-
"@babel/plugin-transform-for-of" "^7.8.4"
838+
"@babel/plugin-transform-for-of" "^7.8.6"
814839
"@babel/plugin-transform-function-name" "^7.8.3"
815840
"@babel/plugin-transform-literals" "^7.8.3"
816841
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
@@ -831,7 +856,7 @@
831856
"@babel/plugin-transform-template-literals" "^7.8.3"
832857
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
833858
"@babel/plugin-transform-unicode-regex" "^7.8.3"
834-
"@babel/types" "^7.8.3"
859+
"@babel/types" "^7.8.6"
835860
browserslist "^4.8.5"
836861
core-js-compat "^3.6.2"
837862
invariant "^2.2.2"
@@ -863,6 +888,15 @@
863888
"@babel/parser" "^7.8.3"
864889
"@babel/types" "^7.8.3"
865890

891+
"@babel/template@^7.8.6":
892+
version "7.8.6"
893+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
894+
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
895+
dependencies:
896+
"@babel/code-frame" "^7.8.3"
897+
"@babel/parser" "^7.8.6"
898+
"@babel/types" "^7.8.6"
899+
866900
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4":
867901
version "7.7.4"
868902
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
@@ -908,6 +942,21 @@
908942
globals "^11.1.0"
909943
lodash "^4.17.13"
910944

945+
"@babel/traverse@^7.8.6":
946+
version "7.8.6"
947+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
948+
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
949+
dependencies:
950+
"@babel/code-frame" "^7.8.3"
951+
"@babel/generator" "^7.8.6"
952+
"@babel/helper-function-name" "^7.8.3"
953+
"@babel/helper-split-export-declaration" "^7.8.3"
954+
"@babel/parser" "^7.8.6"
955+
"@babel/types" "^7.8.6"
956+
debug "^4.1.0"
957+
globals "^11.1.0"
958+
lodash "^4.17.13"
959+
911960
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.4":
912961
version "7.7.4"
913962
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
@@ -926,6 +975,15 @@
926975
lodash "^4.17.13"
927976
to-fast-properties "^2.0.0"
928977

978+
"@babel/types@^7.8.6":
979+
version "7.8.6"
980+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01"
981+
integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA==
982+
dependencies:
983+
esutils "^2.0.2"
984+
lodash "^4.17.13"
985+
to-fast-properties "^2.0.0"
986+
929987
"@bcoe/v8-coverage@^0.2.3":
930988
version "0.2.3"
931989
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)