Skip to content

Commit d663c8e

Browse files
Bump @babel/plugin-transform-typescript from 7.11.0 to 7.12.1
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.11.0 to 7.12.1. - [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.12.1/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5bd0a53 commit d663c8e

2 files changed

Lines changed: 11 additions & 47 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.12.3",
35-
"@babel/plugin-transform-typescript": "^7.11.0",
35+
"@babel/plugin-transform-typescript": "^7.12.1",
3636
"@babel/preset-env": "^7.12.1",
3737
"babel-core": "^6.25.0",
3838
"eslint": "^7.12.1",

yarn.lock

Lines changed: 10 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@
7070
browserslist "^4.12.0"
7171
semver "^5.5.0"
7272

73-
"@babel/helper-create-class-features-plugin@^7.10.5":
74-
version "7.10.5"
75-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
76-
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
77-
dependencies:
78-
"@babel/helper-function-name" "^7.10.4"
79-
"@babel/helper-member-expression-to-functions" "^7.10.5"
80-
"@babel/helper-optimise-call-expression" "^7.10.4"
81-
"@babel/helper-plugin-utils" "^7.10.4"
82-
"@babel/helper-replace-supers" "^7.10.4"
83-
"@babel/helper-split-export-declaration" "^7.10.4"
84-
8573
"@babel/helper-create-class-features-plugin@^7.12.1":
8674
version "7.12.1"
8775
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
@@ -142,20 +130,6 @@
142130
dependencies:
143131
"@babel/types" "^7.10.4"
144132

145-
"@babel/helper-member-expression-to-functions@^7.10.4":
146-
version "7.10.4"
147-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
148-
integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==
149-
dependencies:
150-
"@babel/types" "^7.10.4"
151-
152-
"@babel/helper-member-expression-to-functions@^7.10.5":
153-
version "7.11.0"
154-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
155-
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
156-
dependencies:
157-
"@babel/types" "^7.11.0"
158-
159133
"@babel/helper-member-expression-to-functions@^7.12.1":
160134
version "7.12.1"
161135
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
@@ -213,16 +187,6 @@
213187
"@babel/helper-wrap-function" "^7.10.4"
214188
"@babel/types" "^7.12.1"
215189

216-
"@babel/helper-replace-supers@^7.10.4":
217-
version "7.10.4"
218-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
219-
integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
220-
dependencies:
221-
"@babel/helper-member-expression-to-functions" "^7.10.4"
222-
"@babel/helper-optimise-call-expression" "^7.10.4"
223-
"@babel/traverse" "^7.10.4"
224-
"@babel/types" "^7.10.4"
225-
226190
"@babel/helper-replace-supers@^7.12.1":
227191
version "7.12.1"
228192
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
@@ -495,10 +459,10 @@
495459
dependencies:
496460
"@babel/helper-plugin-utils" "^7.10.4"
497461

498-
"@babel/plugin-syntax-typescript@^7.10.4":
499-
version "7.10.4"
500-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
501-
integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
462+
"@babel/plugin-syntax-typescript@^7.12.1":
463+
version "7.12.1"
464+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz#460ba9d77077653803c3dd2e673f76d66b4029e5"
465+
integrity sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==
502466
dependencies:
503467
"@babel/helper-plugin-utils" "^7.10.4"
504468

@@ -737,14 +701,14 @@
737701
dependencies:
738702
"@babel/helper-plugin-utils" "^7.10.4"
739703

740-
"@babel/plugin-transform-typescript@^7.11.0":
741-
version "7.11.0"
742-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb"
743-
integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w==
704+
"@babel/plugin-transform-typescript@^7.12.1":
705+
version "7.12.1"
706+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
707+
integrity sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
744708
dependencies:
745-
"@babel/helper-create-class-features-plugin" "^7.10.5"
709+
"@babel/helper-create-class-features-plugin" "^7.12.1"
746710
"@babel/helper-plugin-utils" "^7.10.4"
747-
"@babel/plugin-syntax-typescript" "^7.10.4"
711+
"@babel/plugin-syntax-typescript" "^7.12.1"
748712

749713
"@babel/plugin-transform-unicode-escapes@^7.12.1":
750714
version "7.12.1"

0 commit comments

Comments
 (0)