Upgrade dependencies #70
24
package.json
24
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "no-twitter-bot",
|
||||
"type": "module",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.",
|
||||
@@ -32,24 +32,24 @@
|
||||
"@grammyjs/i18n": "1.1.2",
|
||||
"@grammyjs/parse-mode": "1.11.1",
|
||||
"@grammyjs/runner": "2.0.3",
|
||||
"@grammyjs/types": "3.22.1",
|
||||
"@hono/node-server": "1.19.1",
|
||||
"@grammyjs/types": "3.22.2",
|
||||
"@hono/node-server": "1.19.4",
|
||||
"callback-data": "1.1.1",
|
||||
"grammy": "1.38.2",
|
||||
"hono": "4.9.6",
|
||||
"hono": "4.9.9",
|
||||
"iso-639-1": "3.1.5",
|
||||
"pino": "9.9.1",
|
||||
"pino": "9.12.0",
|
||||
"pino-pretty": "13.1.1",
|
||||
"tsx": "4.20.5",
|
||||
"valibot": "0.42.1"
|
||||
"tsx": "4.20.6",
|
||||
"valibot": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "4.19.0",
|
||||
"@types/node": "^22.18.0",
|
||||
"eslint": "^9.34.0",
|
||||
"@antfu/eslint-config": "5.4.1",
|
||||
"@types/node": "^24.5.2",
|
||||
"eslint": "^9.36.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.2",
|
||||
"tsc-watch": "^6.3.1",
|
||||
"lint-staged": "^16.2.3",
|
||||
"tsc-watch": "^7.2.0",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user