Skip to content

Commit 2a5bb8e

Browse files
Bump @babel/plugin-transform-typescript from 7.6.3 to 7.7.4
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel) from 7.6.3 to 7.7.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.6.3...v7.7.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bb09794 commit 2a5bb8e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/plugin-proposal-class-properties": "^7.7.4",
5353
"@babel/plugin-proposal-decorators": "^7.7.4",
5454
"@babel/plugin-transform-runtime": "^7.7.6",
55-
"@babel/plugin-transform-typescript": "^7.6.3",
55+
"@babel/plugin-transform-typescript": "^7.7.4",
5656
"@babel/runtime": "^7.7.6",
5757
"@ember/optional-features": "^1.1.0",
5858
"babel-eslint": "^10.0.3",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/traverse" "^7.4.4"
6464
"@babel/types" "^7.4.4"
6565

66-
"@babel/helper-create-class-features-plugin@^7.6.0", "@babel/helper-create-class-features-plugin@^7.7.4":
66+
"@babel/helper-create-class-features-plugin@^7.7.4":
6767
version "7.7.4"
6868
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d"
6969
integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==
@@ -385,10 +385,10 @@
385385
dependencies:
386386
"@babel/helper-plugin-utils" "^7.0.0"
387387

388-
"@babel/plugin-syntax-typescript@^7.2.0":
389-
version "7.3.3"
390-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
391-
integrity sha512-dGwbSMA1YhVS8+31CnPR7LB4pcbrzcV99wQzby4uAfrkZPYZlQ7ImwdpzLqi6Z6IL02b8IAL379CaMwo0x5Lag==
388+
"@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.7.4":
389+
version "7.7.4"
390+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.7.4.tgz#5d037ffa10f3b25a16f32570ebbe7a8c2efa304b"
391+
integrity sha512-77blgY18Hud4NM1ggTA8xVT/dBENQf17OpiToSa2jSmEY3fWXD2jwrdVlO4kq5yzUTeF15WSQ6b4fByNvJcjpQ==
392392
dependencies:
393393
"@babel/helper-plugin-utils" "^7.0.0"
394394

@@ -646,14 +646,14 @@
646646
dependencies:
647647
"@babel/helper-plugin-utils" "^7.0.0"
648648

649-
"@babel/plugin-transform-typescript@^7.6.3":
650-
version "7.6.3"
651-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz#dddb50cf3b8b2ef70b22e5326e9a91f05a1db13b"
652-
integrity sha512-aiWINBrPMSC3xTXRNM/dfmyYuPNKY/aexYqBgh0HBI5Y+WO5oRAqW/oROYeYHrF4Zw12r9rK4fMk/ZlAmqx/FQ==
649+
"@babel/plugin-transform-typescript@^7.7.4":
650+
version "7.7.4"
651+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.4.tgz#2974fd05f4e85c695acaf497f432342de9fc0636"
652+
integrity sha512-X8e3tcPEKnwwPVG+vP/vSqEShkwODOEeyQGod82qrIuidwIrfnsGn11qPM1jBLF4MqguTXXYzm58d0dY+/wdpg==
653653
dependencies:
654-
"@babel/helper-create-class-features-plugin" "^7.6.0"
654+
"@babel/helper-create-class-features-plugin" "^7.7.4"
655655
"@babel/helper-plugin-utils" "^7.0.0"
656-
"@babel/plugin-syntax-typescript" "^7.2.0"
656+
"@babel/plugin-syntax-typescript" "^7.7.4"
657657

658658
"@babel/plugin-transform-typescript@~7.4.0":
659659
version "7.4.5"

0 commit comments

Comments
 (0)