AppliedMathematicsANU / plexus-form

A dynamic form component for react using JSON-Schema.
MIT License
134 stars 31 forks source link

Loosen semver to allow usage with React 0.13 and beyond? #26

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

Now the dep is like "react": "~0.12.2". It would be better to have something looser in place. If you want something really loose, you could try "react": ">=0.12.2 <1.0.0".

killercup commented 9 years ago

I'm currently using @bebraw's fork (npm i -S "bebraw/plexus-form#ababe1c619b3a1fc27a08c4c3d9e1c545d95f19b") for exactly this losend requirement.

odf commented 9 years ago

Fixed in v0.1.2.