Skip to content

Commit 778ca34

Browse files
authored
Merge pull request #751 from typed-ember/lock-babel-plugin
fix(deps): lock @babel/plugin-transform-typescript to ~7.4.0
2 parents d347098 + f6474d3 commit 778ca34

File tree

3 files changed

+32
-251
lines changed

3 files changed

+32
-251
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ trigger:
33
branches:
44
include:
55
- master
6+
- v2
67
paths:
78
exclude:
89
- README.md

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)