Skip to content

Commit 33460d1

Browse files
Bump @babel/plugin-transform-typescript from 7.13.0 to 7.14.4
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.13.0 to 7.14.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.14.4/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c197455 commit 33460d1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.14.3",
3535
"@babel/plugin-proposal-decorators": "^7.14.2",
36-
"@babel/plugin-transform-typescript": "^7.13.0",
36+
"@babel/plugin-transform-typescript": "^7.14.4",
3737
"@babel/preset-env": "^7.14.0",
3838
"babel-core": "^6.25.0",
3939
"eslint": "^7.27.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
browserslist "^4.14.5"
7777
semver "^6.3.0"
7878

79-
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2":
79+
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2", "@babel/helper-create-class-features-plugin@^7.14.4":
8080
version "7.14.4"
8181
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
8282
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
@@ -828,12 +828,12 @@
828828
dependencies:
829829
"@babel/helper-plugin-utils" "^7.12.13"
830830

831-
"@babel/plugin-transform-typescript@^7.13.0":
832-
version "7.13.0"
833-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
834-
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
831+
"@babel/plugin-transform-typescript@^7.14.4":
832+
version "7.14.4"
833+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.4.tgz#1c48829fa6d5f2de646060cd08abb6cda4b521a7"
834+
integrity sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==
835835
dependencies:
836-
"@babel/helper-create-class-features-plugin" "^7.13.0"
836+
"@babel/helper-create-class-features-plugin" "^7.14.4"
837837
"@babel/helper-plugin-utils" "^7.13.0"
838838
"@babel/plugin-syntax-typescript" "^7.12.13"
839839

0 commit comments

Comments
 (0)