Skip to content

Commit

Permalink
🔧 build: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Nov 5, 2024
1 parent 097a1b3 commit 293c4d6
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 206 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
},
"type": "module",
"dependencies": {
"@hono/node-server": "^1.12.0",
"axios": "^1.7.2",
"@hono/node-server": "^1.13.5",
"axios": "^1.7.7",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.12",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"feed": "^4.2.2",
"hono": "^4.5.1",
"hono": "^4.6.9",
"md5": "^2.3.0",
"node-cache": "^5.1.2",
"rss-parser": "^3.13.0",
"winston": "^3.13.1",
"winston": "^3.16.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^20.17.6",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsx": "^3.14.0",
"typescript": "^5.5.3"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20"
Expand Down
Loading

0 comments on commit 293c4d6

Please sign in to comment.