Skip to content

Commit e2754a1

Browse files
chore(deps): update babel monorepo to v7.19.3
1 parent ad5d396 commit e2754a1

File tree

2 files changed

+161
-5
lines changed

2 files changed

+161
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"styled-components": "^5.3.5"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.19.1",
33+
"@babel/core": "7.19.3",
3434
"@babel/plugin-proposal-function-sent": "7.18.6",
3535
"@babel/plugin-proposal-throw-expressions": "7.18.6",
3636
"@babel/plugin-syntax-import-meta": "7.10.4",
37-
"@babel/preset-env": "7.19.1",
37+
"@babel/preset-env": "7.19.3",
3838
"@babel/preset-react": "7.18.6",
3939
"@storybook/addon-actions": "6.5.12",
4040
"@storybook/addon-essentials": "6.5.12",

yarn.lock

Lines changed: 159 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
2323
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
2424

25+
"@babel/compat-data@^7.19.3":
26+
version "7.19.3"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
28+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
29+
2530
2631
version "7.12.9"
2732
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -44,7 +49,28 @@
4449
semver "^5.4.1"
4550
source-map "^0.5.0"
4651

47-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
52+
53+
version "7.19.3"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
55+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
56+
dependencies:
57+
"@ampproject/remapping" "^2.1.0"
58+
"@babel/code-frame" "^7.18.6"
59+
"@babel/generator" "^7.19.3"
60+
"@babel/helper-compilation-targets" "^7.19.3"
61+
"@babel/helper-module-transforms" "^7.19.0"
62+
"@babel/helpers" "^7.19.0"
63+
"@babel/parser" "^7.19.3"
64+
"@babel/template" "^7.18.10"
65+
"@babel/traverse" "^7.19.3"
66+
"@babel/types" "^7.19.3"
67+
convert-source-map "^1.7.0"
68+
debug "^4.1.0"
69+
gensync "^1.0.0-beta.2"
70+
json5 "^2.2.1"
71+
semver "^6.3.0"
72+
73+
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
4874
version "7.19.1"
4975
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
5076
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
@@ -74,6 +100,15 @@
74100
"@jridgewell/gen-mapping" "^0.3.2"
75101
jsesc "^2.5.1"
76102

103+
"@babel/generator@^7.19.3":
104+
version "7.19.3"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
106+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
107+
dependencies:
108+
"@babel/types" "^7.19.3"
109+
"@jridgewell/gen-mapping" "^0.3.2"
110+
jsesc "^2.5.1"
111+
77112
"@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.18.6":
78113
version "7.18.6"
79114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -99,6 +134,16 @@
99134
browserslist "^4.21.3"
100135
semver "^6.3.0"
101136

137+
"@babel/helper-compilation-targets@^7.19.3":
138+
version "7.19.3"
139+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
140+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
141+
dependencies:
142+
"@babel/compat-data" "^7.19.3"
143+
"@babel/helper-validator-option" "^7.18.6"
144+
browserslist "^4.21.3"
145+
semver "^6.3.0"
146+
102147
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
103148
version "7.19.0"
104149
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -273,7 +318,7 @@
273318
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
274319
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
275320

276-
"@babel/helper-validator-identifier@^7.18.6":
321+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
277322
version "7.19.1"
278323
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
279324
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -316,6 +361,11 @@
316361
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
317362
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
318363

364+
"@babel/parser@^7.19.3":
365+
version "7.19.3"
366+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
367+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
368+
319369
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
320370
version "7.18.6"
321371
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -997,7 +1047,88 @@
9971047
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
9981048
"@babel/helper-plugin-utils" "^7.18.6"
9991049

