From 287b8de021f8e7b841c752c3dc0ea80bb17bef31 Mon Sep 17 00:00:00 2001 From: Dmitry Nehaychik <4dmitr@gmail.com> Date: Wed, 4 Jul 2018 15:29:53 +0300 Subject: [PATCH] fix: fix peer dependency rxjs version Closes #514 --- src/framework/auth/package.json | 2 +- src/framework/security/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index f953573d80..733977f299 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -33,6 +33,6 @@ "@angular/forms": "^6.0.0", "@angular/http": "^6.0.0", "@nebular/theme": "2.0.0-rc.9", - "rxjs": "~5.5.5" + "rxjs": "^6.1.0" } } diff --git a/src/framework/security/package.json b/src/framework/security/package.json index 31984366f9..5844c92762 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -32,6 +32,6 @@ "@angular/common": "^6.0.0", "@angular/core": "^6.0.0", "@angular/router": "^6.0.0", - "rxjs": "~5.5.5" + "rxjs": "^6.1.0" } }