Skip to content

Commit 760be77

Browse files
author
Markus Günther
committed
TASK: Upgrade hoist-non-react-statics to version 3
1 parent 548c7d4 commit 760be77

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"friends of react"
2222
],
2323
"dependencies": {
24-
"hoist-non-react-statics": "^1.2.0",
24+
"hoist-non-react-statics": "^3.0.1",
2525
"invariant": "^2.2.4"
2626
},
2727
"devDependencies": {

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)