Skip to content

Commit

Permalink
chore(deps): update dependency colors-cli to ~1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 9, 2023
1 parent d6290e9 commit b6e2cd8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2274,8 +2274,8 @@
"p": "/slocate",
"d": "命令查找文件或目录"
},
"Smartmontools": {
"n": "Smartmontools",
"smartmontools": {
"n": "smartmontools",
"p": "/smartmontools",
"d": "Smartmontools 是一种硬盘检测工具,通过控制和管理硬盘的SMART(Self Monitoring Analysis and Reporting Technology,自动检测分析及报告技术)技术来实现的"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/data.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit b6e2cd8

Please sign in to comment.