Skip to content

Commit 09bed6f

Browse files
alan-agius4alexeagle
authored andcommitted
fix(@ngtools/webpack): set correct peerDependencies for TypeScript and Angular Compiler CLI
In version 8, we support only Angular 8+ which only supports TypeScript >=3.4 < 3.5
1 parent 1ad1356 commit 09bed6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"webpack-sources": "1.3.0"
2929
},
3030
"peerDependencies": {
31-
"@angular/compiler-cli": ">=6.0.0 <9.0.0 || ^8.0.0-beta.0",
32-
"typescript": ">=2.7 < 3.5",
31+
"@angular/compiler-cli": ">=8.0.0-beta.0 < 9.0.0",
32+
"typescript": ">=3.4 < 3.5",
3333
"webpack": "^4.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)