Skip to content

Commit

Permalink
chore: bump uncontrollable to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Mar 12, 2020
1 parent 244c016 commit ec41fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"classnames": "^2.2.5",
"dom-helpers": "^3.3.1",
"prop-types": "^15.6.0",
"uncontrollable": "^5.0.0",
"uncontrollable": "^7.0.0",
"warning": "^3.0.0"
},
"devDependencies": {
Expand All @@ -69,8 +69,8 @@
"clean-css-cli": "~4.1.10",
"coveralls": "~3.0.0",
"css-loader": "~0.28.9",
"enzyme": "~3.3.0",
"enzyme-adapter-react-16": "~1.1.1",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "~1.15.2",
"eslint": "~4.19.1",
"eslint-config-trendmicro": "~1.3.0",
"eslint-loader": "~1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import contains from 'dom-helpers/query/contains';
import PropTypes from 'prop-types';
import React, { PureComponent, cloneElement } from 'react';
import ReactDOM from 'react-dom';
import uncontrollable from 'uncontrollable';
import { uncontrollable } from 'uncontrollable';
import warning from 'warning';
import { ButtonGroup } from '@trendmicro/react-buttons';
import DropdownToggle from './DropdownToggle';
Expand Down

0 comments on commit ec41fcc

Please # to comment.