feat(deps): add rc-tooltip

This commit is contained in:
George Lima 2019-02-18 13:57:25 -03:00
parent 3019f0182c
commit 0f221d7319
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ import theme, { GlobalStyle } from './theme';
import electronStore from '../config/electron-store';
import { DARK } from './constants/themes';
import 'rc-tooltip/assets/bootstrap.css';
const store = configureStore({});
type Props = {};

View File

@ -111,6 +111,7 @@
"p-queue": "^3.0.0",
"process-exists": "^3.1.0",
"qrcode.react": "^0.8.0",
"rc-tooltip": "^3.7.3",
"react": "^16.6.0",
"react-circle": "^1.1.1",
"react-click-outside": "tj/react-click-outside",