Update dependencies

This commit is contained in:
Lucid Kobold
2025-07-04 19:00:40 -04:00
parent 9702b6b6ae
commit e89ad108ab
2 changed files with 862 additions and 710 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "no-twitter-bot", "name": "no-twitter-bot",
"type": "module", "type": "module",
"version": "1.4.0", "version": "2.0.0",
"private": true, "private": true,
"packageManager": "yarn@4.9.2", "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.", "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.",
@@ -27,34 +27,30 @@
}, },
"dependencies": { "dependencies": {
"@grammyjs/auto-chat-action": "0.1.1", "@grammyjs/auto-chat-action": "0.1.1",
"@grammyjs/commands": "1.0.5", "@grammyjs/commands": "1.0.8",
"@grammyjs/hydrate": "1.4.1", "@grammyjs/hydrate": "1.4.1",
"@grammyjs/i18n": "1.1.2", "@grammyjs/i18n": "1.1.2",
"@grammyjs/parse-mode": "1.11.1", "@grammyjs/parse-mode": "1.11.1",
"@grammyjs/runner": "2.0.3", "@grammyjs/runner": "2.0.3",
"@grammyjs/types": "3.19.0", "@grammyjs/types": "3.20.0",
"@hono/node-server": "1.13.8", "@hono/node-server": "1.14.2",
"callback-data": "1.1.1", "callback-data": "1.1.1",
"grammy": "1.35.0", "grammy": "1.36.1",
"hono": "4.7.2", "hono": "4.7.9",
"iso-639-1": "3.1.5", "iso-639-1": "3.1.5",
"pino": "9.6.0", "pino": "9.6.0",
"pino-pretty": "13.0.0", "pino-pretty": "13.0.0",
"tsx": "4.19.3", "tsx": "4.19.4",
"valibot": "0.42.1" "valibot": "0.42.1"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "4.3.0", "@antfu/eslint-config": "4.12.0",
"@eslint/js": "^9.20.0", "@types/node": "^22.15.21",
"@types/node": "^22.13.4", "eslint": "^9.27.0",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^15.4.3", "lint-staged": "^15.5.1",
"prettier": "^3.5.1", "tsc-watch": "^6.3.1",
"tsc-watch": "^6.2.1", "typescript": "^5.8.3"
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}, },
"lint-staged": { "lint-staged": {
"*.ts": "eslint" "*.ts": "eslint"

1542
yarn.lock

File diff suppressed because it is too large Load Diff