update react-router-redux to connected-react-route
Showing
... | ... | @@ -52,6 +52,7 @@ |
"classnames": "^2.2.6", | ||
"coffeescript": "^2.4.1", | ||
"compression": "^1.7.4", | ||
"connected-react-router": "^6.5.2", | ||
"cookie-parser": "^1.4.4", | ||
"csvtojson": "^2.0.10", | ||
"debounce": "^1.2.0", | ||
... | ... | @@ -96,15 +97,14 @@ |
"react-leaflet-control": "^2.1.1", | ||
"react-loadable": "^5.5.0", | ||
"react-markdown": "^4.0.3", | ||
"react-redux": "^5.0.7", | ||
"react-router": "^4.3.1", | ||
"react-router-dom": "^4.3.1", | ||
"react-router-redux": "^5.0.0-alpha.9", | ||
"react-redux": "^7.1.1", | ||
"react-router": "^5.1.2", | ||
"react-router-dom": "^5.1.2", | ||
"react-time-ago": "^3.0.4", | ||
"react-virtualized": "^9.20.1", | ||
"react-visibility-sensor": "^5.0.2", | ||
"redux": "^4.0.4", | ||
"redux-form": "^7.4.2", | ||
"redux-form": "^8.2.6", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0", | ||
"roboto-fontface": "^0.10.0", | ||
... | ... |
Please register or sign in to comment