Update dependencies 🚀

This commit is contained in:
syuilo 2019-11-24 17:09:32 +09:00
parent 50598bcefb
commit f7a328d66e
21 changed files with 837 additions and 517 deletions

View file

@ -1,5 +1,5 @@
import * as cluster from 'cluster';
import chalk from 'chalk';
import * as chalk from 'chalk';
import Xev from 'xev';
import Logger from '../services/logger';

View file

@ -1,6 +1,6 @@
import * as os from 'os';
import * as cluster from 'cluster';
import chalk from 'chalk';
import * as chalk from 'chalk';
import * as portscanner from 'portscanner';
import * as isRoot from 'is-root';