chore: replace react-router-redux with connected-react-router (#4001)

This commit is contained in:
Erez Rokah
2020-07-09 19:08:18 +03:00
committed by GitHub
parent c3a680ff52
commit 07f47824e9
7 changed files with 48 additions and 50 deletions

View File

@ -29,6 +29,7 @@
"ajv": "^6.10.0",
"ajv-errors": "^1.0.1",
"ajv-keywords": "^3.4.1",
"connected-react-router": "^6.8.0",
"copy-text-to-clipboard": "^2.0.0",
"diacritics": "^1.3.0",
"fuzzy": "^0.1.1",
@ -50,9 +51,8 @@
"react-is": "16.13.1",
"react-modal": "^3.8.1",
"react-polyglot": "^0.7.0",
"react-redux": "^5.1.1",
"react-redux": "^7.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scroll-sync": "^0.6.0",
"react-sortable-hoc": "^1.0.0",
"react-split-pane": "^0.1.85",
@ -60,7 +60,7 @@
"react-virtualized-auto-sizer": "^1.0.2",
"react-waypoint": "^8.1.0",
"react-window": "^1.8.5",
"redux": "^4.0.1",
"redux": "^4.0.5",
"redux-notifications": "^4.0.1",
"redux-optimist": "^1.0.0",
"redux-thunk": "^2.3.0",