Skip to content

Commit 505438c

Browse files
alan-agius4clydin
authored andcommitted
feat(@angular-devkit/build-angular): support TypeScript 4.4
BREAKING CHANGE: TypeScript versions prior to 4.4 are no longer supported.
1 parent 537e3a1 commit 505438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"ng-packagr": "^13.0.0 || ^13.0.0-next",
8484
"protractor": "^7.0.0",
8585
"tailwindcss": "^2.0.0",
86-
"typescript": "~4.2.3 || ~4.3.2"
86+
"typescript": "~4.4.3"
8787
},
8888
"peerDependenciesMeta": {
8989
"@angular/localize": {

0 commit comments

Comments
 (0)