Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): drop support for TypeScript 4.6 …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
alan-agius4 authored and clydin committed Oct 7, 2022
1 parent cd1ae43 commit fd41753
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 @@ -79,7 +79,7 @@
"ng-packagr": "^15.0.0-next",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.6.2 <4.9"
"typescript": "~4.8.2"
},
"peerDependenciesMeta": {
"@angular/localize": {
Expand Down

0 comments on commit fd41753

Please sign in to comment.