Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 5ec626d

Browse files
committed
Downgrade Redux to fix broken app
1 parent 755c5f5 commit 5ec626d

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
@@ -51,11 +51,11 @@
5151
"react-redux": "5.0.7",
5252
"react-router-dom": "^4.3.1",
5353
"react-router-redux": "5.0.0-alpha.6",
54-
"redux": "^4.0.0",
54+
"redux": "3.7.2",
5555
"redux-immutable": "4.0.0",
5656
"redux-saga": "0.16.0",
5757
"reselect": "3.0.1",
58-
"sanitize.css": "^5.0.0",
58+
"sanitize.css": "4.1.0",
5959
"warning": "^4.0.1",
6060
"whatwg-fetch": "2.0.4"
6161
},

0 commit comments

Comments
 (0)