From a6115b277602df19a42015e3dad2670d01b55878 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Wed, 27 Feb 2019 10:05:27 +0100 Subject: [PATCH] chore(package): Bump hoist-non-react-statics major Bump was major because of dropped `react@0.13` support which was reintroduced in hoist-non-react-statics@3.2. h oist-non-react-statics@2.x does not support forwardRef. --- package.json | 2 +- packages/emotion-theming/package.json | 2 +- yarn.lock | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af1cfd2a2..7c83877db 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-standard": "^3.0.1", "flow-bin": "^0.89.0", "get-lerna-packages": "^0.1.0", - "hoist-non-react-statics": "^2.3.1", + "hoist-non-react-statics": "^3.3.0", "husky": "^1.1.3", "jest": "^24.1.0", "jest-in-case": "^1.0.2", diff --git a/packages/emotion-theming/package.json b/packages/emotion-theming/package.json index fc4f7174e..9c72ac2e1 100644 --- a/packages/emotion-theming/package.json +++ b/packages/emotion-theming/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@emotion/weak-memoize": "0.2.2", - "hoist-non-react-statics": "^2.3.1", + "hoist-non-react-statics": "^3.3.0", "object-assign": "^4.1.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 9c405b973..e2cf5147b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11246,6 +11246,13 @@ hoist-non-react-statics@^2.5.0: resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== +hoist-non-react-statics@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" + integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== + dependencies: + react-is "^16.7.0" + home-or-tmp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" @@ -18870,6 +18877,11 @@ react-is@^16.5.2: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.5.2.tgz#e2a7b7c3f5d48062eb769fcb123505eb928722e3" integrity sha512-hSl7E6l25GTjNEZATqZIuWOgSnpXb3kD0DVCujmg46K5zLxsbiKaaT6VO9slkSBDPZfYs30lwfJwbOFOnoEnKQ== +react-is@^16.7.0: + version "16.8.3" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.3.tgz#4ad8b029c2a718fc0cfc746c8d4e1b7221e5387d" + integrity sha512-Y4rC1ZJmsxxkkPuMLwvKvlL1Zfpbcu+Bf4ZigkHup3v9EfdYhAlWAaVyA19olXq2o2mGn0w+dFKvk3pVVlYcIA== + react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"