From feca9fa167ec941b733a8a88ef4d57a771b33bec Mon Sep 17 00:00:00 2001 From: Fabio Huser Date: Wed, 13 Dec 2023 18:50:44 +0100 Subject: [PATCH] refactor(npm): bump peerDependencies to Angular 17 and rxjs 7.8 BREAKING CHANGE: Requires at least Angular 17.0 and rxjs 7.8.0. --- projects/ngx-datatable/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/ngx-datatable/package.json b/projects/ngx-datatable/package.json index a8d690c2f..02b6a4918 100644 --- a/projects/ngx-datatable/package.json +++ b/projects/ngx-datatable/package.json @@ -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"