Skip to content

Commit 0719843

Browse files
Bump @babel/preset-typescript from 7.10.1 to 7.10.4
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.10.1 to 7.10.4. - [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.10.4/packages/babel-preset-typescript) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 52ee38c commit 0719843

File tree

2 files changed

+22
-81
lines changed

2 files changed

+22
-81
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@babel/core": "7.10.4",
7070
"@babel/preset-env": "7.10.4",
71-
"@babel/preset-typescript": "7.10.1",
71+
"@babel/preset-typescript": "7.10.4",
7272
"@rollup/plugin-commonjs": "13.0.0",
7373
"@rollup/plugin-node-resolve": "8.1.0",
7474
"@types/jest": "26.0.3",

yarn.lock

Lines changed: 21 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@
7676
levenary "^1.1.1"
7777
semver "^5.5.0"
7878

79-
"@babel/helper-create-class-features-plugin@^7.10.1":
80-
version "7.10.2"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67"
82-
integrity sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ==
83-
dependencies:
84-
"@babel/helper-function-name" "^7.10.1"
85-
"@babel/helper-member-expression-to-functions" "^7.10.1"
86-
"@babel/helper-optimise-call-expression" "^7.10.1"
87-
"@babel/helper-plugin-utils" "^7.10.1"
88-
"@babel/helper-replace-supers" "^7.10.1"
89-
"@babel/helper-split-export-declaration" "^7.10.1"
90-
9179
"@babel/helper-create-class-features-plugin@^7.10.4":
9280
version "7.10.4"
9381
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355"
@@ -126,15 +114,6 @@
126114
"@babel/traverse" "^7.10.4"
127115
"@babel/types" "^7.10.4"
128116

129-
"@babel/helper-function-name@^7.10.1":
130-
version "7.10.1"
131-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4"
132-
integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==
133-
dependencies:
134-
"@babel/helper-get-function-arity" "^7.10.1"
135-
"@babel/template" "^7.10.1"
136-
"@babel/types" "^7.10.1"
137-
138117
"@babel/helper-function-name@^7.10.4":
139118
version "7.10.4"
140119
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
@@ -144,13 +123,6 @@
144123
"@babel/template" "^7.10.4"
145124
"@babel/types" "^7.10.4"
146125

147-
"@babel/helper-get-function-arity@^7.10.1":
148-
version "7.10.1"
149-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
150-
integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==
151-
dependencies:
152-
"@babel/types" "^7.10.1"
153-
154126
"@babel/helper-get-function-arity@^7.10.4":
155127
version "7.10.4"
156128
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
@@ -165,13 +137,6 @@
165137
dependencies:
166138
"@babel/types" "^7.10.4"
167139

168-
"@babel/helper-member-expression-to-functions@^7.10.1":
169-
version "7.10.1"
170-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15"
171-
integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==
172-
dependencies:
173-
"@babel/types" "^7.10.1"
174-
175140
"@babel/helper-member-expression-to-functions@^7.10.4":
176141
version "7.10.4"
177142
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
@@ -199,13 +164,6 @@
199164
"@babel/types" "^7.10.4"
200165
lodash "^4.17.13"
201166

202-
"@babel/helper-optimise-call-expression@^7.10.1":
203-
version "7.10.1"
204-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
205-
integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==
206-
dependencies:
207-
"@babel/types" "^7.10.1"
208-
209167
"@babel/helper-optimise-call-expression@^7.10.4":
210168
version "7.10.4"
211169
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -236,16 +194,6 @@
236194
"@babel/traverse" "^7.10.4"
237195
"@babel/types" "^7.10.4"
238196

239-
"@babel/helper-replace-supers@^7.10.1":
240-
version "7.10.1"
241-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz#ec6859d20c5d8087f6a2dc4e014db7228975f13d"
242-
integrity sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==
243-
dependencies:
244-
"@babel/helper-member-expression-to-functions" "^7.10.1"
245-
"@babel/helper-optimise-call-expression" "^7.10.1"
246-
"@babel/traverse" "^7.10.1"
247-
"@babel/types" "^7.10.1"
248-
249197
"@babel/helper-replace-supers@^7.10.4":
250198
version "7.10.4"
251199
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
@@ -264,13 +212,6 @@
264212
"@babel/template" "^7.10.4"
265213
"@babel/types" "^7.10.4"
266214

