Skip to content

Commit d8c27b4

Browse files
committed
fix(deps): update dependency redux-saga to v0.16.2
1 parent d205484 commit d8c27b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-router": "4.2.0",
1818
"react-router-dom": "4.2.2",
1919
"redux": "3.7.2",
20-
"redux-saga": "0.16.0",
20+
"redux-saga": "0.16.2",
2121
"redux-undo": "1.0.1",
2222
"whatwg-fetch": "2.0.3"
2323
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7984,10 +7984,10 @@ reduce-function-call@^1.0.1:
79847984
dependencies:
79857985
balanced-match "^0.4.2"
79867986

7987-
7988-
version "0.16.0"
7989-
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.16.0.tgz#0a231db0a1489301dd980f6f2f88d8ced418f724"
7990-
integrity sha1-CiMdsKFIkwHdmA9vL4jYztQY9yQ=
7987+
7988+
version "0.16.2"
7989+
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.16.2.tgz#993662e86bc945d8509ac2b8daba3a8c615cc971"
7990+
integrity sha512-iIjKnRThI5sKPEASpUvySemjzwqwI13e3qP7oLub+FycCRDysLSAOwt958niZW6LhxfmS6Qm1BzbU70w/Koc4w==
79917991

79927992
79937993
version "1.0.1"

0 commit comments

Comments
 (0)