Skip to content

Commit

Permalink
build: update to rxjs@6.0.0-rc.0 (#23106)
Browse files Browse the repository at this point in the history
PR Close #23106
  • Loading branch information
IgorMinar authored and alxhub committed Apr 3, 2018
1 parent 62e6e21 commit 92724b3
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 31 deletions.
4 changes: 2 additions & 2 deletions integration/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/benchpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
{
"name": "AnonymousSubject"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CLEAN_PROMISE"
},
Expand Down Expand Up @@ -122,9 +119,6 @@
{
"name": "SubscriptionDelaySubscriber"
},
{
"name": "TimeInterval"
},
{
"name": "UNDEFINED_RENDERER_TYPE_ID"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
{
"name": "AnonymousSubject"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CIRCULAR$1"
},
Expand Down Expand Up @@ -149,9 +146,6 @@
{
"name": "THROW_IF_NOT_FOUND"
},
{
"name": "TimeInterval"
},
{
"name": "USE_VALUE$1"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/core/test/bundling/todo/bundle.golden_symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
{
"name": "AppState"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CIRCULAR$1"
},
Expand Down Expand Up @@ -212,9 +209,6 @@
{
"name": "TemplateRef$1"
},
{
"name": "TimeInterval"
},
{
"name": "ToDoAppComponent"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 92724b3

Please sign in to comment.