Skip to content

Commit c0ac101

Browse files
committed
Reverts redux dependency to v3
Fix for #21
1 parent 40bd716 commit c0ac101

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package-lock.json

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-helmet": "^5.2.0",
2828
"react-redux": "^5.0.7",
2929
"react-router-dom": "^4.3.1",
30-
"redux": "^4.0.0",
30+
"redux": "^3.7.2",
3131
"redux-actions": "^2.4.0",
3232
"redux-devtools": "^3.4.1",
3333
"redux-devtools-dock-monitor": "^1.1.3",
@@ -121,5 +121,5 @@
121121
"mkDistDir:prod": "mkdir -p dist/prod/shared/utils && mkdir -p dist/prod/client",
122122
"test": "npm run lint && npm run jest"
123123
},
124-
"version": "0.6.4"
124+
"version": "0.6.5"
125125
}

0 commit comments

Comments
 (0)