File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- import merge from 'lodash/object/merge' ;
1
+ import merge from 'lodash-compat /object/merge' ;
2
2
import React from 'react' ;
3
3
import Glyphicon from '../../src/Glyphicon' ;
4
4
import Label from '../../src/Label' ;
Original file line number Diff line number Diff line change 85
85
"karma-webpack" : " ^1.7.0" ,
86
86
"less" : " ^2.5.1" ,
87
87
"less-loader" : " ^2.2.0" ,
88
+ "lodash" : " ^3.10.1" ,
88
89
"marked" : " ^0.3.5" ,
89
90
"mocha" : " ^2.2.5" ,
90
91
"mt-changelog" : " ^0.6.1" ,
113
114
"classnames" : " ^2.1.3" ,
114
115
"dom-helpers" : " ^2.2.4" ,
115
116
"keycode" : " ^2.0.0" ,
116
- "lodash" : " ^3.10.0 " ,
117
+ "lodash-compat " : " ^3.10.1 " ,
117
118
"react-overlays" : " ^0.4.4" ,
118
119
"uncontrollable" : " ^3.1.1"
119
120
},
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import DropdownMenu from './DropdownMenu';
8
8
import CustomPropTypes from './utils/CustomPropTypes' ;
9
9
import ValidComponentChildren from './utils/ValidComponentChildren' ;
10
10
import createChainedFunction from './utils/createChainedFunction' ;
11
- import find from 'lodash/collection/find' ;
12
- import omit from 'lodash/object/omit' ;
11
+ import find from 'lodash-compat /collection/find' ;
12
+ import omit from 'lodash-compat /object/omit' ;
13
13
14
14
import activeElement from 'dom-helpers/activeElement' ;
15
15
import contains from 'dom-helpers/query/contains' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Dropdown from './Dropdown';
4
4
import NavDropdown from './NavDropdown' ;
5
5
import CustomPropTypes from './utils/CustomPropTypes' ;
6
6
import deprecationWarning from './utils/deprecationWarning' ;
7
- import omit from 'lodash/object/omit' ;
7
+ import omit from 'lodash-compat /object/omit' ;
8
8
9
9
class DropdownButton extends React . Component {
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import createChainedFunction from './utils/createChainedFunction';
5
5
import createContextWrapper from './utils/createContextWrapper' ;
6
6
import Overlay from './Overlay' ;
7
7
import warning from 'react/lib/warning' ;
8
- import pick from 'lodash/object/pick' ;
8
+ import pick from 'lodash-compat /object/pick' ;
9
9
/**
10
10
* Check if value one is inside or equal to the of value
11
11
*
You can’t perform that action at this time.
0 commit comments