Skip to content

Commit

Permalink
fix(@ngtools/webpack): set correct peerDependencies for TypeScript an…
Browse files Browse the repository at this point in the history
…d Angular Compiler CLI

In version 8, we support only Angular 8+ which only supports TypeScript >=3.4 < 3.5
  • Loading branch information
alan-agius4 authored and alexeagle committed Apr 23, 2019
1 parent 1ad1356 commit 09bed6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Expand Up @@ -28,8 +28,8 @@
"webpack-sources": "1.3.0"
},
"peerDependencies": {
"@angular/compiler-cli": ">=6.0.0 <9.0.0 || ^8.0.0-beta.0",
"typescript": ">=2.7 < 3.5",
"@angular/compiler-cli": ">=8.0.0-beta.0 < 9.0.0",
"typescript": ">=3.4 < 3.5",
"webpack": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 09bed6f

Please sign in to comment.