Browse Source

Allow redux-sac 0.8.

Herby Vojčík 5 years ago
parent
commit
acbe99761c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -22,6 +22,6 @@
   "dependencies": {
     "redux": "^3.7.2",
     "redux-effex": "^1.1.2",
-    "redux-sac": ">=0.6.0 <0.8.0"
+    "redux-sac": ">=0.6.0 <0.9.0"
   }
 }