Skip to content

Commit a4595e3

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.2
1 parent f179a75 commit a4595e3

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,10 +32,10 @@
3232
"dependencies": {},
3333
"devDependencies": {
3434
"@babel/cli": "7.10.1",
35-
"@babel/core": "7.10.1",
35+
"@babel/core": "7.10.2",
3636
"@babel/plugin-proposal-async-generator-functions": "7.10.1",
3737
"@babel/polyfill": "7.10.1",
38-
"@babel/preset-env": "7.10.1",
38+
"@babel/preset-env": "7.10.2",
3939
"@babel/register": "7.10.1",
4040
"ava": "3.8.2",
4141
"coveralls": "3.1.0",

yarn.lock

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
invariant "^2.2.4"
4949
semver "^5.5.0"
5050

51-
"@babel/core@7.10.1":
52-
version "7.10.1"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
54-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
51+
"@babel/core@7.10.2":
52+
version "7.10.2"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
54+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
5555
dependencies:
5656
"@babel/code-frame" "^7.10.1"
57-
"@babel/generator" "^7.10.1"
57+
"@babel/generator" "^7.10.2"
5858
"@babel/helper-module-transforms" "^7.10.1"
5959
"@babel/helpers" "^7.10.1"
60-
"@babel/parser" "^7.10.1"
60+
"@babel/parser" "^7.10.2"
6161
"@babel/template" "^7.10.1"
6262
"@babel/traverse" "^7.10.1"
63-
"@babel/types" "^7.10.1"
63+
"@babel/types" "^7.10.2"
6464
convert-source-map "^1.7.0"
6565
debug "^4.1.0"
6666
gensync "^1.0.0-beta.1"
@@ -102,6 +102,16 @@
102102
lodash "^4.17.13"
103103
source-map "^0.5.0"
104104

105+
"@babel/generator@^7.10.2":
106+
version "7.10.2"
107+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
108+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
109+
dependencies:
110+
"@babel/types" "^7.10.2"
111+
jsesc "^2.5.1"
112+
lodash "^4.17.13"
113+
source-map "^0.5.0"
114+
105115
"@babel/generator@^7.8.6":
106116
version "7.8.6"
107117
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
@@ -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"
@@ -521,6 +531,11 @@
521531
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
522532
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
523533

534+
"@babel/parser@^7.10.2":
535+
version "7.10.2"
536+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
537+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
538+
524539
"@babel/parser@^7.7.5", "@babel/parser@^7.9.0":
525540
version "7.9.4"
526541
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
@@ -971,13 +986,13 @@
971986
core-js "^2.6.5"
972987
regenerator-runtime "^0.13.4"
973988

974-
"@babel/preset-env@7.10.1":
975-
version "7.10.1"
976-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
977-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
989+
"@babel/preset-env@7.10.2":
990+
version "7.10.2"
991+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
992+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
978993
dependencies:
979994
"@babel/compat-data" "^7.10.1"
980-
"@babel/helper-compilation-targets" "^7.10.1"
995+
"@babel/helper-compilation-targets" "^7.10.2"
981996
"@babel/helper-module-imports" "^7.10.1"
982997
"@babel/helper-plugin-utils" "^7.10.1"
983998
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -1034,7 +1049,7 @@
10341049
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
10351050
"@babel/plugin-transform-unicode-regex" "^7.10.1"
10361051
"@babel/preset-modules" "^0.1.3"
1037-
"@babel/types" "^7.10.1"
1052+
"@babel/types" "^7.10.2"
10381053
browserslist "^4.12.0"
10391054
core-js-compat "^3.6.2"
10401055
invariant "^2.2.2"
@@ -1173,6 +1188,15 @@
11731188
lodash "^4.17.13"
11741189
to-fast-properties "^2.0.0"
11751190

1191+
"@babel/types@^7.10.2":
1192+
version "7.10.2"
1193+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1194+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1195+
dependencies:
1196+
"@babel/helper-validator-identifier" "^7.10.1"
1197+
lodash "^4.17.13"
1198+
to-fast-properties "^2.0.0"
1199+
11761200
"@babel/types@^7.4.4", "@babel/types@^7.9.0":
11771201
version "7.9.0"
11781202
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"

0 commit comments

Comments
 (0)