From 3aa88c18a91c33ae0cdcf983342505b84799a43e Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Tue, 15 Oct 2019 10:41:57 +0200 Subject: [PATCH] fix peer dependencies --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 823d173..a50a35e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ In order to change the labels, use the inputs specified in the [API](#api) secti * `@angular/core`: `^8.0.0 || ^9.0.0`, * `@angular/material`: `^8.0.0 || ^9.0.0`, -* `rxjs`: `^5.5.2 || ^6.0.0` +* `rxjs`: `^6.5.3` For compatibility with `@angular/core`: `^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0`, use version `1.8.0`. diff --git a/package.json b/package.json index 387779b..b4d381b 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ ], "homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search", "peerDependencies": { - "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", - "@angular/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", - "rxjs": "^5.5.2 || ^6.0.0" + "@angular/core": "^8.0.0 || ^9.0.0", + "@angular/material": "^8.0.0 || ^9.0.0", + "rxjs": "^6.5.3" }, "ngPackage": { "dest": "dist-lib",