Skip to content

Commit

Permalink
feat: widen angular peer deps
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Hippely <hippely@gmail.com>
  • Loading branch information
hippee-lee authored and kevinbuhmann committed Jul 21, 2022
1 parent 6361ab8 commit 0fea6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular/package.json
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com/vmware-clarity/ng-clarity/issues"
},
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/common": "13 || 14",
"@angular/core": "13 || 14",
"@cds/core": "^5.6.0 || ^6.0.0"
}
}

0 comments on commit 0fea6c6

Please sign in to comment.