Skip to content

Commit 61a3886

Browse files
authoredDec 7, 2024··
Update dependency @types/hoist-non-react-statics to v3.3.6 (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1dc3e55 commit 61a3886

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"resolutions": {
101101
"@types/react": "16.14.47",
102102
"@types/react-dom": "16.9.20",
103-
"@types/hoist-non-react-statics": "3.3.5"
103+
"@types/hoist-non-react-statics": "3.3.6"
104104
},
105105
"jest": {
106106
"setupFilesAfterEnv": [

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2670,10 +2670,10 @@
26702670
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
26712671
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
26722672

2673-
"@types/hoist-non-react-statics@3.3.5":
2674-
version "3.3.5"
2675-
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz#dab7867ef789d87e2b4b0003c9d65c49cc44a494"
2676-
integrity sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==
2673+
"@types/hoist-non-react-statics@3.3.6":
2674+
version "3.3.6"
2675+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz#6bba74383cdab98e8db4e20ce5b4a6b98caed010"
2676+
integrity sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==
26772677
dependencies:
26782678
"@types/react" "*"
26792679
hoist-non-react-statics "^3.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.