build: update to rxjs@5.5.0 (#19345)

PR Close #19345
This commit is contained in:
Jason Aden
2017-10-18 09:15:52 -07:00
committed by Tobias Bosch
parent 81173b0d29
commit 7d1abd9adb
8 changed files with 10 additions and 8 deletions

View File

@ -8,7 +8,7 @@
"dependencies": {
"@angular/core": "^2.0.0-rc.7",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.1",
"rxjs": "^5.5.0",
"jpm": "1.1.4",
"firefox-profile": "0.4.0",
"selenium-webdriver": "^2.53.3"

View File

@ -12,6 +12,7 @@
"tslib": "^1.7.1"
},
"peerDependencies": {
"rxjs": "^5.5.0",
"@angular/core": "0.0.0-PLACEHOLDER"
},
"repository": {

View File

@ -12,7 +12,7 @@
"tslib": "^1.7.1"
},
"peerDependencies": {
"rxjs": "^5.0.1",
"rxjs": "^5.5.0",
"zone.js": "^0.8.4"
},
"repository": {

View File

@ -12,6 +12,7 @@
"tslib": "^1.7.1"
},
"peerDependencies": {
"rxjs": "^5.5.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"

View File

@ -12,7 +12,7 @@
"tslib": "^1.7.1"
},
"peerDependencies": {
"rxjs": "^5.0.1",
"rxjs": "^5.5.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
},

View File

@ -27,6 +27,6 @@
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^5.0.1"
"rxjs": "^5.5.0"
}
}