inturn/react-recoil-hooks-testing-library

Support for newer versions of recoil.

Closed this issue · 1 comments

Hi,

Thank you for the package!

When attempting to instal with npm@7, we receive errors requiring recoil@"^0.0.10" because the newer versions of recoil are out of semvar range.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: recoil@0.3.1
npm ERR! node_modules/recoil
npm ERR!   recoil@"^0.3.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer recoil@"^0.0.10" from react-recoil-hooks-testing-library@0.0.8
npm ERR! node_modules/react-recoil-hooks-testing-library
npm ERR!   dev react-recoil-hooks-testing-library@"0.0.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 

Versions:
npm: 7.17.0
node: v15.5.1
recoil: 0.3.1
react-recoil-hooks-testing-library: 0.0.8

Thanks @mwisner updated here #14

You can grab the latest, 0.1.0, from npm