change depende

This commit is contained in:
BoyuZhou 2017-01-15 12:34:57 +08:00
parent d1129aff4c
commit 493172c07d
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@
"dependencies": {
"classnames": "^2.2.5",
"object-path": "^0.11.3",
"rc-util": "^4.0.2",
"shallowequal": "^0.2.2",
"tinper-bee-core": "latest",
"warning": "^3.0.0"

View File

@ -3,7 +3,7 @@ import TableRow from './TableRow';
import TableHeader from './TableHeader';
import { measureScrollbar, debounce, warningOnce } from './utils';
import shallowequal from 'shallowequal';
import addEventListener from 'rc-util/lib/Dom/addEventListener';
import addEventListener from 'tinper-bee-core/lib/addEventListener';
import ColumnManager from './ColumnManager';
import createStore from './createStore';