Skip to content

Commit

Permalink
Declare support only for Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Dec 15, 2024
1 parent 663ff07 commit 070c880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/fab-speed-dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"tslib": "^2.6"
},
"peerDependencies": {
"@angular/common": "^18.1",
"@angular/core": "^18.1",
"@angular/material": "^18.1",
"@angular/common": "^19.0",
"@angular/core": "^19.0",
"@angular/material": "^19.0",
"rxjs": "^7.8.0"
}
}

0 comments on commit 070c880

Please sign in to comment.