diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 0c18837e..2378ae62 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,14 +10,15 @@ "react-scripts": "^1.0.7" }, "dependencies": { + "history": "^4.6.3", "immutable": "^3.8.1", "normalizr": "^3.2.3", "react": "^15.5.4", "react-dom": "^15.5.4", "react-redux": "^5.0.1", "react-redux-toastr": "^6.2.6", - "react-router": "^3.0.2", - "react-router-redux": "^4.0.8", + "react-router-dom": "^4.1.2", + "react-router-redux": "next", "rebass": "^0.3.3", "redux": "^3.6.0", "redux-immutable": "^4.0.0", |