Remove an unused dependency (#11405)

This commit is contained in:
woxtu
2023-07-29 15:17:29 +09:00
committed by GitHub
parent 339086995f
commit 5096be06ac
3 changed files with 0 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ import * as os from 'node:os';
import cluster from 'node:cluster';
import chalk from 'chalk';
import chalkTemplate from 'chalk-template';
import semver from 'semver';
import Logger from '@/logger.js';
import { loadConfig } from '@/config.js';
import type { Config } from '@/config.js';