Skip to content

Commit 79693af

Browse files
authored
Merge pull request thecodejack#51 from thecodejack/renovate/babel-monorepo
Update dependency @babel/core to v7.13.16
2 parents 667e4f1 + fa4ea43 commit 79693af

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
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.15",
24+
"@babel/core": "7.13.16",
2525
"@rollup/plugin-commonjs": "18.0.0",
2626
"@rollup/plugin-node-resolve": "11.1.0",
2727
"@storybook/addon-actions": "6.2.9",

yarn.lock

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,28 @@
2828
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
2929
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
3030

31-
"@babel/core@7.13.15", "@babel/core@^7.12.10":
31+
"@babel/core@7.13.16":
32+
version "7.13.16"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
34+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
35+
dependencies:
36+
"@babel/code-frame" "^7.12.13"
37+
"@babel/generator" "^7.13.16"
38+
"@babel/helper-compilation-targets" "^7.13.16"
39+
"@babel/helper-module-transforms" "^7.13.14"
40+
"@babel/helpers" "^7.13.16"
41+
"@babel/parser" "^7.13.16"
42+
"@babel/template" "^7.12.13"
43+
"@babel/traverse" "^7.13.15"
44+
"@babel/types" "^7.13.16"
45+
convert-source-map "^1.7.0"
46+
debug "^4.1.0"
47+
gensync "^1.0.0-beta.2"
48+
json5 "^2.1.2"
49+
semver "^6.3.0"
50+
source-map "^0.5.0"
51+
52+
"@babel/core@^7.12.10":
3253
version "7.13.15"
3354
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
3455
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
@@ -67,6 +88,15 @@
6788
jsesc "^2.5.1"
6889
source-map "^0.5.0"
6990

91+
"@babel/generator@^7.13.16":
92+
version "7.13.16"
93+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
94+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
95+
dependencies:
96+
"@babel/types" "^7.13.16"
97+
jsesc "^2.5.1"
98+
source-map "^0.5.0"
99+
70100
"@babel/helper-annotate-as-pure@^7.10.1":
71101
version "7.10.1"
72102
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -106,6 +136,16 @@
106136
browserslist "^4.14.5"
107137
semver "^6.3.0"
108138

139+
"@babel/helper-compilation-targets@^7.13.16":
140+
version "7.13.16"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
142+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
143+
dependencies:
144+
"@babel/compat-data" "^7.13.15"
145+
"@babel/helper-validator-option" "^7.12.17"
146+
browserslist "^4.14.5"
147+
semver "^6.3.0"
148+
109149
"@babel/helper-create-class-features-plugin@^7.12.1":
110150
version "7.12.1"
111151
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
@@ -403,6 +443,15 @@
403443
"@babel/traverse" "^7.13.0"
404444
"@babel/types" "^7.13.0"
405445

446+
"@babel/helpers@^7.13.16":
447+
version "7.13.16"
448+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3"
449+
integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q==
450+
dependencies:
451+
"@babel/template" "^7.12.13"
452+
"@babel/traverse" "^7.13.15"
453+
"@babel/types" "^7.13.16"
454+
406455
"@babel/highlight@^7.10.1":
407456
version "7.10.1"
408457
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
@@ -445,6 +494,11 @@
445494
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
446495
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
447496

497+
"@babel/parser@^7.13.16":
498+
version "7.13.16"
499+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
500+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
501+
448502
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
449503
version "7.13.12"
450504
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -1350,6 +1404,14 @@
13501404
lodash "^4.17.19"
13511405
to-fast-properties "^2.0.0"
13521406

1407+
"@babel/types@^7.13.16":
1408+
version "7.13.16"
1409+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65"
1410+
integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q==
1411+
dependencies:
1412+
"@babel/helper-validator-identifier" "^7.12.11"
1413+
to-fast-properties "^2.0.0"
1414+
13531415
"@emotion/cache@^10.0.27":
13541416
version "10.0.29"
13551417
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"

0 commit comments

Comments
 (0)