Skip to content

Commit c305e5b

Browse files
samvkgajus
authored andcommitted
fix: update dependencies for React 16.3+ support (#289)
bump hoist-non-react-statics to >= 2.5.0 to prevent incorrectly hoisted getDerivedStateFromProps
1 parent 5d1bf06 commit c305e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"license": "BSD-3-Clause",
2222
"dependencies": {
23-
"hoist-non-react-statics": "^1.2.0",
23+
"hoist-non-react-statics": "^2.5.5",
2424
"lodash": "^4.16.6",
2525
"object-unfreeze": "^1.1.0"
2626
},

0 commit comments

Comments
 (0)