Skip to content

Commit

Permalink
Merge pull request #51 from kreuzerk/feature/fixPeerDeps
Browse files Browse the repository at this point in the history
fix(peerdeps): adjust version of Angular peer deps to 10
  • Loading branch information
nivekcode authored Aug 29, 2020
2 parents f3d2828 + e8a5740 commit f1e8a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-sortgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ng-sortgrid",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f1e8a39

Please sign in to comment.