Skip to content

Commit fd41753

Browse files
alan-agius4clydin
authored andcommitted
feat(@angular-devkit/build-angular): drop support for TypeScript 4.6 and 4.7
This commit drops support for TypeScript 4.6 and 4.7 BREAKING CHANGE: TypeScript versions older than 4.8.2 are no longer supported.
1 parent cd1ae43 commit fd41753

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
@@ -79,7 +79,7 @@
7979
"ng-packagr": "^15.0.0-next",
8080
"protractor": "^7.0.0",
8181
"tailwindcss": "^2.0.0 || ^3.0.0",
82-
"typescript": ">=4.6.2 <4.9"
82+
"typescript": "~4.8.2"
8383
},
8484
"peerDependenciesMeta": {
8585
"@angular/localize": {

0 commit comments

Comments
 (0)