Skip to content

Commit d004fbb

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

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
@@ -51,7 +51,7 @@
5151
"@babel/plugin-proposal-class-properties": "^7.8.3",
5252
"@babel/plugin-proposal-decorators": "^7.8.0",
5353
"@babel/plugin-transform-runtime": "^7.8.3",
54-
"@babel/plugin-transform-typescript": "^7.7.4",
54+
"@babel/plugin-transform-typescript": "^7.8.3",
5555
"@babel/runtime": "^7.8.3",
5656
"@ember/optional-features": "^1.3.0",
5757
"babel-eslint": "^10.0.3",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@babel/traverse" "^7.7.4"
6565
"@babel/types" "^7.7.4"
6666

67-
"@babel/helper-create-class-features-plugin@^7.7.4", "@babel/helper-create-class-features-plugin@^7.8.0", "@babel/helper-create-class-features-plugin@^7.8.3":
67+
"@babel/helper-create-class-features-plugin@^7.8.0", "@babel/helper-create-class-features-plugin@^7.8.3":
6868
version "7.8.3"
6969
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
7070
integrity sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA==
@@ -400,12 +400,12 @@
400400
dependencies:
401401
"@babel/helper-plugin-utils" "^7.0.0"
402402

403-
"@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.7.4":
404-
version "7.7.4"
405-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.7.4.tgz#5d037ffa10f3b25a16f32570ebbe7a8c2efa304b"
406-
integrity sha512-77blgY18Hud4NM1ggTA8xVT/dBENQf17OpiToSa2jSmEY3fWXD2jwrdVlO4kq5yzUTeF15WSQ6b4fByNvJcjpQ==
403+
"@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.8.3":
404+
version "7.8.3"
405+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc"
406+
integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg==
407407
dependencies:
408-
"@babel/helper-plugin-utils" "^7.0.0"
408+
"@babel/helper-plugin-utils" "^7.8.3"
409409

410410
"@babel/plugin-transform-arrow-functions@^7.7.4":
411411
version "7.7.4"
@@ -660,14 +660,14 @@
660660
dependencies:
661661
"@babel/helper-plugin-utils" "^7.0.0"
662662

663-
"@babel/plugin-transform-typescript@^7.7.4":
664-
version "7.7.4"
665-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.4.tgz#2974fd05f4e85c695acaf497f432342de9fc0636"
666-
integrity sha512-X8e3tcPEKnwwPVG+vP/vSqEShkwODOEeyQGod82qrIuidwIrfnsGn11qPM1jBLF4MqguTXXYzm58d0dY+/wdpg==
663+
"@babel/plugin-transform-typescript@^7.8.3":
664+
version "7.8.3"
665+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917"
666+
integrity sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ==
667667
dependencies:
668-
"@babel/helper-create-class-features-plugin" "^7.7.4"
669-
"@babel/helper-plugin-utils" "^7.0.0"
670-
"@babel/plugin-syntax-typescript" "^7.7.4"
668+
"@babel/helper-create-class-features-plugin" "^7.8.3"
669+
"@babel/helper-plugin-utils" "^7.8.3"
670+
"@babel/plugin-syntax-typescript" "^7.8.3"
671671

672672
"@babel/plugin-transform-typescript@~7.4.0":
673673
version "7.4.5"

0 commit comments

Comments
 (0)