File tree Expand file tree Collapse file tree 3 files changed +911
-867
lines changed Expand file tree Collapse file tree 3 files changed +911
-867
lines changed Original file line number Diff line number Diff line change 3939 "babel-preset-stage-1" : " ^6.5.0" ,
4040 "eslint" : " ^3.1.1" ,
4141 "eslint-plugin-react" : " ^5.2.2" ,
42- "flow-bin" : " ^0.33 .0" ,
42+ "flow-bin" : " ^0.35 .0" ,
4343 "jasmine-core" : " ^2.4.1" ,
4444 "json-loader" : " ^0.5.4" ,
4545 "karma" : " ^1.1.1" ,
5757 "power-assert" : " ^1.4.1" ,
5858 "pre-commit" : " ^1.1.3" ,
5959 "react" : " ^15.2.1" ,
60+ "react-addons-test-utils" : " ^15.4.0" ,
6061 "react-dom" : " ^15.2.1" ,
6162 "react-frame-component" : " 0.6.2" ,
6263 "semver" : " ^5.3.0" ,
Original file line number Diff line number Diff line change 11/*eslint no-unused-vars:0, no-console:0*/
22import React from 'react' ;
33import ReactDOM from 'react-dom' ;
4- import TestUtils from 'react/lib/ReactTestUtils ' ;
4+ import TestUtils from 'react-addons-test-utils ' ;
55import Draggable , { DraggableCore } from '../index' ;
66import FrameComponent from 'react-frame-component' ;
77import assert from 'power-assert' ;
You can’t perform that action at this time.
0 commit comments