Skip to content

Commit 923c4fe

Browse files
Bump @babel/plugin-transform-typescript from 7.12.1 to 7.13.0
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.12.1 to 7.13.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.13.0/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a9e5b17 commit 923c4fe

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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.13.8",
3535
"@babel/plugin-proposal-decorators": "^7.13.5",
36-
"@babel/plugin-transform-typescript": "^7.12.1",
36+
"@babel/plugin-transform-typescript": "^7.13.0",
3737
"@babel/preset-env": "^7.13.8",
3838
"babel-core": "^6.25.0",
3939
"eslint": "^7.21.0",

yarn.lock

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

80-
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
80+
"@babel/helper-create-class-features-plugin@^7.13.0":
8181
version "7.13.8"
8282
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04"
8383
integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w==
@@ -500,12 +500,12 @@
500500
dependencies:
501501
"@babel/helper-plugin-utils" "^7.12.13"
502502

503-
"@babel/plugin-syntax-typescript@^7.12.1":
504-
version "7.12.1"
505-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz#460ba9d77077653803c3dd2e673f76d66b4029e5"
506-
integrity sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==
503+
"@babel/plugin-syntax-typescript@^7.12.13":
504+
version "7.12.13"
505+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
506+
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
507507
dependencies:
508-
"@babel/helper-plugin-utils" "^7.10.4"
508+
"@babel/helper-plugin-utils" "^7.12.13"
509509

510510
"@babel/plugin-transform-arrow-functions@^7.13.0":
511511
version "7.13.0"
@@ -740,14 +740,14 @@
740740
dependencies:
741741
"@babel/helper-plugin-utils" "^7.12.13"
742742

743-
"@babel/plugin-transform-typescript@^7.12.1":
744-
version "7.12.1"
745-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
746-
integrity sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
743+
"@babel/plugin-transform-typescript@^7.13.0":
744+
version "7.13.0"
745+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853"
746+
integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==
747747
dependencies:
748-
"@babel/helper-create-class-features-plugin" "^7.12.1"
749-
"@babel/helper-plugin-utils" "^7.10.4"
750-
"@babel/plugin-syntax-typescript" "^7.12.1"
748+
"@babel/helper-create-class-features-plugin" "^7.13.0"
749+
"@babel/helper-plugin-utils" "^7.13.0"
750+
"@babel/plugin-syntax-typescript" "^7.12.13"
751751

752752
"@babel/plugin-transform-unicode-escapes@^7.12.13":
753753
version "7.12.13"

0 commit comments

Comments
 (0)