insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
731 stars 197 forks source link

Updating React and ReactDOM dependencies to v15 #44

Closed thathenderson closed 8 years ago

thathenderson commented 8 years ago

I used 15.x.x to try to future-proof the React dependencies; should be good for a little while. (15.0.1 was released while I was doing this, which fixed this cursor issue: https://github.com/facebook/react/issues/6445)

No warnings in the console. I tried npm test, but there aren't any tests to run.

iamdustan commented 8 years ago

last nit: could you squash this to a single commit? Then I’ll merge and publish.

thathenderson commented 8 years ago

@iamdustan Done!