From d64ec0ed994f366a60f38961b576b56550960d3c Mon Sep 17 00:00:00 2001 From: James Reggio Date: Mon, 18 Mar 2019 15:53:42 -0700 Subject: [PATCH] [react-redux] Require explicit version of @types/hoist-non-react-statics (#33979) --- types/react-redux/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-redux/package.json b/types/react-redux/package.json index 7f5b19d45b..e9c8c9b9f8 100644 --- a/types/react-redux/package.json +++ b/types/react-redux/package.json @@ -1,6 +1,7 @@ { "private": true, "dependencies": { + "@types/hoist-non-react-statics": "^3.3.0", "redux": "^4.0.0" } }