Skip to content

Commit 235435a

Browse files
author
Markus Günther
committed
Upgrade: Update hoist-non-react-statics
Updates hoist-non-react-statics to version 3.3.0
1 parent 40f81af commit 235435a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"friends of react"
2525
],
2626
"dependencies": {
27-
"hoist-non-react-statics": "^3.2.1",
27+
"hoist-non-react-statics": "^3.3.0",
2828
"invariant": "^2.2.4",
2929
"prop-types": "^15.6.2"
3030
},

yarn.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -4229,12 +4229,12 @@ [email protected]:
42294229
version "2.16.3"
42304230
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
42314231

4232-
hoist-non-react-statics@^3.2.1:
4233-
version "3.2.1"
4234-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.2.1.tgz#c09c0555c84b38a7ede6912b61efddafd6e75e1e"
4235-
integrity sha512-TFsu3TV3YLY+zFTZDrN8L2DTFanObwmBLpWvJs1qfUuEQ5bTAdFcwfx2T/bsCXfM9QHSLvjfP+nihEl0yvozxw==
4232+
hoist-non-react-statics@^3.3.0:
4233+
version "3.3.0"
4234+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
4235+
integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==
42364236
dependencies:
4237-
react-is "^16.3.2"
4237+
react-is "^16.7.0"
42384238

42394239
home-or-tmp@^2.0.0:
42404240
version "2.0.0"
@@ -7306,9 +7306,10 @@ react-dom@^16.7.0:
73067306
prop-types "^15.6.2"
73077307
scheduler "^0.12.0"
73087308

7309-
react-is@^16.3.2:
7310-
version "16.4.2"
7311-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.2.tgz#84891b56c2b6d9efdee577cc83501dfc5ecead88"
7309+
react-is@^16.7.0:
7310+
version "16.7.0"
7311+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"
7312+
integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g==
73127313

73137314
react@^16.7.0:
73147315
version "16.7.0"

0 commit comments

Comments
 (0)