Skip to content

Commit

Permalink
feat: update to [email protected] and unpin the rxjs peerDeps via ^5.0.1 (an…
Browse files Browse the repository at this point in the history
…gular#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
  • Loading branch information
crisbeto authored and chuckjaz committed Dec 20, 2016
1 parent 896916a commit 171a9bd
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/@angular/benchpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@angular/core": "^2.0.0-rc.7",
"reflect-metadata": "^0.1.2",
"rxjs": "5.0.0-rc.4",
"rxjs": "^5.0.1",
"jpm": "1.1.4",
"firefox-profile": "0.4.0",
"selenium-webdriver": "^2.53.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/@angular/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "angular",
"license": "MIT",
"peerDependencies": {
"rxjs": "5.0.0-rc.4",
"rxjs": "^5.0.1",
"zone.js": "^0.7.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion modules/@angular/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "angular",
"license": "MIT",
"peerDependencies": {
"rxjs": "5.0.0-rc.4",
"rxjs": "^5.0.1",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/@angular/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "5.0.0-rc.4"
"rxjs": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -5189,7 +5189,7 @@
"dev": true
},
"rxjs": {
"version": "5.0.0-rc.4"
"version": "5.0.1"
},
"sauce-connect-launcher": {
"version": "0.13.0",
Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-rc.4",
"rxjs": "^5.0.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-lite/offline_compiler_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PKGS=(
[email protected]
[email protected]
[email protected]
[email protected].0-rc.4
[email protected].1
@types/{[email protected],[email protected]}
[email protected]
[email protected]
Expand Down

0 comments on commit 171a9bd

Please sign in to comment.