Skip to content

Commit 7b42202

Browse files
committed
fix(deps): lock @babel/plugin-transform-typescript to ~7.4.0
See babel/babel#10162
1 parent d347098 commit 7b42202

File tree

2 files changed

+31
-251
lines changed

2 files changed

+31
-251
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@babel/plugin-proposal-class-properties": "^7.1.0",
42-
"@babel/plugin-transform-typescript": "^7.1.0",
42+
"@babel/plugin-transform-typescript": "~7.4.0",
4343
"ansi-to-html": "^0.6.6",
4444
"debug": "^4.0.0",
4545
"ember-cli-babel-plugin-helpers": "^1.0.0",

0 commit comments

Comments
 (0)