Skip to content

Commit 62133e1

Browse files
Bump @babel/plugin-transform-typescript from 7.9.6 to 7.10.1
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.9.6 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0764626 commit 62133e1

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
@@ -53,7 +53,7 @@
5353
"@babel/plugin-proposal-class-properties": "^7.10.1",
5454
"@babel/plugin-proposal-decorators": "^7.8.3",
5555
"@babel/plugin-transform-runtime": "^7.10.1",
56-
"@babel/plugin-transform-typescript": "^7.9.6",
56+
"@babel/plugin-transform-typescript": "^7.10.1",
5757
"@babel/runtime": "^7.10.2",
5858
"@ember/optional-features": "^1.3.0",
5959
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
levenary "^1.1.1"
9494
semver "^5.5.0"
9595

96-
"@babel/helper-create-class-features-plugin@^7.10.1", "@babel/helper-create-class-features-plugin@^7.8.3", "@babel/helper-create-class-features-plugin@^7.9.6":
96+
"@babel/helper-create-class-features-plugin@^7.10.1", "@babel/helper-create-class-features-plugin@^7.8.3":
9797
version "7.10.2"
9898
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67"
9999
integrity sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ==
@@ -501,12 +501,12 @@
501501
dependencies:
502502
"@babel/helper-plugin-utils" "^7.8.3"
503503

504-
"@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.8.3":
505-
version "7.8.3"
506-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc"
507-
integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg==
504+
"@babel/plugin-syntax-typescript@^7.10.1", "@babel/plugin-syntax-typescript@^7.2.0":
505+
version "7.10.1"
506+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.1.tgz#5e82bc27bb4202b93b949b029e699db536733810"
507+
integrity sha512-X/d8glkrAtra7CaQGMiGs/OGa6XgUzqPcBXCIGFCpCqnfGlT0Wfbzo/B89xHhnInTaItPK8LALblVXcUOEh95Q==
508508
dependencies:
509-
"@babel/helper-plugin-utils" "^7.8.3"
509+
"@babel/helper-plugin-utils" "^7.10.1"
510510

511511
"@babel/plugin-transform-arrow-functions@^7.8.3":
512512
version "7.8.3"
@@ -761,14 +761,14 @@
761761
dependencies:
762762
"@babel/helper-plugin-utils" "^7.8.3"
763763

764-
"@babel/plugin-transform-typescript@^7.9.0", "@babel/plugin-transform-typescript@^7.9.6":
765-
version "7.9.6"
766-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.9.6.tgz#2248971416a506fc78278fc0c0ea3179224af1e9"
767-
integrity sha512-8OvsRdvpt3Iesf2qsAn+YdlwAJD7zJ+vhFZmDCa4b8dTp7MmHtKk5FF2mCsGxjZwuwsy/yIIay/nLmxST1ctVQ==
764+
"@babel/plugin-transform-typescript@^7.10.1", "@babel/plugin-transform-typescript@^7.9.0":
765+
version "7.10.1"
766+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.1.tgz#2c54daea231f602468686d9faa76f182a94507a6"
767+
integrity sha512-v+QWKlmCnsaimLeqq9vyCsVRMViZG1k2SZTlcZvB+TqyH570Zsij8nvVUZzOASCRiQFUxkLrn9Wg/kH0zgy5OQ==
768768
dependencies:
769-
"@babel/helper-create-class-features-plugin" "^7.9.6"
770-
"@babel/helper-plugin-utils" "^7.8.3"
771-
"@babel/plugin-syntax-typescript" "^7.8.3"
769+
"@babel/helper-create-class-features-plugin" "^7.10.1"
770+
"@babel/helper-plugin-utils" "^7.10.1"
771+
"@babel/plugin-syntax-typescript" "^7.10.1"
772772

773773
"@babel/plugin-transform-typescript@~7.4.0":
774774
version "7.4.5"

0 commit comments

Comments
 (0)