refactor(cli.ts): comment out checkIsLatestVersion function call

chore(checkIsLatestVersion.ts): add import for chalk library
This commit is contained in:
di-sukharev
2023-03-21 15:52:32 +08:00
parent 677b7ecad9
commit b8e05a5852
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
import { getOpenCommitLatestVersion } from '../api';
import currentPackage from '../../package.json' assert { type: 'json' };
import chalk from 'chalk';
export const checkIsLatestVersion = async () => {
const latestVersion = await getOpenCommitLatestVersion();