feat: update to rxjs@5.0.1 and unpin the rxjs peerDeps via ^5.0.1 (#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 #13561 closes #13478 closes #13572
This commit is contained in:

committed by
Chuck Jazdzewski

parent
896916af29
commit
171a9bdc85
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user