Skip to content

Commit a82a771

Browse files
chore(deps): update babel monorepo
1 parent ad5d396 commit a82a771

File tree

2 files changed

+191
-5
lines changed

2 files changed

+191
-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.4",
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: 189 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", "@babel/compat-data@^7.19.4":
26+
version "7.19.4"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
28+
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
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", "@babel/generator@^7.19.4":
104+
version "7.19.4"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.4.tgz#60050cf3f0a593d7b2471b4be4f62a56b949237f"
106+
integrity sha512-5T2lY5vXqS+5UEit/5TwcIUeCnwgCljcF8IQRT6XRQPBrvLeq5V8W+URv+GvwoF3FP8tkhp++evVyDzkDGzNmA==
107+
dependencies:
108+
"@babel/types" "^7.19.4"
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,12 @@
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-string-parser@^7.19.4":
322+
version "7.19.4"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
324+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
325+
326+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
277327
version "7.19.1"
278328
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
279329
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -316,6 +366,11 @@
316366
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
317367
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
318368

369+
"@babel/parser@^7.19.3", "@babel/parser@^7.19.4":
370+
version "7.19.4"
371+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
372+
integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
373+
319374
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
320375
version "7.18.6"
321376
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"
@@ -455,6 +510,17 @@
455510
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
456511
"@babel/plugin-transform-parameters" "^7.18.8"
457512

513+
"@babel/plugin-proposal-object-rest-spread@^7.19.4":
514+
version "7.19.4"
515+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
516+
integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
517+
dependencies:
518+
"@babel/compat-data" "^7.19.4"
519+
"@babel/helper-compilation-targets" "^7.19.3"
520+
"@babel/helper-plugin-utils" "^7.19.0"
521+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
522+
"@babel/plugin-transform-parameters" "^7.18.8"
523+
458524
"@babel/plugin-proposal-optional-catch-binding@^7.18.6", "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
459525
version "7.18.6"
460526
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb"
@@ -704,6 +770,13 @@
704770
dependencies:
705771
"@babel/helper-plugin-utils" "^7.18.9"
706772

773+
"@babel/plugin-transform-block-scoping@^7.19.4":
774+
version "7.19.4"
775+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
776+
integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
777+
dependencies:
778+
"@babel/helper-plugin-utils" "^7.19.0"
779+
707780
"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.19.0", "@babel/plugin-transform-classes@^7.9.2":
708781
version "7.19.0"
709782
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
@@ -733,6 +806,13 @@
733806
dependencies:
734807
"@babel/helper-plugin-utils" "^7.18.9"
735808

809+
"@babel/plugin-transform-destructuring@^7.19.4":
810+
version "7.19.4"
811+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d"
812+
integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==
813+
dependencies:
814+
"@babel/helper-plugin-utils" "^7.19.0"
815+
736816
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
737817
version "7.18.6"
738818
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
@@ -997,7 +1077,88 @@
9971077
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
9981078
"@babel/helper-plugin-utils" "^7.18.6"
9991079

