chore: update devDependencies.

This commit is contained in:
jaywcjlove 2022-03-05 23:53:51 +08:00
parent a5b5344b43
commit a775db6dd0
1 changed files with 9 additions and 9 deletions

View File

@ -25,15 +25,15 @@
"url": "git+https://github.com/jaywcjlove/linux-command.git" "url": "git+https://github.com/jaywcjlove/linux-command.git"
}, },
"devDependencies": { "devDependencies": {
"archiver": "5.3.0", "archiver": "~5.3.0",
"colors-cli": "1.0.28", "colors-cli": "~1.0.28",
"ejs": "3.1.6", "ejs": "~3.1.6",
"fs-extra": "10.0.0", "fs-extra": "~10.0.1",
"markdown-to-html-cli": "3.2.5", "markdown-to-html-cli": "~3.2.5",
"sitemap-generator": "8.5.1", "sitemap-generator": "~8.5.1",
"sqlite3": "5.0.2", "sqlite3": "~5.0.2",
"stylus": "0.55.0", "stylus": "~0.56.0",
"uglify-js": "3.14.4" "uglify-js": "~3.15.2"
}, },
"engines": { "engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" "node": "^12.20.0 || ^14.13.1 || >=16.0.0"