Skip to content

Commit 79abef6

Browse files
Bump @babel/plugin-transform-typescript from 7.10.4 to 7.11.0
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.10.4 to 7.11.0. - [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.11.0/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0e39442 commit 79abef6

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@babel/plugin-transform-typescript": "^7.10.4",
35+
"@babel/plugin-transform-typescript": "^7.11.0",
3636
"@babel/preset-env": "^7.10.4",
3737
"babel-core": "^6.25.0",
3838
"eslint": "^7.6.0",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
levenary "^1.1.1"
7676
semver "^5.5.0"
7777

78-
"@babel/helper-create-class-features-plugin@^7.10.4":
79-
version "7.10.4"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355"
81-
integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ==
78+
"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5":
79+
version "7.10.5"
80+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
81+
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
8282
dependencies:
8383
"@babel/helper-function-name" "^7.10.4"
84-
"@babel/helper-member-expression-to-functions" "^7.10.4"
84+
"@babel/helper-member-expression-to-functions" "^7.10.5"
8585
"@babel/helper-optimise-call-expression" "^7.10.4"
8686
"@babel/helper-plugin-utils" "^7.10.4"
8787
"@babel/helper-replace-supers" "^7.10.4"
@@ -143,6 +143,13 @@
143143
dependencies:
144144
"@babel/types" "^7.10.4"
145145

146+
"@babel/helper-member-expression-to-functions@^7.10.5":
147+
version "7.11.0"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
149+
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
150+
dependencies:
151+
"@babel/types" "^7.11.0"
152+
146153
"@babel/helper-module-imports@^7.10.4":
147154
version "7.10.4"
148155
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
@@ -666,12 +673,12 @@
666673
dependencies:
667674
"@babel/helper-plugin-utils" "^7.10.4"
668675

669-
"@babel/plugin-transform-typescript@^7.10.4":
670-
version "7.10.4"
671-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.4.tgz#8b01cb8d77f795422277cc3fcf45af72bc68ba78"
672-
integrity sha512-3WpXIKDJl/MHoAN0fNkSr7iHdUMHZoppXjf2HJ9/ed5Xht5wNIsXllJXdityKOxeA3Z8heYRb1D3p2H5rfCdPw==
676+
"@babel/plugin-transform-typescript@^7.11.0":
677+
version "7.11.0"
678+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb"
679+
integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w==
673680
dependencies:
674-
"@babel/helper-create-class-features-plugin" "^7.10.4"
681+
"@babel/helper-create-class-features-plugin" "^7.10.5"
675682
"@babel/helper-plugin-utils" "^7.10.4"
676683
"@babel/plugin-syntax-typescript" "^7.10.4"
677684

0 commit comments

Comments
 (0)