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

@ -24,7 +24,7 @@
"dependencies": {
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.x",
"rxjs": "^5.5.0",
"tslib": "^1.7.1",
"zone.js": "^0.8.12"
},

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"
}
}

View File

@ -6194,9 +6194,9 @@ rx-lite@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"
rxjs@5.x:
version "5.4.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.4.3.tgz#0758cddee6033d68e0fd53676f0f3596ce3d483f"
rxjs@5.5.x:
version "5.5.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.0.tgz#26d8f3866eb700e247e0728a147c3d628993d812"
dependencies:
symbol-observable "^1.0.1"