File tree Expand file tree Collapse file tree 3 files changed +4855
-8
lines changed Expand file tree Collapse file tree 3 files changed +4855
-8
lines changed Original file line number Diff line number Diff line change 8181 "jsdom" : " ^9.12.0" ,
8282 "mocha" : " ^3.2.0" ,
8383 "nodemon" : " ^1.11.0" ,
84- "react" : " ^ 15.4 .2" ,
84+ "react" : " 15.6 .2" ,
8585 "react-addons-test-utils" : " ^15.4.2" ,
86- "react-dom" : " ^ 15.4 .2" ,
86+ "react-dom" : " 15.6 .2" ,
8787 "run-sequence" : " ^1.2.2" ,
8888 "sinon" : " ^2.0"
8989 },
9090 "peerDependencies" : {
91- "react" : " ~0.14.8 || ^15.0.0" ,
92- "react-dom" : " ~0.14.8 || ^15.0.0"
91+ "react" : " ~0.14.8 || ^15.0.0"
9392 },
9493 "dependencies" : {
95- "babel-runtime" : " ^6.23.0" ,
96- "lodash.noop" : " ^3.0.1" ,
97- "lodash.omit" : " ^4.5.0"
94+ "babel-runtime" : " 6.26.0" ,
95+ "lodash.noop" : " 3.0.1" ,
96+ "lodash.omit" : " 4.5.0" ,
97+ "prop-types" : " 15.6.0"
9898 }
9999}
Original file line number Diff line number Diff line change 1- import React , { PropTypes } from 'react' ;
1+ import React from 'react' ;
2+ import PropTypes from 'prop-types' ;
23import omit from 'lodash.omit' ;
34import noop from 'lodash.noop' ;
45import TreeNode from './TreeNode' ;
You can’t perform that action at this time.
0 commit comments