From bd50a7c74a786ef82d61894a93608f45fdb4524b Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 31 Mar 2018 15:11:34 +0200 Subject: [PATCH] Better support React 16.3.0 (#4090) * Better support React 16.3.0 https://github.com/mridgway/hoist-non-react-statics/pull/43 * Lock version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61d8c458..3d9d6475 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "fresh": "0.5.2", "friendly-errors-webpack-plugin": "1.6.1", "glob": "7.1.2", - "hoist-non-react-statics": "2.3.1", + "hoist-non-react-statics": "2.5.0", "htmlescape": "1.1.1", "http-errors": "1.6.2", "http-status": "1.0.1",