Skip to content

Commit 2d6a003

Browse files
mheveryvsavkin
authored andcommitted
feat: update RxJS peer dependency to 5.0.0-rc.4
Closes angular#13125 RxJS from beta-12 to rc.4, has removed the `cache` operator. (See https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md#breaking-changes-1) If your application relies on it, then we suggest that you use the one from this gist: https://gist.github.com/robwormald/19dea0c70a6e01aadced6731aed4f9f7
1 parent e45b7ff commit 2d6a003

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

modules/@angular/benchpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@angular/core": "^2.0.0-rc.7",
99
"reflect-metadata": "^0.1.2",
10-
"rxjs": "5.0.0-beta.12",
10+
"rxjs": "5.0.0-rc.4",
1111
"jpm": "1.1.4",
1212
"firefox-profile": "0.4.0",
1313
"selenium-webdriver": "^2.53.3"

modules/@angular/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "angular",
99
"license": "MIT",
1010
"peerDependencies": {
11-
"rxjs": "5.0.0-beta.12",
11+
"rxjs": "5.0.0-rc.4",
1212
"zone.js": "^0.6.21"
1313
},
1414
"repository": {

modules/@angular/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "angular",
99
"license": "MIT",
1010
"peerDependencies": {
11-
"rxjs": "5.0.0-beta.12",
11+
"rxjs": "5.0.0-rc.4",
1212
"@angular/core": "0.0.0-PLACEHOLDER",
1313
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
1414
},

modules/@angular/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@angular/core": "0.0.0-PLACEHOLDER",
2525
"@angular/common": "0.0.0-PLACEHOLDER",
2626
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
27-
"rxjs": "5.0.0-beta.12"
27+
"rxjs": "5.0.0-rc.4"
2828
}
2929
}

modules/rollup-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rollup-plugin-node-resolve": "^1.5.0",
2424
"rollup-plugin-typescript": "^0.7.3",
2525
"rollup-plugin-uglify": "^0.3.1",
26-
"rxjs-es": "^5.0.0-beta.12",
26+
"rxjs-es": "^5.0.0-rc.4",
2727
"typescript": "^1.9.0-dev.20160423",
2828
"uglify-js": "^2.6.2"
2929
},

npm-shrinkwrap.clean.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@
38723872
"version": "1.5.2"
38733873
},
38743874
"rxjs": {
3875-
"version": "5.0.0-beta.12"
3875+
"version": "5.0.0-rc.4"
38763876
},
38773877
"sauce-connect-launcher": {
38783878
"version": "0.13.0",
@@ -4122,7 +4122,7 @@
41224122
"version": "2.0.0"
41234123
},
41244124
"symbol-observable": {
4125-
"version": "1.0.2"
4125+
"version": "1.0.4"
41264126
},
41274127
"systemjs": {
41284128
"version": "0.18.10"

npm-shrinkwrap.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"core-js": "^2.4.1",
2222
"reflect-metadata": "^0.1.3",
23-
"rxjs": "5.0.0-beta.12",
23+
"rxjs": "5.0.0-rc.4",
2424
"zone.js": "^0.6.25"
2525
},
2626
"devDependencies": {

scripts/ci-lite/offline_compiler_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PKGS=(
1010
reflect-metadata@0.1.8
1111
typescript@2.0.2
1212
zone.js@0.6.25
13-
rxjs@5.0.0-beta.12
13+
rxjs@5.0.0-rc.4
1414
@types/{node@6.0.38,jasmine@2.2.33}
1515
jasmine@2.4.1
1616
webpack@2.1.0-beta.21

0 commit comments

Comments
 (0)