Skip to content

Commit

Permalink
feat(@ngtools/webpack): drop support for TypeScript 4.6 and 4.7
Browse files Browse the repository at this point in the history
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 fd41753 commit 43bd0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0-next",
"typescript": ">=4.6.2 <4.9",
"typescript": "~4.8.2",
"webpack": "^5.54.0"
},
"devDependencies": {
Expand Down

0 comments on commit 43bd0ab

Please sign in to comment.