From d318b5e6d5370f356fd871cbf654381d5f2be903 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 20 May 2019 14:21:29 +0200 Subject: [PATCH] Allow hoist-non-react-statics 3.x Version 3.x only dropped support for React 0.14. Since this library can also work with more recent versions, this is compatible. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab49790..2fdb787 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "react-test-renderer": "16.0.0" }, "dependencies": { - "hoist-non-react-statics": "^2.1.1" + "hoist-non-react-statics": ">=2.1.1 <4.0.0" } }