Skip to content

Commit d03bec5

Browse files
committed
chore: Add hoist-non-react-statics dependency
1 parent 68f64a0 commit d03bec5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
}
6262
},
6363
"dependencies": {
64+
"hoist-non-react-statics": "^3.0.1",
6465
"mitt": "^1.1.3"
6566
}
6667
}

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,12 @@ [email protected]:
28592859
version "4.2.1"
28602860
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb"
28612861

2862+
hoist-non-react-statics@^3.0.1:
2863+
version "3.0.1"
2864+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.0.1.tgz#fba3e7df0210eb9447757ca1a7cb607162f0a364"
2865+
dependencies:
2866+
react-is "^16.3.2"
2867+
28622868
home-or-tmp@^2.0.0:
28632869
version "2.0.0"
28642870
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"

0 commit comments

Comments
 (0)