Skip to content

Commit 83feccd

Browse files
committed
Remove image description tag from news posts
1 parent a5c58c1 commit 83feccd

File tree

3 files changed

+858
-757
lines changed

3 files changed

+858
-757
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,33 @@
1919
},
2020
"homepage": "https://github.com/Tibowl/HuTao#readme",
2121
"dependencies": {
22-
"better-sqlite3": "^7.6.2",
22+
"better-sqlite3": "^8.6.2",
2323
"body-parser": "^1.20.2",
24-
"discord-api-types": "0.37.38",
25-
"discord.js": "^14.9.0",
24+
"discord-api-types": "0.37.61",
25+
"discord.js": "^14.13.0",
2626
"enmap": "^5.9.5",
2727
"express": "^4.18.2",
28-
"fs-extra": "^10.1.0",
28+
"fs-extra": "^11.1.1",
2929
"log4js": "^6.9.1",
3030
"memoizee": "^0.4.15",
3131
"node-fetch": "^2.6.9",
3232
"twit": "^2.2.11"
3333
},
3434
"devDependencies": {
35-
"@types/better-sqlite3": "^7.6.4",
35+
"@types/better-sqlite3": "^7.6.6",
36+
"@types/body-parser": "^1.19.4",
3637
"@types/express": "^4.17.17",
37-
"@types/fs-extra": "^9.0.13",
38+
"@types/fs-extra": "^11.0.3",
3839
"@types/memoizee": "^0.4.8",
39-
"@types/node": "^16.18.23",
40+
"@types/node": "^20.8.9",
4041
"@types/node-fetch": "^2.6.3",
4142
"@types/twit": "^2.2.31",
4243
"@types/ws": "^8.5.4",
43-
"@typescript-eslint/eslint-plugin": "^5.58.0",
44-
"@typescript-eslint/parser": "^5.58.0",
44+
"@typescript-eslint/eslint-plugin": "^6.9.0",
45+
"@typescript-eslint/parser": "^6.9.0",
4546
"eslint": "^8.38.0",
46-
"nodemon": "^2.0.22",
47+
"nodemon": "^3.0.1",
4748
"ts-node": "^10.9.1",
48-
"typescript": "^4.9.5"
49+
"typescript": "^5.2.2"
4950
}
5051
}

0 commit comments

Comments
 (0)