react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

version constrains upgrade please react and react-dom

Open filoucrackeur opened this issue 3 years ago • 2 comments

Hello

I'm using a version 16 of react and react-dom but constrains are blocked strict :(

is it possible to change to @^16.0.0 for react and react-dom ?

yarn install --force
warning " > [email protected]" has incorrect peer dependency "[email protected] || 15.5.4".
warning " > [email protected]" has incorrect peer dependency "[email protected] || 15.5.4".

cordially

filoucrackeur avatar May 05 '21 10:05 filoucrackeur

Yes, This should be done as many of users of library are on react 16+.

Also there are no release notes to see what has been changed

AbhaysinghBhosale avatar May 07 '21 07:05 AbhaysinghBhosale

Still an issue.

warning "@react-theming/storybook-addon > @usulpro/[email protected]" has incorrect peer dependency "react@^16.0.0 || ^15.5.4".
warning "@react-theming/storybook-addon > @usulpro/[email protected]" has incorrect peer dependency "react-dom@^16.0.0 || ^15.5.4".

CWSites avatar Oct 27 '21 14:10 CWSites