mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.45k stars 494 forks source link

Incorrect peer dependencies - support React 17 #385

Open CWSites opened 3 years ago

CWSites commented 3 years ago

I'm using the latest version of react-json-view and getting the following peer dependency warnings. I noticed in #330 that support was added however it seems like that may have been reverted?

warning "@react-theming/storybook-addon > @usulpro/react-json-view@2.0.1" has incorrect peer dependency "react@^16.0.0 || ^15.5.4".
warning "@react-theming/storybook-addon > @usulpro/react-json-view@2.0.1" has incorrect peer dependency "react-dom@^16.0.0 || ^15.5.4".

I realize that this is also a fork of your repo so I'm not certain if the issue is in yours or the fork.