From 72d660f3feb178fb99658c9fb8db743354090079 Mon Sep 17 00:00:00 2001 From: Sam Kauffman Date: Tue, 31 Jul 2018 16:23:15 -0400 Subject: [PATCH] update dependencies for React 16.3+ support bump hoist-non-react-statics to >= 2.5.0 to prevent incorrectly hoisted getDerivedStateFromProps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e8a698..00e1ffa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "license": "BSD-3-Clause", "dependencies": { - "hoist-non-react-statics": "^1.2.0", + "hoist-non-react-statics": "^2.5.5", "lodash": "^4.16.6", "object-unfreeze": "^1.1.0" },