luqin / react-icheck

:radio_button: iCheck components built with React. Highly customizable checkbox, radio buttons and radio group.
https://luqin.github.io/react-icheck
177 stars 40 forks source link

Fix: React v16 peer dependencies and minor versions #46

Closed omgaz closed 6 years ago

omgaz commented 6 years ago

Fixes #45

Description

Alternative to #44 but also resolves the ReactDOM warnings by aligning React/ReactDOM versions and setting all dependencies to accept minor releases with ^.

Motivation

react-icheck is still required as a dependency for my project which is going through a react@16 upgrade.

omgaz commented 6 years ago

@leojh @luqin please review this alternative. Thanks :)

If anyone needs access to this release you can update your package.json to "react-icheck": "git@github.com:omgaz/react-icheck.git#issue-45-patch-for-react-16-release". The fork has this fix and the built distribution files.

https://github.com/omgaz/react-icheck

leojh commented 6 years ago

PR works