Upgrade to seperate create-react-class library.

`React.createClass` was split off/depreciated as of 15.5.0:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.createclass
This commit is contained in:
Caleb
2017-09-09 20:14:10 -06:00
parent 654f844b86
commit 5e9112ec71
2 changed files with 3 additions and 1 deletions

View File

@ -99,6 +99,7 @@
"autoprefixer": "^6.3.3",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"classnames": "^2.2.5",
"create-react-class": "^15.6.0",
"dateformat": "^1.0.12",
"deep-equal": "^1.0.1",
"fuzzy": "^0.1.1",