Skip to content

Commit

Permalink
Declare proper peer dependencies #9572
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jun 26, 2023
1 parent fc0e367 commit de7cea8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/fab-speed-dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.0",
"license": "MIT",
"repository": "github:Ecodev/fab-speed-dial",
"peerDependencies": {
"@angular/common": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/material": "^15.1.0",
"rxjs": "^7.4.0"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.5.3"
},
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.2",
"@angular/material": "^16.1.0",
"rxjs": "^7.8.0"
}
}

0 comments on commit de7cea8

Please sign in to comment.