Skip to content

Commit b60d1a7

Browse files
committed
chore(pkg): Update deps
1 parent 8a51de9 commit b60d1a7

File tree

3 files changed

+911
-867
lines changed

3 files changed

+911
-867
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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",
@@ -57,6 +57,7 @@
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",

specs/draggable.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*eslint no-unused-vars:0, no-console:0*/
22
import React from 'react';
33
import ReactDOM from 'react-dom';
4-
import TestUtils from 'react/lib/ReactTestUtils';
4+
import TestUtils from 'react-addons-test-utils';
55
import Draggable, {DraggableCore} from '../index';
66
import FrameComponent from 'react-frame-component';
77
import assert from 'power-assert';

0 commit comments

Comments
 (0)