chore(deps): update dependency colors-cli to ~1.0.31

This commit is contained in:
jaywcjlove 2023-03-09 11:10:08 +08:00
parent d6290e9659
commit b6e2cd831e
4 changed files with 5 additions and 5 deletions

4
dist/data.json vendored
View File

@ -2274,8 +2274,8 @@
"p": "/slocate",
"d": "命令查找文件或目录"
},
"Smartmontools": {
"n": "Smartmontools",
"smartmontools": {
"n": "smartmontools",
"p": "/smartmontools",
"d": "Smartmontools 是一种硬盘检测工具通过控制和管理硬盘的SMARTSelf Monitoring Analysis and Reporting Technology自动检测分析及报告技术技术来实现的"
},

2
dist/data.min.json vendored

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
"devDependencies": {
"@uiw/github-corners": "~1.5.11",
"@wcj/dark-mode": "~1.0.14",
"colors-cli": "~1.0.28",
"colors-cli": "~1.0.31",
"ejs": "~3.1.6",
"compressing": "^1.6.2",
"fs-extra": "~10.1.0",

View File

@ -4,7 +4,7 @@ import stylus from 'stylus';
import * as ejs from 'ejs';
import UglifyJS from 'uglify-js';
import { create } from 'markdown-to-html-cli';
import _ from 'colors-cli/toxic.js';
import _ from 'colors-cli/toxic';
const deployDir = path.resolve(process.cwd(), '.deploy');
const faviconPath = path.resolve(process.cwd(), 'template', 'img', 'favicon.ico');