chore(netlify-cms-core): upgrade redux and related dependencies (#1914)

This commit is contained in:
Alexander Nanberg
2018-11-27 17:42:36 +01:00
committed by Shawn Erquhart
parent e1104d09bd
commit ae21317621
2 changed files with 61 additions and 16 deletions

View File

@ -50,7 +50,7 @@
"react-is": "16.3.1",
"react-modal": "^3.1.5",
"react-polyglot": "^0.2.6",
"react-redux": "^4.4.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scroll-sync": "^0.6.0",
@ -58,10 +58,10 @@
"react-split-pane": "^0.1.82",
"react-topbar-progress-indicator": "^2.0.0",
"react-waypoint": "^7.1.0",
"redux": "^3.3.1",
"redux": "^4.0.1",
"redux-notifications": "^4.0.1",
"redux-optimist": "^0.0.2",
"redux-thunk": "^1.0.3",
"redux-optimist": "^1.0.0",
"redux-thunk": "^2.3.0",
"sanitize-filename": "^1.6.1",
"semaphore": "^1.0.5",
"toml-j0.4": "^1.1.1",