Skip to content

Commit

Permalink
fix: update angular peerDependencies to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 23, 2022
1 parent 0fa3cd2 commit b94edaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular-paginator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"angular"
],
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0"
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit b94edaf

Please sign in to comment.