Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unmet peer dependency when using react 16 #16

Open
zlatianiliev opened this issue Oct 18, 2017 · 0 comments
Open

Unmet peer dependency when using react 16 #16

zlatianiliev opened this issue Oct 18, 2017 · 0 comments

Comments

@zlatianiliev
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant