Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): support TypeScript 4.4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: TypeScript versions prior to 4.4 are no longer supported.
  • Loading branch information
alan-agius4 authored and clydin committed Sep 28, 2021
1 parent 537e3a1 commit 505438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -83,7 +83,7 @@
"ng-packagr": "^13.0.0 || ^13.0.0-next",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0",
"typescript": "~4.2.3 || ~4.3.2"
"typescript": "~4.4.3"
},
"peerDependenciesMeta": {
"@angular/localize": {
Expand Down

0 comments on commit 505438c

Please sign in to comment.