chore(deps): update dependency colors-cli to ~1.0.31
This commit is contained in:
parent
d6290e9659
commit
b6e2cd831e
|
|
@ -2274,8 +2274,8 @@
|
|||
"p": "/slocate",
|
||||
"d": "命令查找文件或目录"
|
||||
},
|
||||
"Smartmontools": {
|
||||
"n": "Smartmontools",
|
||||
"smartmontools": {
|
||||
"n": "smartmontools",
|
||||
"p": "/smartmontools",
|
||||
"d": "Smartmontools 是一种硬盘检测工具,通过控制和管理硬盘的SMART(Self Monitoring Analysis and Reporting Technology,自动检测分析及报告技术)技术来实现的"
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue