Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 8bef7a6

Browse files
authored
Compatibility with redux 4
1 parent 1785bf1 commit 8bef7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"react": "^16.3.2",
7676
"react-dom": "^16.3.2",
7777
"react-redux": "~5.0.0",
78-
"redux": "^3.3.1",
78+
"redux": "^4.0.0",
7979
"redux-immutable": "^3.0.8",
8080
"redux-logger": "~2.6.1",
8181
"redux-mock-store": "0.0.6",
@@ -100,6 +100,6 @@
100100
"react": "^15.3.0 || ^16.0.0",
101101
"react-dom": "^0.14.7 || ^15.0.0 || ^16.0.0",
102102
"react-redux": "^4.0.0 || ^5.0.3",
103-
"redux": "^3.0.0"
103+
"redux": "^3.0.0 || ^4.0.0"
104104
}
105105
}

0 commit comments

Comments
 (0)