Skip to content

Commit

Permalink
fix: fix peer dependency rxjs version
Browse files Browse the repository at this point in the history
Closes #514
  • Loading branch information
nnixaa committed Jul 4, 2018
1 parent 1b6c10e commit 287b8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/framework/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion src/framework/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 287b8de

Please sign in to comment.