shokax-cli
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -6,3 +6,3 @@ import shell from 'shelljs'; | ||
import path from 'path'; | ||
const versionUtil = '0.2.1'; | ||
const versionUtil = '0.2.2'; | ||
const hexoLog = logger(); | ||
@@ -52,3 +52,3 @@ const collocSet = { | ||
} | ||
['hexo-autoprefixer', 'hexo-algoliasearch', 'hexo-feed', 'hexo-renderer-pug', 'esbuild', 'theme-shokax-pjax', 'theme-shokax-anime', 'lozad'] | ||
['hexo-lightning-minify', 'hexo-autoprefixer', 'hexo-algoliasearch', 'hexo-feed', 'hexo-renderer-pug', 'esbuild', 'theme-shokax-pjax', 'theme-shokax-anime', 'lozad'] | ||
.forEach((item) => { | ||
@@ -55,0 +55,0 @@ addPackage(preList[1], item); |
{ | ||
"name": "shokax-cli", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "ShokaX's offical tools", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"commander": "^11.0.0", | ||
"commander": "^11.1.0", | ||
"hexo-log": "^4.1.0", | ||
@@ -25,13 +25,13 @@ "shelljs": "^0.8.5" | ||
"devDependencies": { | ||
"@types/node": "^20.5.7", | ||
"@types/shelljs": "^0.8.12", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"@types/node": "^20.10.5", | ||
"@types/shelljs": "^0.8.15", | ||
"@typescript-eslint/eslint-plugin": "^6.15.0", | ||
"@typescript-eslint/parser": "^6.15.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-n": "^16.0.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-n": "^16.5.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
} | ||
} |
10293
Updatedcommander@^11.1.0