Skip to content

Commit

Permalink
chore: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed May 7, 2023
1 parent 5b8e68a commit 4d52dd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
"goToTop",
"go-to-top",
"angular14",
"angular15",
"angular16",
"smooth",
"esm",
"sass"
Expand Down
8 changes: 5 additions & 3 deletions projects/ngx-scrolltop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"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": ">=15 <16",
"@angular/core": ">=15 <16"
"@angular/common": ">=15 <17",
"@angular/core": ">=15 <17"
},
"dependencies": {
"seamless-scroll-polyfill": "2.3.0"
"seamless-scroll-polyfill": "2.3.4"
},
"homepage": "https://github.com/bartholomej/ngx-scrolltop",
"license": "MIT",
Expand All @@ -32,6 +32,8 @@
"goToTop",
"go-to-top",
"angular14",
"angular15",
"angular16",
"smooth",
"esm",
"sass"
Expand Down

0 comments on commit 4d52dd1

Please sign in to comment.