Skip to content

Commit

Permalink
refactor(@ngtools/webpack): remove support for TypeScript 3.9
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.

(cherry picked from commit 21351dc)
  • Loading branch information
alan-agius4 committed Oct 20, 2020
1 parent af4620a commit 0296f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"@angular/compiler-cli": "^11.0.0 || ^11.0.0-next",
"typescript": ">=3.9 < 4.1",
"typescript": "~4.0.0",
"webpack": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0296f0f

Please sign in to comment.