File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
"dependencies" : {
39
39
"es6-promise" : " ^3.0.2" ,
40
40
"eventemitter3" : " ^1.1.0" ,
41
- "lodash" : " ^3.10 .1" ,
41
+ "lodash" : " ^4.6 .1" ,
42
42
"point-geometry" : " 0.0.0" ,
43
43
"react-pure-render" : " ^1.0.1" ,
44
44
"scriptjs" : " ^2.5.7"
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import pick from './utils/pick';
20
20
import raf from './utils/raf' ;
21
21
import log2 from './utils/math/log2' ;
22
22
23
- import assign from 'lodash/object/assign ' ;
24
- import isNumber from 'lodash/lang/isNumber ' ;
23
+ import { assign } from 'lodash/object' ;
24
+ import { isNumber } from 'lodash/lang' ;
25
25
26
26
// To avoid Error with React 13, webpack will generate warning not error
27
27
// more details is here https://github.com/orgsync/react-list/pull/54
Original file line number Diff line number Diff line change 1
- import find from 'lodash/collection/find ' ;
2
- import reduce from 'lodash/collection/reduce ' ;
1
+ import { find } from 'lodash/collection' ;
2
+ import { reduce } from 'lodash/collection' ;
3
3
import { Promise } from 'es6-promise' ;
4
4
5
5
let $script_ = null ;
You can’t perform that action at this time.
0 commit comments