Skip to content

Commit 2b931c3

Browse files
Bump redux-observable from 1.2.0 to 2.0.0
Bumps [redux-observable](https://github.com/redux-observable/redux-observable) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/redux-observable/redux-observable/releases) - [Changelog](https://github.com/redux-observable/redux-observable/blob/master/CHANGELOG.md) - [Commits](redux-observable/redux-observable@v1.2.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6f9b31d commit 2b931c3

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-dom": "17.0.2",
7575
"react-redux": "7.2.4",
7676
"redux": "4.1.0",
77-
"redux-observable": "1.2.0",
77+
"redux-observable": "2.0.0",
7878
"retry-ts": "0.1.3",
7979
"rxjs": "6.6.7"
8080
}

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6886,10 +6886,13 @@ reduce-flatten@^2.0.0:
68866886
resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-2.0.0.tgz#734fd84e65f375d7ca4465c69798c25c9d10ae27"
68876887
integrity sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==
68886888

6889-
6890-
version "1.2.0"
6891-
resolved "https://registry.yarnpkg.com/redux-observable/-/redux-observable-1.2.0.tgz#ff51b6c6be2598e9b5e89fc36639186bb0e669c7"
6892-
integrity sha512-yeR90RP2WzZzCxxnQPlh2uFzyfFLsfXu8ROh53jGDPXVqj71uNDMmvi/YKQkd9ofiVoO4OYb1snbowO49tCEMg==
6889+
6890+
version "2.0.0"
6891+
resolved "https://registry.yarnpkg.com/redux-observable/-/redux-observable-2.0.0.tgz#4358bef2e924723a8b1ad0e835ccebb1612a6b9a"
6892+
integrity sha512-FJz4rLXX+VmDDwZS/LpvQsKnSanDOe8UVjiLryx1g3seZiS69iLpMrcvXD5oFO7rtkPyRdo/FmTqldnT3X3m+w==
6893+
dependencies:
6894+
rxjs "^7.0.0"
6895+
tslib "~2.1.0"
68936896

68946897
[email protected], redux@^4.0.0:
68956898
version "4.1.0"
@@ -7131,6 +7134,13 @@ [email protected]:
71317134
dependencies:
71327135
tslib "^1.9.0"
71337136

7137+
rxjs@^7.0.0:
7138+
version "7.1.0"
7139+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
7140+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
7141+
dependencies:
7142+
tslib "~2.1.0"
7143+
71347144
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
71357145
version "5.1.2"
71367146
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -8017,6 +8027,11 @@ tslib@^1.10.0, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
80178027
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
80188028
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
80198029

8030+
tslib@~2.1.0:
8031+
version "2.1.0"
8032+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8033+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
8034+
80208035
tsutils@^3.21.0:
80218036
version "3.21.0"
80228037
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)