Skip to content

Commit cda07e3

Browse files
Bump @babel/preset-typescript from 7.16.0 to 7.17.12
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.16.0 to 7.17.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.12/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7ba37e commit cda07e3

File tree

2 files changed

+84
-40
lines changed

2 files changed

+84
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@babel/core": "^7.16.0",
61-
"@babel/preset-typescript": "^7.16.0",
61+
"@babel/preset-typescript": "^7.17.12",
6262
"@storybook/addon-essentials": "^6.3.12",
6363
"@storybook/react": "^6.3.12",
6464
"@testing-library/jest-dom": "^5.16.1",

yarn.lock

Lines changed: 83 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@
143143
dependencies:
144144
"@babel/types" "^7.16.0"
145145

146+
"@babel/helper-annotate-as-pure@^7.16.7":
147+
version "7.16.7"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
149+
integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
150+
dependencies:
151+
"@babel/types" "^7.16.7"
152+
146153
"@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13":
147154
version "7.12.13"
148155
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc"
@@ -182,17 +189,18 @@
182189
"@babel/helper-replace-supers" "^7.13.0"
183190
"@babel/helper-split-export-declaration" "^7.12.13"
184191

185-
"@babel/helper-create-class-features-plugin@^7.16.0":
186-
version "7.16.0"
187-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
188-
integrity sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==
192+
"@babel/helper-create-class-features-plugin@^7.18.0":
193+
version "7.18.0"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz#fac430912606331cb075ea8d82f9a4c145a4da19"
195+
integrity sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==
189196
dependencies:
190-
"@babel/helper-annotate-as-pure" "^7.16.0"
191-
"@babel/helper-function-name" "^7.16.0"
192-
"@babel/helper-member-expression-to-functions" "^7.16.0"
193-
"@babel/helper-optimise-call-expression" "^7.16.0"
194-
"@babel/helper-replace-supers" "^7.16.0"
195-
"@babel/helper-split-export-declaration" "^7.16.0"
197+
"@babel/helper-annotate-as-pure" "^7.16.7"
198+
"@babel/helper-environment-visitor" "^7.16.7"
199+
"@babel/helper-function-name" "^7.17.9"
200+
"@babel/helper-member-expression-to-functions" "^7.17.7"
201+
"@babel/helper-optimise-call-expression" "^7.16.7"
202+
"@babel/helper-replace-supers" "^7.16.7"
203+
"@babel/helper-split-export-declaration" "^7.16.7"
196204

197205
"@babel/helper-create-regexp-features-plugin@^7.12.13":
198206
version "7.12.17"
@@ -271,6 +279,14 @@
271279
"@babel/template" "^7.16.7"
272280
"@babel/types" "^7.16.7"
273281

282+
"@babel/helper-function-name@^7.17.9":
283+
version "7.17.9"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
285+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
286+
dependencies:
287+
"@babel/template" "^7.16.7"
288+
"@babel/types" "^7.17.0"
289+
274290
"@babel/helper-get-function-arity@^7.12.13":
275291
version "7.12.13"
276292
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -328,6 +344,13 @@
328344
dependencies:
329345
"@babel/types" "^7.16.0"
330346

347+
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
348+
version "7.17.7"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
350+
integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==
351+
dependencies:
352+
"@babel/types" "^7.17.0"
353+
331354
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12", "@babel/helper-module-imports@^7.16.0":
332355
version "7.16.0"
333356
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
@@ -384,15 +407,22 @@
384407
dependencies:
385408
"@babel/types" "^7.16.0"
386409

410+
"@babel/helper-optimise-call-expression@^7.16.7":
411+
version "7.16.7"
412+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
413+
integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==
414+
dependencies:
415+
"@babel/types" "^7.16.7"
416+
387417
388418
version "7.10.4"
389419
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
390420
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
391421

392-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
393-
version "7.14.5"
394-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
395-
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
422+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
423+
version "7.17.12"
424+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96"
425+
integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==
396426

397427
"@babel/helper-remap-async-to-generator@^7.13.0":
398428
version "7.13.0"
@@ -423,6 +453,17 @@
423453
"@babel/traverse" "^7.16.0"
424454
"@babel/types" "^7.16.0"
425455

456+
"@babel/helper-replace-supers@^7.16.7":
457+
version "7.16.7"
458+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1"
459+
integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==
460+
dependencies:
461+
"@babel/helper-environment-visitor" "^7.16.7"
462+
"@babel/helper-member-expression-to-functions" "^7.16.7"
463+
"@babel/helper-optimise-call-expression" "^7.16.7"
464+
"@babel/traverse" "^7.16.7"
465+
"@babel/types" "^7.16.7"
466+
426467
"@babel/helper-simple-access@^7.12.13":
427468
version "7.13.12"
428469
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -487,12 +528,7 @@
487528
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
488529
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
489530

