Skip to content

Commit 43bd0ab

Browse files
alan-agius4clydin
authored andcommitted
feat(@ngtools/webpack): 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 fd41753 commit 43bd0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {},
2424
"peerDependencies": {
2525
"@angular/compiler-cli": "^15.0.0-next",
26-
"typescript": ">=4.6.2 <4.9",
26+
"typescript": "~4.8.2",
2727
"webpack": "^5.54.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)