Skip to content

Commit

Permalink
chore(pkg): Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Nov 21, 2016
1 parent 8a51de9 commit b60d1a7
Show file tree
Hide file tree
Showing 3 changed files with 911 additions and 867 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"babel-preset-stage-1": "^6.5.0",
"eslint": "^3.1.1",
"eslint-plugin-react": "^5.2.2",
"flow-bin": "^0.33.0",
"flow-bin": "^0.35.0",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^1.1.1",
Expand All @@ -57,6 +57,7 @@
"power-assert": "^1.4.1",
"pre-commit": "^1.1.3",
"react": "^15.2.1",
"react-addons-test-utils": "^15.4.0",
"react-dom": "^15.2.1",
"react-frame-component": "0.6.2",
"semver": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion specs/draggable.spec.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*eslint no-unused-vars:0, no-console:0*/
import React from 'react';
import ReactDOM from 'react-dom';
import TestUtils from 'react/lib/ReactTestUtils';
import TestUtils from 'react-addons-test-utils';
import Draggable, {DraggableCore} from '../index';
import FrameComponent from 'react-frame-component';
import assert from 'power-assert';
Expand Down

0 comments on commit b60d1a7

Please sign in to comment.