Skip to content

Commit 857e8d0

Browse files
jayphelpsrgbkrk
authored andcommitted
chore(rxjs): update rxjs to v5 non-beta (#191)
BREAKING CHANGE: RxJS v5 non-beta (e.g. 5.1.0) is now required. Upgrading from rxjs 5 beta to latest should be easy in most cases.
1 parent 82e1af8 commit 857e8d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Install
1616

17-
This has peer dependencies of `rxjs@5.0.*` and `redux`, which will have to be installed as well.
17+
This has peer dependencies of `rxjs@5.x.x` and `redux`, which will have to be installed as well.
1818

1919
```bash
2020
npm install --save redux-observable

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"homepage": "https://github.com/redux-observable/redux-observable#README.md",
6363
"peerDependencies": {
6464
"redux": "3.*",
65-
"rxjs": "^5.0.0-beta.10"
65+
"rxjs": "^5.0.0"
6666
},
6767
"devDependencies": {
6868
"@types/chai": "^3.4.34",
@@ -93,7 +93,7 @@
9393
"mocha": "^3.0.1",
9494
"redux": "^3.5.2",
9595
"rimraf": "^2.5.4",
96-
"rxjs": "^5.0.0-beta.10",
96+
"rxjs": "^5.0.0",
9797
"sinon": "1.17.7",
9898
"typescript": "^2.1.4",
9999
"webpack": "^2.2.1",

0 commit comments

Comments
 (0)