Skip to content

Commit

Permalink
feat(@ngtools/wepack): 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 committed Oct 7, 2022
1 parent b190159 commit eb039dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
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 eb039dc

Please sign in to comment.