usetimeout-react-hook icon indicating copy to clipboard operation
usetimeout-react-hook copied to clipboard

chore: support later version of react

Open normanzb opened this issue 2 years ago • 1 comments

^16.8.0 wouldn't support latest version react 18, this MR changes the semver to >=16.8.0 meaning the minimal version is 16.8.0, and any version greater than this will be acceptable.

also react-dom is removed from peer deps as it is not directly used in the code.

normanzb avatar Mar 03 '23 02:03 normanzb

great, I wanted to do the same ^^

This would really be useful and allow us to npm install without the unsafe peer dependency flag

lapwil avatar Oct 10 '23 09:10 lapwil