Skip to content

Commit b6e2cd8

Browse files
committed
chore(deps): update dependency colors-cli to ~1.0.31
1 parent d6290e9 commit b6e2cd8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,8 +2274,8 @@
22742274
"p": "/slocate",
22752275
"d": "命令查找文件或目录"
22762276
},
2277-
"Smartmontools": {
2278-
"n": "Smartmontools",
2277+
"smartmontools": {
2278+
"n": "smartmontools",
22792279
"p": "/smartmontools",
22802280
"d": "Smartmontools 是一种硬盘检测工具,通过控制和管理硬盘的SMART(Self Monitoring Analysis and Reporting Technology,自动检测分析及报告技术)技术来实现的"
22812281
},

dist/data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@uiw/github-corners": "~1.5.11",
2929
"@wcj/dark-mode": "~1.0.14",
30-
"colors-cli": "~1.0.28",
30+
"colors-cli": "~1.0.31",
3131
"ejs": "~3.1.6",
3232
"compressing": "^1.6.2",
3333
"fs-extra": "~10.1.0",

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import stylus from 'stylus';
44
import * as ejs from 'ejs';
55
import UglifyJS from 'uglify-js';
66
import { create } from 'markdown-to-html-cli';
7-
import _ from 'colors-cli/toxic.js';
7+
import _ from 'colors-cli/toxic';
88

99
const deployDir = path.resolve(process.cwd(), '.deploy');
1010
const faviconPath = path.resolve(process.cwd(), 'template', 'img', 'favicon.ico');

0 commit comments

Comments
 (0)