Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): 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 5ee9ff9 commit cb8d968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"peerDependencies": {
"@angular/compiler-cli": ">=9.0.0 < 10",
"typescript": ">=3.6 < 3.8"
"typescript": ">=3.6 < 3.9"
},
"peerDependenciesMeta": {
"@angular/localize": {
Expand Down

0 comments on commit cb8d968

Please sign in to comment.