490-
"@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5":
491-
version "7.14.5"
492-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
493-
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
494-
495-
"@babel/helper-validator-option@^7.16.7":
531+
"@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.16.7":
496532
version "7.16.7"
497533
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
498534
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
@@ -839,12 +875,12 @@
839875
dependencies:
840876
"@babel/helper-plugin-utils" "^7.12.13"
841877

842-
"@babel/plugin-syntax-typescript@^7.16.0":
843-
version "7.16.0"
844-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz#2feeb13d9334cc582ea9111d3506f773174179bb"
845-
integrity sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==
878+
"@babel/plugin-syntax-typescript@^7.17.12":
879+
version "7.17.12"
880+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz#b54fc3be6de734a56b87508f99d6428b5b605a7b"
881+
integrity sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==
846882
dependencies:
847-
"@babel/helper-plugin-utils" "^7.14.5"
883+
"@babel/helper-plugin-utils" "^7.17.12"
848884

849885
"@babel/plugin-syntax-typescript@^7.7.2":
850886
version "7.12.13"
@@ -1127,14 +1163,14 @@
11271163
dependencies:
11281164
"@babel/helper-plugin-utils" "^7.12.13"
11291165

1130-
"@babel/plugin-transform-typescript@^7.16.0":
1131-
version "7.16.1"
1132-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.1.tgz#cc0670b2822b0338355bc1b3d2246a42b8166409"
1133-
integrity sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==
1166+
"@babel/plugin-transform-typescript@^7.17.12":
1167+
version "7.18.1"
1168+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.1.tgz#5fd8b86130bad95c4a24377b41ab989a9ccad22d"
1169+
integrity sha512-F+RJmL479HJmC0KeqqwEGZMg1P7kWArLGbAKfEi9yPthJyMNjF+DjxFF/halfQvq1Q9GFM4TUbYDNV8xe4Ctqg==
11341170
dependencies:
1135-
"@babel/helper-create-class-features-plugin" "^7.16.0"
1136-
"@babel/helper-plugin-utils" "^7.14.5"
1137-
"@babel/plugin-syntax-typescript" "^7.16.0"
1171+
"@babel/helper-create-class-features-plugin" "^7.18.0"
1172+
"@babel/helper-plugin-utils" "^7.17.12"
1173+
"@babel/plugin-syntax-typescript" "^7.17.12"
11381174

11391175
"@babel/plugin-transform-unicode-escapes@^7.12.13":
11401176
version "7.12.13"
@@ -1258,14 +1294,14 @@
12581294
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
12591295
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
12601296

1261-
"@babel/preset-typescript@^7.12.7", "@babel/preset-typescript@^7.16.0":
1262-
version "7.16.0"
1263-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.0.tgz#b0b4f105b855fb3d631ec036cdc9d1ffd1fa5eac"
1264-
integrity sha512-txegdrZYgO9DlPbv+9QOVpMnKbOtezsLHWsnsRF4AjbSIsVaujrq1qg8HK0mxQpWv0jnejt0yEoW1uWpvbrDTg==
1297+
"@babel/preset-typescript@^7.12.7", "@babel/preset-typescript@^7.17.12":
1298+
version "7.17.12"
1299+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.17.12.tgz#40269e0a0084d56fc5731b6c40febe1c9a4a3e8c"
1300+
integrity sha512-S1ViF8W2QwAKUGJXxP9NAfNaqGDdEBJKpYkxHf5Yy2C4NPPzXGeR3Lhk7G8xJaaLcFTRfNjVbtbVtm8Gb0mqvg==
12651301
dependencies:
1266-
"@babel/helper-plugin-utils" "^7.14.5"
1267-
"@babel/helper-validator-option" "^7.14.5"
1268-
"@babel/plugin-transform-typescript" "^7.16.0"
1302+
"@babel/helper-plugin-utils" "^7.17.12"
1303+
"@babel/helper-validator-option" "^7.16.7"
1304+
"@babel/plugin-transform-typescript" "^7.17.12"
12691305

12701306
"@babel/register@^7.12.1":
12711307
version "7.13.14"
@@ -1374,6 +1410,14 @@
13741410
"@babel/helper-validator-identifier" "^7.16.7"
13751411
to-fast-properties "^2.0.0"
13761412

1413+
"@babel/types@^7.17.0":
1414+
version "7.18.0"
1415+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
1416+
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
1417+
dependencies:
1418+
"@babel/helper-validator-identifier" "^7.16.7"
1419+
to-fast-properties "^2.0.0"
1420+
13771421
13781422
version "1.0.0"
13791423
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"

0 commit comments

Comments
 (0)