mac-s-g / react-json-view

JSON viewer for react

Home Page:https://mac-s-g.github.io/react-json-view/demo/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect peer dependencies - support React 17

CWSites opened this issue · comments

commented

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.