Skip to content

Commit

Permalink
chore: 依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Dec 15, 2023
1 parent 4987e93 commit f236843
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: npm install pnpm -g
run: |
npm install pnpm -g
pnpm install
- name: Build TypeScript files
run: pnpm run build
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hexo-lightning-minify",
"version": "0.1.0",
"description": " Hexo plugin that can automatically minify JS, CSS, and HTML files at lightning speed.",
"description": "A Hexo plugin that can automatically minify JS, CSS, and HTML files at lightning speed.",
"main": "index.js",
"scripts": {
"build": "tsc",
Expand All @@ -11,18 +11,17 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@minify-html/node": "^0.11.1",
"@types/node": "^20.4.10",
"browserslist": "^4.22.1",
"@types/node": "^20.10.4",
"browserslist": "^4.22.2",
"cheerio": "1.0.0-rc.12",
"esbuild": "^0.19.9",
"hexo": "^7.0.0",
"lightningcss": "^1.21.5",
"lightningcss": "^1.22.1",
"micromatch": "^4.0.5",
"sharp": "^0.33.0",
"terser": "^5.24.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/micromatch": "^4.0.2"
"@types/micromatch": "^4.0.6"
}
}

0 comments on commit f236843

Please sign in to comment.