raphasilvac / react-simple-contenteditable

A simple contenteditable component
27 stars 3 forks source link

Any reason we couldn't remove React as a dependency and make it a peer dependency? #10

Open Nantris opened 5 years ago

Nantris commented 5 years ago

It's depending on a now ancient version. It seems like it would be better to use:

peerDependencies: {
  "react": "*"
}

I haven't tested it, but I don't think this package has an requirement for React 15 specifically, right @raphasilvac ?

Thanks for the great module! It's the only one that seems to get the job done!