build: update rxjs version requirements to 6.4.0 (#30032)

PR Close #30032
This commit is contained in:
Ben Lesh
2019-04-22 09:50:05 -07:00
parent 645e305733
commit 94aeeec1dc
7 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0",
"rxjs": "^6.4.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
},