From 84783e18c55e37ed5f24ca7409e1b052e8aa72f1 Mon Sep 17 00:00:00 2001 From: David Walschots Date: Fri, 3 Feb 2023 19:31:36 +0100 Subject: [PATCH] fix: rxjs peer dependency version --- projects/angular-reactive-validation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/angular-reactive-validation/package.json b/projects/angular-reactive-validation/package.json index 0c68c41..cbd0b5f 100644 --- a/projects/angular-reactive-validation/package.json +++ b/projects/angular-reactive-validation/package.json @@ -1,6 +1,6 @@ { "name": "angular-reactive-validation", - "version": "9.0.0", + "version": "9.0.1", "description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.", "repository": { "type": "git", @@ -22,7 +22,7 @@ "@angular/common": "^15.0.0", "@angular/core": "^15.0.0", "@angular/forms": "^15.0.0", - "rxjs": "^6.6.7" + "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { "tslib": "^2.3.0"