Skip to content

Commit

Permalink
feat: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
everfu committed Jul 30, 2024
1 parent 8ed34ea commit c638ecf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"author": "Everfu (https://github.com/everfu)",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^18.15.3",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.42",
"c8": "^8.0.1",
"chai": "^4.3.10",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.36.0",
"chai": "^4.5.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.57.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^7.0.0",
"hexo-renderer-marked": "^6.1.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"hexo": "^7.3.0",
"hexo-renderer-marked": "^6.3.0",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"hexo-util": "^3.1.0"
"hexo-util": "^3.3.0"
}
}

0 comments on commit c638ecf

Please sign in to comment.