diff --git a/types/react-redux-i18n/index.d.ts b/types/react-redux-i18n/index.d.ts index 20cca729bf..f578bee5aa 100644 --- a/types/react-redux-i18n/index.d.ts +++ b/types/react-redux-i18n/index.d.ts @@ -21,7 +21,7 @@ declare module 'react-redux-i18n' { type TranslationObjects = { [lang: string]: SubTranslationObject }; - type DispatchCallback = { + type DispatchCallback = { (dispatch?: redux.Dispatch, getState?: () => S): any; } diff --git a/types/react-redux-i18n/package.json b/types/react-redux-i18n/package.json index 6d68bf2f9b..b5b3eb5dd8 100644 --- a/types/react-redux-i18n/package.json +++ b/types/react-redux-i18n/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "redux": "^3.6.0" + "redux": "^3.7.2" } }