Skip to content

Commit

Permalink
feat(angular): adjust peer dependency versions for angular and angula…
Browse files Browse the repository at this point in the history
…r CDK
  • Loading branch information
fynnfeldpausch committed Jan 29, 2024
1 parent bdf0979 commit a6403f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular/projects/catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"access": "public"
},
"peerDependencies": {
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/cdk": "^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/core": ">=14.0.0",
"@angular/cdk": ">=14.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit a6403f7

Please sign in to comment.