Skip to content

Commit f1a1e57

Browse files
authored
Merge pull request #48 from thecodejack/renovate/babel-monorepo
Update dependency @babel/core to v7.13.15
2 parents def4a12 + 0ff840c commit f1a1e57

File tree

2 files changed

+78
-52
lines changed

2 files changed

+78
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"file-selector": "^0.2.2"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "7.13.10",
24+
"@babel/core": "7.13.15",
2525
"@rollup/plugin-commonjs": "17.0.0",
2626
"@rollup/plugin-node-resolve": "11.1.0",
2727
"@storybook/addon-actions": "6.1.14",

yarn.lock

Lines changed: 77 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,29 @@
3535
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
3636
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3737

38-
"@babel/compat-data@^7.13.8":
39-
version "7.13.8"
40-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
41-
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
38+
"@babel/compat-data@^7.13.12":
39+
version "7.13.15"
40+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
41+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
4242

43-
"@babel/[email protected].10":
44-
version "7.13.10"
45-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
46-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
43+
"@babel/[email protected].15":
44+
version "7.13.15"
45+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
46+
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
4747
dependencies:
4848
"@babel/code-frame" "^7.12.13"
4949
"@babel/generator" "^7.13.9"
50-
"@babel/helper-compilation-targets" "^7.13.10"
51-
"@babel/helper-module-transforms" "^7.13.0"
50+
"@babel/helper-compilation-targets" "^7.13.13"
51+
"@babel/helper-module-transforms" "^7.13.14"
5252
"@babel/helpers" "^7.13.10"
53-
"@babel/parser" "^7.13.10"
53+
"@babel/parser" "^7.13.15"
5454
"@babel/template" "^7.12.13"
55-
"@babel/traverse" "^7.13.0"
56-
"@babel/types" "^7.13.0"
55+
"@babel/traverse" "^7.13.15"
56+
"@babel/types" "^7.13.14"
5757
convert-source-map "^1.7.0"
5858
debug "^4.1.0"
5959
gensync "^1.0.0-beta.2"
6060
json5 "^2.1.2"
61-
lodash "^4.17.19"
6261
semver "^6.3.0"
6362
source-map "^0.5.0"
6463

@@ -159,12 +158,12 @@
159158
browserslist "^4.14.5"
160159
semver "^5.5.0"
161160

162-
"@babel/helper-compilation-targets@^7.13.10":
163-
version "7.13.10"
164-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
165-
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
161+
"@babel/helper-compilation-targets@^7.13.13":
162+
version "7.13.13"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
164+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
166165
dependencies:
167-
"@babel/compat-data" "^7.13.8"
166+
"@babel/compat-data" "^7.13.12"
168167
"@babel/helper-validator-option" "^7.12.17"
169168
browserslist "^4.14.5"
170169
semver "^6.3.0"
@@ -259,12 +258,12 @@
259258
dependencies:
260259
"@babel/types" "^7.12.7"
261260

262-
"@babel/helper-member-expression-to-functions@^7.13.0":
263-
version "7.13.0"
264-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091"
265-
integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==
261+
"@babel/helper-member-expression-to-functions@^7.13.12":
262+
version "7.13.12"
263+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
264+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
266265
dependencies:
267-
"@babel/types" "^7.13.0"
266+
"@babel/types" "^7.13.12"
268267

269268
"@babel/helper-module-imports@^7.0.0":
270269
version "7.10.1"
@@ -280,12 +279,12 @@
280279
dependencies:
281280
"@babel/types" "^7.12.5"
282281

283-
"@babel/helper-module-imports@^7.12.13":
284-
version "7.12.13"
285-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
286-
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
282+
"@babel/helper-module-imports@^7.13.12":
283+
version "7.13.12"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
285+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
287286
dependencies:
288-
"@babel/types" "^7.12.13"
287+
"@babel/types" "^7.13.12"
289288

290289
"@babel/helper-module-transforms@^7.12.1":
291290
version "7.12.1"
@@ -302,20 +301,19 @@
302301
"@babel/types" "^7.12.1"
303302
lodash "^4.17.19"
304303

