DefinitelyTyped/types/react-router-redux/package.json
Petr Kosikhin 0cdbd80095 [react-router-redux] update to use redux 3.7.2 AnyAction to allow ts 2.4 usage (#18071)
* update to use redux 3.7.2 anyaction pattern allowing ts 2.4 upgrade

* move away from anyaction concept for router action and location change action. use redux reducer generic to desribe routerReducer
2017-07-21 18:13:20 -07:00

6 lines
50 B
JSON

{
"dependencies": {
"redux": "^3.7.2"
}
}