Skip to content

Commit eb039dc

Browse files
committed
feat(@ngtools/wepack): 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 b190159 commit eb039dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
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)