Skip to content

Commit 7a16362

Browse files
Merge pull request FriendsOfReactJS#12 from markusguenther/upgrade_hoist-non-react-statics
TASK: Upgrade hoist-non-react-statics to version 3
2 parents d143bbe + 760be77 commit 7a16362

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,9 +1768,11 @@ hoek@2.x.x:
17681768
version "2.16.3"
17691769
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
17701770

1771-
hoist-non-react-statics@^1.2.0:
1772-
version "1.2.0"
1773-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
1771+
hoist-non-react-statics@^3.0.1:
1772+
version "3.0.1"
1773+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.0.1.tgz#fba3e7df0210eb9447757ca1a7cb607162f0a364"
1774+
dependencies:
1775+
react-is "^16.3.2"
17741776

17751777
home-or-tmp@^2.0.0:
17761778
version "2.0.0"
@@ -2573,6 +2575,10 @@ react-dom@^16.4.2:
25732575
object-assign "^4.1.1"
25742576
prop-types "^15.6.0"
25752577

2578+
react-is@^16.3.2:
2579+
version "16.4.2"
2580+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.2.tgz#84891b56c2b6d9efdee577cc83501dfc5ecead88"
2581+
25762582
react@^16.4.2:
25772583
version "16.4.2"
25782584
resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f"

0 commit comments

Comments
 (0)