Skip to content

Commit

Permalink
refactor(npm): bump peerDependencies to Angular 17 and rxjs 7.8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires at least Angular 17.0 and rxjs 7.8.0.
  • Loading branch information
fh1ch committed Dec 13, 2023
1 parent 2f5f89e commit feca9fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-datatable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "21.6.0",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=15.2.9",
"@angular/core": ">=15.2.9",
"@angular/platform-browser": ">=15.2.9",
"rxjs": "^6.6.3 || ^7.4.0"
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/platform-browser": ">=17.0.0",
"rxjs": "^7.8.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit feca9fa

Please sign in to comment.