1000-
"@babel/[email protected]", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.9.0":
1050+
1051+
version "7.19.3"
1052+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
1053+
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
1054+
dependencies:
1055+
"@babel/compat-data" "^7.19.3"
1056+
"@babel/helper-compilation-targets" "^7.19.3"
1057+
"@babel/helper-plugin-utils" "^7.19.0"
1058+
"@babel/helper-validator-option" "^7.18.6"
1059+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
1060+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1061+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
1062+
"@babel/plugin-proposal-class-properties" "^7.18.6"
1063+
"@babel/plugin-proposal-class-static-block" "^7.18.6"
1064+
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
1065+
"@babel/plugin-proposal-export-namespace-from" "^7.18.9"
1066+
"@babel/plugin-proposal-json-strings" "^7.18.6"
1067+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
1068+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
1069+
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
1070+
"@babel/plugin-proposal-object-rest-spread" "^7.18.9"
1071+
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
1072+
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
1073+
"@babel/plugin-proposal-private-methods" "^7.18.6"
1074+
"@babel/plugin-proposal-private-property-in-object" "^7.18.6"
1075+
"@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
1076+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1077+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1078+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1079+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1080+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1081+
"@babel/plugin-syntax-import-assertions" "^7.18.6"
1082+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1083+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1084+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1085+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1086+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1087+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1088+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1089+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1090+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1091+
"@babel/plugin-transform-arrow-functions" "^7.18.6"
1092+
"@babel/plugin-transform-async-to-generator" "^7.18.6"
1093+
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
1094+
"@babel/plugin-transform-block-scoping" "^7.18.9"
1095+
"@babel/plugin-transform-classes" "^7.19.0"
1096+
"@babel/plugin-transform-computed-properties" "^7.18.9"
1097+
"@babel/plugin-transform-destructuring" "^7.18.13"
1098+
"@babel/plugin-transform-dotall-regex" "^7.18.6"
1099+
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
1100+
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
1101+
"@babel/plugin-transform-for-of" "^7.18.8"
1102+
"@babel/plugin-transform-function-name" "^7.18.9"
1103+
"@babel/plugin-transform-literals" "^7.18.9"
1104+
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
1105+
"@babel/plugin-transform-modules-amd" "^7.18.6"
1106+
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
1107+
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
1108+
"@babel/plugin-transform-modules-umd" "^7.18.6"
1109+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
1110+
"@babel/plugin-transform-new-target" "^7.18.6"
1111+
"@babel/plugin-transform-object-super" "^7.18.6"
1112+
"@babel/plugin-transform-parameters" "^7.18.8"
1113+
"@babel/plugin-transform-property-literals" "^7.18.6"
1114+
"@babel/plugin-transform-regenerator" "^7.18.6"
1115+
"@babel/plugin-transform-reserved-words" "^7.18.6"
1116+
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
1117+
"@babel/plugin-transform-spread" "^7.19.0"
1118+
"@babel/plugin-transform-sticky-regex" "^7.18.6"
1119+
"@babel/plugin-transform-template-literals" "^7.18.9"
1120+
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
1121+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
1122+
"@babel/plugin-transform-unicode-regex" "^7.18.6"
1123+
"@babel/preset-modules" "^0.1.5"
1124+
"@babel/types" "^7.19.3"
1125+
babel-plugin-polyfill-corejs2 "^0.3.3"
1126+
babel-plugin-polyfill-corejs3 "^0.6.0"
1127+
babel-plugin-polyfill-regenerator "^0.4.1"
1128+
core-js-compat "^3.25.1"
1129+
semver "^6.3.0"
1130+
1131+
"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.9.0":
10011132
version "7.19.1"
10021133
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
10031134
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
@@ -1176,6 +1307,22 @@
11761307
debug "^4.1.0"
11771308
globals "^11.1.0"
11781309

1310+
"@babel/traverse@^7.19.3":
1311+
version "7.19.3"
1312+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1313+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
1314+
dependencies:
1315+
"@babel/code-frame" "^7.18.6"
1316+
"@babel/generator" "^7.19.3"
1317+
"@babel/helper-environment-visitor" "^7.18.9"
1318+
"@babel/helper-function-name" "^7.19.0"
1319+
"@babel/helper-hoist-variables" "^7.18.6"
1320+
"@babel/helper-split-export-declaration" "^7.18.6"
1321+
"@babel/parser" "^7.19.3"
1322+
"@babel/types" "^7.19.3"
1323+
debug "^4.1.0"
1324+
globals "^11.1.0"
1325+
11791326
"@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4":
11801327
version "7.19.0"
11811328
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -1185,6 +1332,15 @@
11851332
"@babel/helper-validator-identifier" "^7.18.6"
11861333
to-fast-properties "^2.0.0"
11871334

1335+
"@babel/types@^7.19.3":
1336+
version "7.19.3"
1337+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1338+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1339+
dependencies:
1340+
"@babel/helper-string-parser" "^7.18.10"
1341+
"@babel/helper-validator-identifier" "^7.19.1"
1342+
to-fast-properties "^2.0.0"
1343+
11881344
11891345
version "1.0.1"
11901346
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"

0 commit comments

Comments
 (0)