Skip to content

Commit d4c3881

Browse files
clydindgp1130
authored andcommitted
feat(@ngtools/webpack): support TypeScript 3.8
1 parent cb8d968 commit d4c3881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"peerDependencies": {
3030
"@angular/compiler-cli": ">=9.0.0 < 10",
31-
"typescript": ">=3.6 < 3.8",
31+
"typescript": ">=3.6 < 3.9",
3232
"webpack": "^4.0.0"
3333
},
3434
"devDependencies": {
3535
"@angular/compiler": "9.0.4",
3636
"@angular/compiler-cli": "9.0.4",
37-
"typescript": "3.7.5",
37+
"typescript": "3.8.2",
3838
"webpack": "4.42.0"
3939
}
4040
}

0 commit comments

Comments
 (0)