1000-
"@babel/[email protected]", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.9.0":
1080+
1081+
version "7.19.4"
1082+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b"
1083+
integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==
1084+
dependencies:
1085+
"@babel/compat-data" "^7.19.4"
1086+
"@babel/helper-compilation-targets" "^7.19.3"
1087+
"@babel/helper-plugin-utils" "^7.19.0"
1088+
"@babel/helper-validator-option" "^7.18.6"
1089+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
1090+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1091+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
1092+
"@babel/plugin-proposal-class-properties" "^7.18.6"
1093+
"@babel/plugin-proposal-class-static-block" "^7.18.6"
1094+
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
1095+
"@babel/plugin-proposal-export-namespace-from" "^7.18.9"
1096+
"@babel/plugin-proposal-json-strings" "^7.18.6"
1097+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
1098+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
1099+
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
1100+
"@babel/plugin-proposal-object-rest-spread" "^7.19.4"
1101+
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
1102+
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
1103+
"@babel/plugin-proposal-private-methods" "^7.18.6"
1104+
"@babel/plugin-proposal-private-property-in-object" "^7.18.6"
1105+
"@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
1106+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1107+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1108+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1109+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1110+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1111+
"@babel/plugin-syntax-import-assertions" "^7.18.6"
1112+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1113+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1114+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1115+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1116+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1117+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1118+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1119+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1120+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1121+
"@babel/plugin-transform-arrow-functions" "^7.18.6"
1122+
"@babel/plugin-transform-async-to-generator" "^7.18.6"
1123+
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
1124+
"@babel/plugin-transform-block-scoping" "^7.19.4"
1125+
"@babel/plugin-transform-classes" "^7.19.0"
1126+
"@babel/plugin-transform-computed-properties" "^7.18.9"
1127+
"@babel/plugin-transform-destructuring" "^7.19.4"
1128+
"@babel/plugin-transform-dotall-regex" "^7.18.6"
1129+
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
1130+
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
1131+
"@babel/plugin-transform-for-of" "^7.18.8"
1132+
"@babel/plugin-transform-function-name" "^7.18.9"
1133+
"@babel/plugin-transform-literals" "^7.18.9"
1134+
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
1135+
"@babel/plugin-transform-modules-amd" "^7.18.6"
1136+
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
1137+
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
1138+
"@babel/plugin-transform-modules-umd" "^7.18.6"
1139+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
1140+
"@babel/plugin-transform-new-target" "^7.18.6"
1141+
"@babel/plugin-transform-object-super" "^7.18.6"
1142+
"@babel/plugin-transform-parameters" "^7.18.8"
1143+
"@babel/plugin-transform-property-literals" "^7.18.6"
1144+
"@babel/plugin-transform-regenerator" "^7.18.6"
1145+
"@babel/plugin-transform-reserved-words" "^7.18.6"
1146+
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
1147+
"@babel/plugin-transform-spread" "^7.19.0"
1148+
"@babel/plugin-transform-sticky-regex" "^7.18.6"
1149+
"@babel/plugin-transform-template-literals" "^7.18.9"
1150+
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
1151+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
1152+
"@babel/plugin-transform-unicode-regex" "^7.18.6"
1153+
"@babel/preset-modules" "^0.1.5"
1154+
"@babel/types" "^7.19.4"
1155+
babel-plugin-polyfill-corejs2 "^0.3.3"
1156+
babel-plugin-polyfill-corejs3 "^0.6.0"
1157+
babel-plugin-polyfill-regenerator "^0.4.1"
1158+
core-js-compat "^3.25.1"
1159+
semver "^6.3.0"
1160+
1161+
"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.9.0":
10011162
version "7.19.1"
10021163
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
10031164
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
@@ -1176,6 +1337,22 @@
11761337
debug "^4.1.0"
11771338
globals "^11.1.0"
11781339

1340+
"@babel/traverse@^7.19.3":
1341+
version "7.19.4"
1342+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
1343+
integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==
1344+
dependencies:
1345+
"@babel/code-frame" "^7.18.6"
1346+
"@babel/generator" "^7.19.4"
1347+
"@babel/helper-environment-visitor" "^7.18.9"
1348+
"@babel/helper-function-name" "^7.19.0"
1349+
"@babel/helper-hoist-variables" "^7.18.6"
1350+
"@babel/helper-split-export-declaration" "^7.18.6"
1351+
"@babel/parser" "^7.19.4"
1352+
"@babel/types" "^7.19.4"
1353+
debug "^4.1.0"
1354+
globals "^11.1.0"
1355+
11791356
"@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":
11801357
version "7.19.0"
11811358
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -1185,6 +1362,15 @@
11851362
"@babel/helper-validator-identifier" "^7.18.6"
11861363
to-fast-properties "^2.0.0"
11871364

1365+
"@babel/types@^7.19.3", "@babel/types@^7.19.4":
1366+
version "7.19.4"
1367+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1368+
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
1369+
dependencies:
1370+
"@babel/helper-string-parser" "^7.19.4"
1371+
"@babel/helper-validator-identifier" "^7.19.1"
1372+
to-fast-properties "^2.0.0"
1373+
11881374
11891375
version "1.0.1"
11901376
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"

0 commit comments

Comments
 (0)