Skip to content

Commit 171a9bd

Browse files
crisbetochuckjaz
authored andcommitted
feat: update to rxjs@5.0.1 and unpin the rxjs peerDeps via ^5.0.1 (angular#13572)
Now that rxjs is stable and the rxjs team follows semver, we can update and unpin the dependency safely. From now on the Angular application/library developers are in charge of controlling the rxjs version as long as it's newer than 5.0.1. closes angular#13561 closes angular#13478 closes angular#13572
1 parent 896916a commit 171a9bd

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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-rc.4",
10+
"rxjs": "^5.0.1",
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-rc.4",
11+
"rxjs": "^5.0.1",
1212
"zone.js": "^0.7.2"
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-rc.4",
11+
"rxjs": "^5.0.1",
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-rc.4"
27+
"rxjs": "^5.0.1"
2828
}
2929
}

npm-shrinkwrap.clean.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5189,7 +5189,7 @@
51895189
"dev": true
51905190
},
51915191
"rxjs": {
5192-
"version": "5.0.0-rc.4"
5192+
"version": "5.0.1"
51935193
},
51945194
"sauce-connect-launcher": {
51955195
"version": "0.13.0",

npm-shrinkwrap.json

Lines changed: 3 additions & 3 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-rc.4",
23+
"rxjs": "^5.0.1",
2424
"zone.js": "^0.7.2"
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-rc.4
13+
rxjs@5.0.1
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)