Skip to content

Commit

Permalink
chore(ng): bump peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Aug 20, 2024
1 parent 9ecab1b commit ce93fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-scrolltop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"peerDependencies": {
"@angular/common": ">=16 <18",
"@angular/core": ">=16 <18"
"@angular/common": ">=18 <19",
"@angular/core": ">=18 <19"
},
"dependencies": {
"seamless-scroll-polyfill": "2.3.4"
Expand Down

0 comments on commit ce93fe3

Please sign in to comment.