Skip to content

Commit

Permalink
Declare our peer deps correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jan 27, 2024
1 parent 87e3918 commit 09f3c5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/fab-speed-dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "MIT",
"repository": "github:Ecodev/fab-speed-dial",
"dependencies": {
"tslib": "^2.5.3"
"tslib": "^2.6"
},
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.2",
"@angular/material": "^16.1.0",
"@angular/common": "^17.1",
"@angular/core": "^17.1",
"@angular/material": "^17.1",
"rxjs": "^7.8.0"
}
}

0 comments on commit 09f3c5d

Please sign in to comment.