Skip to content

Commit 3c4b235

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.2
1 parent 60f0acb commit 3c4b235

File tree

2 files changed

+43
-19
lines changed

2 files changed

+43
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"devDependencies": {
3434
"@babel/cli": "7.10.1",
35-
"@babel/core": "7.10.1",
35+
"@babel/core": "7.10.2",
3636
"@babel/polyfill": "7.10.1",
37-
"@babel/preset-env": "7.10.1",
37+
"@babel/preset-env": "7.10.2",
3838
"@babel/register": "7.10.1",
3939
"ava": "3.8.2",
4040
"coveralls": "3.1.0",

yarn.lock

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@
6868
invariant "^2.2.4"
6969
semver "^5.5.0"
7070

71-
"@babel/[email protected].1":
72-
version "7.10.1"
73-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
74-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
71+
"@babel/[email protected].2":
72+
version "7.10.2"
73+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
74+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
7575
dependencies:
7676
"@babel/code-frame" "^7.10.1"
77-
"@babel/generator" "^7.10.1"
77+
"@babel/generator" "^7.10.2"
7878
"@babel/helper-module-transforms" "^7.10.1"
7979
"@babel/helpers" "^7.10.1"
80-
"@babel/parser" "^7.10.1"
80+
"@babel/parser" "^7.10.2"
8181
"@babel/template" "^7.10.1"
8282
"@babel/traverse" "^7.10.1"
83-
"@babel/types" "^7.10.1"
83+
"@babel/types" "^7.10.2"
8484
convert-source-map "^1.7.0"
8585
debug "^4.1.0"
8686
gensync "^1.0.0-beta.1"
@@ -122,6 +122,16 @@
122122
lodash "^4.17.13"
123123
source-map "^0.5.0"
124124

125+
"@babel/generator@^7.10.2":
126+
version "7.10.2"
127+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
128+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
129+
dependencies:
130+
"@babel/types" "^7.10.2"
131+
jsesc "^2.5.1"
132+
lodash "^4.17.13"
133+
source-map "^0.5.0"
134+
125135
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
126136
version "7.9.5"
127137
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -154,10 +164,10 @@
154164
"@babel/helper-explode-assignable-expression" "^7.10.1"
155165
"@babel/types" "^7.10.1"
156166

157-
"@babel/helper-compilation-targets@^7.10.1":
158-
version "7.10.1"
159-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
160-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
167+
"@babel/helper-compilation-targets@^7.10.2":
168+
version "7.10.2"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
170+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
161171
dependencies:
162172
"@babel/compat-data" "^7.10.1"
163173
browserslist "^4.12.0"
@@ -465,6 +475,11 @@
465475
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
466476
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
467477

478+
"@babel/parser@^7.10.2":
479+
version "7.10.2"
480+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
481+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
482+
468483
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
469484
version "7.9.4"
470485
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
@@ -905,13 +920,13 @@
905920
core-js "^2.6.5"
906921
regenerator-runtime "^0.13.4"
907922

908-
"@babel/[email protected].1":
909-
version "7.10.1"
910-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
911-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
923+
"@babel/[email protected].2":
924+
version "7.10.2"
925+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
926+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
912927
dependencies:
913928
"@babel/compat-data" "^7.10.1"
914-
"@babel/helper-compilation-targets" "^7.10.1"
929+
"@babel/helper-compilation-targets" "^7.10.2"
915930
"@babel/helper-module-imports" "^7.10.1"
916931
"@babel/helper-plugin-utils" "^7.10.1"
917932
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -968,7 +983,7 @@
968983
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
969984
"@babel/plugin-transform-unicode-regex" "^7.10.1"
970985
"@babel/preset-modules" "^0.1.3"
971-
"@babel/types" "^7.10.1"
986+
"@babel/types" "^7.10.2"
972987
browserslist "^4.12.0"
973988
core-js-compat "^3.6.2"
974989
invariant "^2.2.2"
@@ -1061,6 +1076,15 @@
10611076
lodash "^4.17.13"
10621077
to-fast-properties "^2.0.0"
10631078

1079+
"@babel/types@^7.10.2":
1080+
version "7.10.2"
1081+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1082+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1083+
dependencies:
1084+
"@babel/helper-validator-identifier" "^7.10.1"
1085+
lodash "^4.17.13"
1086+
to-fast-properties "^2.0.0"
1087+
10641088
"@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
10651089
version "7.9.5"
10661090
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)