File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
"classnames" : " ^2.2.5" ,
53
53
"dom-helpers" : " ^3.3.1" ,
54
54
"prop-types" : " ^15.6.0" ,
55
- "uncontrollable" : " ^5 .0.0" ,
55
+ "uncontrollable" : " ^7 .0.0" ,
56
56
"warning" : " ^3.0.0"
57
57
},
58
58
"devDependencies" : {
69
69
"clean-css-cli" : " ~4.1.10" ,
70
70
"coveralls" : " ~3.0.0" ,
71
71
"css-loader" : " ~0.28.9" ,
72
- "enzyme" : " ~3.3 .0" ,
73
- "enzyme-adapter-react-16" : " ~1.1.1 " ,
72
+ "enzyme" : " ~3.11 .0" ,
73
+ "enzyme-adapter-react-16" : " ~1.15.2 " ,
74
74
"eslint" : " ~4.19.1" ,
75
75
"eslint-config-trendmicro" : " ~1.3.0" ,
76
76
"eslint-loader" : " ~1.9.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import contains from 'dom-helpers/query/contains';
5
5
import PropTypes from 'prop-types' ;
6
6
import React , { PureComponent , cloneElement } from 'react' ;
7
7
import ReactDOM from 'react-dom' ;
8
- import uncontrollable from 'uncontrollable' ;
8
+ import { uncontrollable } from 'uncontrollable' ;
9
9
import warning from 'warning' ;
10
10
import { ButtonGroup } from '@trendmicro/react-buttons' ;
11
11
import DropdownToggle from './DropdownToggle' ;
You can’t perform that action at this time.
0 commit comments