267-
"@babel/helper-split-export-declaration@^7.10.1":
268-
version "7.10.1"
269-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
270-
integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==
271-
dependencies:
272-
"@babel/types" "^7.10.1"
273-
274215
"@babel/helper-split-export-declaration@^7.10.4":
275216
version "7.10.4"
276217
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
@@ -497,12 +438,12 @@
497438
dependencies:
498439
"@babel/helper-plugin-utils" "^7.10.4"
499440

500-
"@babel/plugin-syntax-typescript@^7.10.1":
501-
version "7.10.1"
502-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.1.tgz#5e82bc27bb4202b93b949b029e699db536733810"
503-
integrity sha512-X/d8glkrAtra7CaQGMiGs/OGa6XgUzqPcBXCIGFCpCqnfGlT0Wfbzo/B89xHhnInTaItPK8LALblVXcUOEh95Q==
441+
"@babel/plugin-syntax-typescript@^7.10.4":
442+
version "7.10.4"
443+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
444+
integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
504445
dependencies:
505-
"@babel/helper-plugin-utils" "^7.10.1"
446+
"@babel/helper-plugin-utils" "^7.10.4"
506447

507448
"@babel/plugin-transform-arrow-functions@^7.10.4":
508449
version "7.10.4"
@@ -740,14 +681,14 @@
740681
dependencies:
741682
"@babel/helper-plugin-utils" "^7.10.4"
742683

743-
"@babel/plugin-transform-typescript@^7.10.1":
744-
version "7.10.1"
745-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.1.tgz#2c54daea231f602468686d9faa76f182a94507a6"
746-
integrity sha512-v+QWKlmCnsaimLeqq9vyCsVRMViZG1k2SZTlcZvB+TqyH570Zsij8nvVUZzOASCRiQFUxkLrn9Wg/kH0zgy5OQ==
684+
"@babel/plugin-transform-typescript@^7.10.4":
685+
version "7.10.4"
686+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.4.tgz#8b01cb8d77f795422277cc3fcf45af72bc68ba78"
687+
integrity sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw==
747688
dependencies:
748-
"@babel/helper-create-class-features-plugin" "^7.10.1"
749-
"@babel/helper-plugin-utils" "^7.10.1"
750-
"@babel/plugin-syntax-typescript" "^7.10.1"
689+
"@babel/helper-create-class-features-plugin" "^7.10.4"
690+
"@babel/helper-plugin-utils" "^7.10.4"
691+
"@babel/plugin-syntax-typescript" "^7.10.4"
751692

752693
"@babel/plugin-transform-unicode-escapes@^7.10.4":
753694
version "7.10.4"
@@ -845,13 +786,13 @@
845786
"@babel/types" "^7.4.4"
846787
esutils "^2.0.2"
847788

848-
"@babel/[email protected].1":
849-
version "7.10.1"
850-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.10.1.tgz#a8d8d9035f55b7d99a2461a0bdc506582914d07e"
851-
integrity sha512-m6GV3y1ShiqxnyQj10600ZVOFrSSAa8HQ3qIUk2r+gcGtHTIRw0dJnFLt1WNXpKjtVw7yw1DAPU/6ma2ZvgJuA==
789+
"@babel/[email protected].4":
790+
version "7.10.4"
791+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.10.4.tgz#7d5d052e52a682480d6e2cc5aa31be61c8c25e36"
792+
integrity sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ==
852793
dependencies:
853-
"@babel/helper-plugin-utils" "^7.10.1"
854-
"@babel/plugin-transform-typescript" "^7.10.1"
794+
"@babel/helper-plugin-utils" "^7.10.4"
795+
"@babel/plugin-transform-typescript" "^7.10.4"
855796

856797
"@babel/runtime@^7.8.4":
857798
version "7.10.2"
@@ -860,7 +801,7 @@
860801
dependencies:
861802
regenerator-runtime "^0.13.4"
862803

863-
"@babel/template@^7.10.1", "@babel/template@^7.10.4", "@babel/template@^7.3.3":
804+
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
864805
version "7.10.4"
865806
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
866807
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -869,7 +810,7 @@
869810
"@babel/parser" "^7.10.4"
870811
"@babel/types" "^7.10.4"
871812

872-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.4":
813+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4":
873814
version "7.10.4"
874815
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
875816
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
@@ -884,7 +825,7 @@
884825
globals "^11.1.0"
885826
lodash "^4.17.13"
886827

887-
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
828+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
888829
version "7.10.4"
889830
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
890831
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==

0 commit comments

Comments
 (0)