build: update to rxjs@6.0.0-rc.0 (#23106)

PR Close #23106
This commit is contained in:
Igor Minar 2018-03-30 17:34:12 -07:00 committed by Alex Rickabaugh
parent 62e6e21895
commit 92724b396b
13 changed files with 13 additions and 31 deletions

View File

@ -12,8 +12,8 @@
"hello_world__closure": {
"master": {
"uncompressed": {
"bundle": "TODO(i): temporarily increase the payload size limit to 226340git from 105779 - we need CLI v6 to bring the size down",
"bundle": 226340
"bundle": "TODO(i): temporarily increase the payload size limit to 226340 from 105779 - we need CLI v6 to bring the size down",
"bundle": 223894
}
}
},

View File

@ -29,7 +29,7 @@
"dependencies": {
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "6.0.0-beta.4",
"rxjs": "6.0.0-rc.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": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"jpm": "1.1.4",
"firefox-profile": "0.4.0",
"selenium-webdriver": "^2.53.3"

View File

@ -17,7 +17,7 @@
},
"locales": "locales",
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"@angular/core": "0.0.0-PLACEHOLDER"
},
"repository": {

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"zone.js": "~0.8.20"
},
"repository": {

View File

@ -2,9 +2,6 @@
{
"name": "AnonymousSubject"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CLEAN_PROMISE"
},
@ -122,9 +119,6 @@
{
"name": "SubscriptionDelaySubscriber"
},
{
"name": "TimeInterval"
},
{
"name": "UNDEFINED_RENDERER_TYPE_ID"
},

View File

@ -5,9 +5,6 @@
{
"name": "AnonymousSubject"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CIRCULAR$1"
},
@ -149,9 +146,6 @@
{
"name": "THROW_IF_NOT_FOUND"
},
{
"name": "TimeInterval"
},
{
"name": "USE_VALUE$1"
},

View File

@ -8,9 +8,6 @@
{
"name": "AppState"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CIRCULAR$1"
},
@ -212,9 +209,6 @@
{
"name": "TemplateRef$1"
},
{
"name": "TimeInterval"
},
{
"name": "ToDoAppComponent"
},

View File

@ -18,7 +18,7 @@
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.0.0-beta.4"
"rxjs": "^6.0.0-rc.0"
},
"repository": {
"type": "git",

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
},

View File

@ -31,7 +31,7 @@
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.0.0-beta.4"
"rxjs": "^6.0.0-rc.0"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

View File

@ -5083,9 +5083,9 @@ rollup@0.47.4:
version "0.47.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.47.4.tgz#e3a55de83a78221d232ce29619a8d68189ae845e"
rxjs@6.0.0-beta.4:
version "6.0.0-beta.4"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-beta.4.tgz#6506fde30f0f0ca1c94eb948629ac4aa73c0b0c8"
rxjs@6.0.0-rc.0:
version "6.0.0-rc.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-rc.0.tgz#3fed5454dfaf5a01005c973de857f860826d3eac"
dependencies:
tslib "^1.9.0"