Skip to content

Commit

Permalink
chore(angular): add angular 9 dependency versions to peerDependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Jul 7, 2020
1 parent 9a490a9 commit 2828436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@carbon/charts": "^0.32.12"
},
"peerDependencies": {
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/compiler": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"@angular/compiler": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.29 || ^0.9.0"
},
Expand Down

0 comments on commit 2828436

Please sign in to comment.