Skip to content

Commit 0aea618

Browse files
alan-agius4alexeagle
authored andcommitted
feat(@ngtools/webpack): add support for TypeScript 3.1
1 parent 8150838 commit 0aea618

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ngtools/webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
},
3030
"peerDependencies": {
3131
"@angular/compiler-cli": ">=5.0.0 <8.0.0 || ^7.0.0-beta.0",
32-
"typescript": ">=2.4.0 < 3.1",
32+
"typescript": ">=2.4.0 < 3.2",
3333
"webpack": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"@angular/compiler": "^7.0.0-beta.4",
37-
"@angular/compiler-cli": "^7.0.0-beta.4",
38-
"typescript": "~3.0.1",
36+
"@angular/compiler": "^7.0.0-rc.0",
37+
"@angular/compiler-cli": "^7.0.0-rc.0",
38+
"typescript": "~3.1.1",
3939
"webpack": "^4.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)