fix-action-flow #82

Merged
werewolfkid merged 3 commits from fix-action-flow into main 2026-04-01 17:21:03 -04:00
2 changed files with 657 additions and 604 deletions
Showing only changes of commit cfc30097d5 - Show all commits
+15 -15
View File
@@ -3,7 +3,7 @@
"type": "module",
"version": "3.2.0",
"private": true,
"packageManager": "yarn@4.12.0",
"packageManager": "yarn@4.13.0",
"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.",
"imports": {
"#root/*": "./build/src/*"
@@ -27,35 +27,35 @@
},
"dependencies": {
"@grammyjs/auto-chat-action": "0.1.1",
"@grammyjs/commands": "1.2.0",
"@grammyjs/commands": "1.3.2",
"@grammyjs/hydrate": "1.6.0",
"@grammyjs/i18n": "1.1.2",
"@grammyjs/parse-mode": "1.11.1",
"@grammyjs/runner": "2.0.3",
"@grammyjs/types": "3.23.0",
"@hono/node-server": "1.19.9",
"@grammyjs/types": "3.25.0",
"@hono/node-server": "1.19.12",
"@urql/core": "^6.0.1",
"axios": "^1.13.3",
"axios": "^1.14.0",
"callback-data": "1.1.1",
"grammy": "1.39.3",
"hono": "4.11.6",
"grammy": "1.41.1",
"hono": "4.12.9",
"iso-639-1": "3.1.5",
"pino": "10.3.0",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"tsx": "4.21.0",
"valibot": "1.2.0"
"valibot": "1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "7.2.0",
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.10",
"eslint": "^9.39.2",
"@antfu/eslint-config": "7.7.3",
"@eslint/js": "^9.39.4",
"@types/node": "^25.5.0",
"eslint": "^9.39.4",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"lint-staged": "^16.4.0",
"prettier": "3.8.1",
"tsc-watch": "^7.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
"typescript-eslint": "^8.58.0"
},
"lint-staged": {
"*.ts": "eslint"
+642 -589
View File
File diff suppressed because it is too large Load Diff