Skip to content

Commit

Permalink
Merge pull request #12866 from twerske/patch-issue-12859
Browse files Browse the repository at this point in the history
Angular: Update TypeScript peerDep version to support Angular 11
  • Loading branch information
shilman committed Oct 23, 2020
2 parents 9bfed40 + a1d332f commit fd74441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@angular/platform-browser-dynamic": ">=6.0.0",
"@babel/core": "*",
"rxjs": "^6.0.0",
"typescript": "^3.4.0",
"typescript": "^3.4.0 || >=4.0.0",
"zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0"
},
"engines": {
Expand Down

0 comments on commit fd74441

Please sign in to comment.