From f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 24 Nov 2019 17:09:32 +0900 Subject: Update dependencies :rocket: --- src/boot/index.ts | 2 +- src/boot/master.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/boot') diff --git a/src/boot/index.ts b/src/boot/index.ts index 2c86d8ed8c..7380c4484d 100644 --- a/src/boot/index.ts +++ b/src/boot/index.ts @@ -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'; diff --git a/src/boot/master.ts b/src/boot/master.ts index 1517de1586..cbdcc712eb 100644 --- a/src/boot/master.ts +++ b/src/boot/master.ts @@ -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'; -- cgit v1.2.3-freya