bump libs

migrate to typescript 6
remove ytdl feature
This commit is contained in:
2026-05-01 07:05:17 +03:00
parent ac51702f00
commit 13b41c3026
56 changed files with 1069 additions and 1857 deletions
+4 -5
View File
@@ -8,7 +8,7 @@
"bun:start": "bun run dist/index.js"
},
"dependencies": {
"@google/genai": "^1.50.1",
"@google/genai": "^1.51.0",
"@libsql/client": "^0.17.3",
"@mistralai/mistralai": "^2.2.1",
"@napi-rs/canvas": "^0.1.100",
@@ -27,8 +27,7 @@
"systeminformation": "^5.31.5",
"twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.14.0",
"youtubei.js": "^17.0.1",
"zod": "^4.3.6"
"zod": "^4.4.1"
},
"devDependencies": {
"@types/bun": "^1.3.13",
@@ -37,9 +36,9 @@
"@types/fluent-ffmpeg": "^2.1.28",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"drizzle-kit": "^1.0.0-beta.22",
"drizzle-kit": "^1.0.0-rc.1",
"eslint": "^10.2.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^6.0.3"
}
}