Skip to content

Commit e35f679

Browse files
committed
chore(deps): update babel monorepo
1 parent 0601937 commit e35f679

File tree

2 files changed

+70
-42
lines changed

2 files changed

+70
-42
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"mysqldump": "3.2.0"
7777
},
7878
"devDependencies": {
79-
"@babel/core": "7.11.1",
79+
"@babel/core": "7.11.6",
8080
"@babel/plugin-syntax-import-meta": "7.10.4",
8181
"@babel/plugin-transform-regenerator": "7.10.4",
82-
"@babel/preset-env": "7.11.0",
82+
"@babel/preset-env": "7.11.5",
8383
"@commitlint/cli": "9.1.1",
8484
"@commitlint/config-conventional": "9.1.1",
8585
"@rollup/plugin-commonjs": "15.0.0",

yarn.lock

Lines changed: 68 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,29 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
21+
22+
version "7.11.6"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
24+
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
25+
dependencies:
26+
"@babel/code-frame" "^7.10.4"
27+
"@babel/generator" "^7.11.6"
28+
"@babel/helper-module-transforms" "^7.11.0"
29+
"@babel/helpers" "^7.10.4"
30+
"@babel/parser" "^7.11.5"
31+
"@babel/template" "^7.10.4"
32+
"@babel/traverse" "^7.11.5"
33+
"@babel/types" "^7.11.5"
34+
convert-source-map "^1.7.0"
35+
debug "^4.1.0"
36+
gensync "^1.0.0-beta.1"
37+
json5 "^2.1.2"
38+
lodash "^4.17.19"
39+
resolve "^1.3.2"
40+
semver "^5.4.1"
41+
source-map "^0.5.0"
42+
43+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2244
version "7.11.1"
2345
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
2446
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
@@ -49,6 +71,15 @@
4971
jsesc "^2.5.1"
5072
source-map "^0.5.0"
5173

74+
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
75+
version "7.11.6"
76+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
77+
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
78+
dependencies:
79+
"@babel/types" "^7.11.5"
80+
jsesc "^2.5.1"
81+
source-map "^0.5.0"
82+
5283
"@babel/helper-annotate-as-pure@^7.10.4":
5384
version "7.10.4"
5485
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -263,6 +294,11 @@
263294
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9"
264295
integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==
265296

297+
"@babel/parser@^7.11.5":
298+
version "7.11.5"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
300+
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
301+
266302
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
267303
version "7.10.5"
268304
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -719,10 +755,10 @@
719755
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
720756
"@babel/helper-plugin-utils" "^7.10.4"
721757

722-
"@babel/[email protected].0":
723-
version "7.11.0"
724-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
725-
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
758+
"@babel/[email protected].5":
759+
version "7.11.5"
760+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
761+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
726762
dependencies:
727763
"@babel/compat-data" "^7.11.0"
728764
"@babel/helper-compilation-targets" "^7.10.4"
@@ -786,7 +822,7 @@
786822
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
787823
"@babel/plugin-transform-unicode-regex" "^7.10.4"
788824
"@babel/preset-modules" "^0.1.3"
789-
"@babel/types" "^7.11.0"
825+
"@babel/types" "^7.11.5"
790826
browserslist "^4.12.0"
791827
core-js-compat "^3.6.2"
792828
invariant "^2.2.2"
@@ -835,6 +871,21 @@
835871
globals "^11.1.0"
836872
lodash "^4.17.19"
837873

874+
"@babel/traverse@^7.11.5":
875+
version "7.11.5"
876+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
877+
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
878+
dependencies:
879+
"@babel/code-frame" "^7.10.4"
880+
"@babel/generator" "^7.11.5"
881+
"@babel/helper-function-name" "^7.10.4"
882+
"@babel/helper-split-export-declaration" "^7.11.0"
883+
"@babel/parser" "^7.11.5"
884+
"@babel/types" "^7.11.5"
885+
debug "^4.1.0"
886+
globals "^11.1.0"
887+
lodash "^4.17.19"
888+
838889
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
839890
version "7.11.0"
840891
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
@@ -844,6 +895,15 @@
844895
lodash "^4.17.19"
845896
to-fast-properties "^2.0.0"
846897

898+
"@babel/types@^7.11.5":
899+
version "7.11.5"
900+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
901+
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
902+
dependencies:
903+
"@babel/helper-validator-identifier" "^7.10.4"
904+
lodash "^4.17.19"
905+
to-fast-properties "^2.0.0"
906+
847907
"@bcoe/v8-coverage@^0.2.3":
848908
version "0.2.3"
849909
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3347,7 +3407,7 @@ debug@^3.1.0:
33473407
dependencies:
33483408
ms "^2.1.1"
33493409

3350-
debuglog@*, debuglog@^1.0.1:
3410+
debuglog@^1.0.1:
33513411
version "1.0.1"
33523412
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
33533413
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -5066,7 +5126,7 @@ import-local@^3.0.2:
50665126
pkg-dir "^4.2.0"
50675127
resolve-cwd "^3.0.0"
50685128

5069-
imurmurhash@*, imurmurhash@^0.1.4:
5129+
imurmurhash@^0.1.4:
50705130
version "0.1.4"
50715131
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
50725132
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -6602,11 +6662,6 @@ lockfile@^1.0.4:
66026662
dependencies:
66036663
signal-exit "^3.0.2"
66046664

6605-
lodash._baseindexof@*:
6606-
version "3.1.0"
6607-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
6608-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
6609-
66106665
lodash._baseuniq@~4.6.0:
66116666
version "4.6.0"
66126667
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -6615,33 +6670,11 @@ lodash._baseuniq@~4.6.0:
66156670
lodash._createset "~4.0.0"
66166671
lodash._root "~3.0.0"
66176672

6618-
lodash._bindcallback@*:
6619-
version "3.0.1"
6620-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
6621-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
6622-
6623-
lodash._cacheindexof@*:
6624-
version "3.0.2"
6625-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
6626-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
6627-
6628-
lodash._createcache@*:
6629-
version "3.1.2"
6630-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
6631-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
6632-
dependencies:
6633-
lodash._getnative "^3.0.0"
6634-
66356673
lodash._createset@~4.0.0:
66366674
version "4.0.3"
66376675
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
66386676
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
66396677

6640-
lodash._getnative@*, lodash._getnative@^3.0.0:
6641-
version "3.9.1"
6642-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
6643-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
6644-
66456678
lodash._reinterpolate@^3.0.0:
66466679
version "3.0.0"
66476680
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -6712,11 +6745,6 @@ [email protected]:
67126745
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
67136746
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
67146747

6715-
lodash.restparam@*:
6716-
version "3.6.1"
6717-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
6718-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
6719-
67206748
lodash.set@^4.3.2:
67216749
version "4.3.2"
67226750
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"

0 commit comments

Comments
 (0)