react-flipcard icon indicating copy to clipboard operation
react-flipcard copied to clipboard

Unmet peer dependency when using react 16

Open zlatianiliev opened this issue 7 years ago • 0 comments

Hello,

I am trying to use the lib with react 16, I saw that there is a https://github.com/Dash-OS/react-flipcard-2 that should work with react 16. The thing is that it still has the same unmet peer dependency issue.

I looked at the package.json is it possible to add this or statement?

the way it is atm: "peerDependencies": { "react": "^0.14.0 || ^0.15.0 || ^0.16.0", "react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0" }

Is it possible to become: "peerDependencies": { "react": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }

Also are you planning to update it in the near future, so I know if I should wait for it?

zlatianiliev avatar Oct 18 '17 08:10 zlatianiliev