305-
"@babel/helper-module-transforms@^7.13.0":
306-
version "7.13.0"
307-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
308-
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
304+
"@babel/helper-module-transforms@^7.13.14":
305+
version "7.13.14"
306+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
307+
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
309308
dependencies:
310-
"@babel/helper-module-imports" "^7.12.13"
311-
"@babel/helper-replace-supers" "^7.13.0"
312-
"@babel/helper-simple-access" "^7.12.13"
309+
"@babel/helper-module-imports" "^7.13.12"
310+
"@babel/helper-replace-supers" "^7.13.12"
311+
"@babel/helper-simple-access" "^7.13.12"
313312
"@babel/helper-split-export-declaration" "^7.12.13"
314313
"@babel/helper-validator-identifier" "^7.12.11"
315314
"@babel/template" "^7.12.13"
316-
"@babel/traverse" "^7.13.0"
317-
"@babel/types" "^7.13.0"
318-
lodash "^4.17.19"
315+
"@babel/traverse" "^7.13.13"
316+
"@babel/types" "^7.13.14"
319317

320318
"@babel/helper-optimise-call-expression@^7.10.4":
321319
version "7.12.7"
@@ -367,15 +365,15 @@
367365
"@babel/traverse" "^7.12.5"
368366
"@babel/types" "^7.12.5"
369367

370-
"@babel/helper-replace-supers@^7.13.0":
371-
version "7.13.0"
372-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24"
373-
integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==
368+
"@babel/helper-replace-supers@^7.13.12":
369+
version "7.13.12"
370+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
371+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
374372
dependencies:
375-
"@babel/helper-member-expression-to-functions" "^7.13.0"
373+
"@babel/helper-member-expression-to-functions" "^7.13.12"
376374
"@babel/helper-optimise-call-expression" "^7.12.13"
377375
"@babel/traverse" "^7.13.0"
378-
"@babel/types" "^7.13.0"
376+
"@babel/types" "^7.13.12"
379377

380378
"@babel/helper-simple-access@^7.12.1":
381379
version "7.12.1"
@@ -384,12 +382,12 @@
384382
dependencies:
385383
"@babel/types" "^7.12.1"
386384

387-
"@babel/helper-simple-access@^7.12.13":
388-
version "7.12.13"
389-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
390-
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
385+
"@babel/helper-simple-access@^7.13.12":
386+
version "7.13.12"
387+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
388+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
391389
dependencies:
392-
"@babel/types" "^7.12.13"
390+
"@babel/types" "^7.13.12"
393391

394392
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
395393
version "7.12.1"
@@ -497,7 +495,7 @@
497495
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
498496
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
499497

500-
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10":
498+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0":
501499
version "7.13.10"
502500
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
503501
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
@@ -507,6 +505,11 @@
507505
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
508506
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
509507

508+
"@babel/parser@^7.13.15":
509+
version "7.13.15"
510+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
511+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
512+
510513
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
511514
version "7.12.1"
512515
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -1242,6 +1245,20 @@
12421245
globals "^11.1.0"
12431246
lodash "^4.17.19"
12441247

1248+
"@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
1249+
version "7.13.15"
1250+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
1251+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
1252+
dependencies:
1253+
"@babel/code-frame" "^7.12.13"
1254+
"@babel/generator" "^7.13.9"
1255+
"@babel/helper-function-name" "^7.12.13"
1256+
"@babel/helper-split-export-declaration" "^7.12.13"
1257+
"@babel/parser" "^7.13.15"
1258+
"@babel/types" "^7.13.14"
1259+
debug "^4.1.0"
1260+
globals "^11.1.0"
1261+
12451262
"@babel/types@^7.10.1", "@babel/types@^7.4.4":
12461263
version "7.10.2"
12471264
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
@@ -1278,6 +1295,15 @@
12781295
lodash "^4.17.19"
12791296
to-fast-properties "^2.0.0"
12801297

1298+
"@babel/types@^7.13.12", "@babel/types@^7.13.14":
1299+
version "7.13.14"
1300+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
1301+
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
1302+
dependencies:
1303+
"@babel/helper-validator-identifier" "^7.12.11"
1304+
lodash "^4.17.19"
1305+
to-fast-properties "^2.0.0"
1306+
12811307
"@emotion/cache@^10.0.27":
12821308
version "10.0.29"
12831309
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"

0 commit comments

Comments
 (0)