Skip to content

Commit

Permalink
feat(@ngtools/webpack): support TypeScript 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and dgp1130 committed Mar 2, 2020
1 parent cb8d968 commit d4c3881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"peerDependencies": {
"@angular/compiler-cli": ">=9.0.0 < 10",
"typescript": ">=3.6 < 3.8",
"typescript": ">=3.6 < 3.9",
"webpack": "^4.0.0"
},
"devDependencies": {
"@angular/compiler": "9.0.4",
"@angular/compiler-cli": "9.0.4",
"typescript": "3.7.5",
"typescript": "3.8.2",
"webpack": "4.42.0"
}
}

0 comments on commit d4c3881

Please sign in to comment.