bump libs and update Dockerfile

This commit is contained in:
2026-01-28 17:04:46 +03:00
parent 2f8f253eb1
commit cbb1fc3d63
4 changed files with 269 additions and 205 deletions
+9 -9
View File
@@ -8,28 +8,28 @@
"bun:start": "bun run dist/index.js"
},
"dependencies": {
"@google/genai": "^1.35.0",
"@google/genai": "^1.38.0",
"@libsql/client": "^0.17.0",
"@mistralai/mistralai": "^1.11.0",
"@mistralai/mistralai": "^1.13.0",
"@napi-rs/canvas": "^0.1.88",
"axios": "^1.13.2",
"axios": "^1.13.4",
"dotenv": "^17.2.3",
"drizzle-orm": "^1.0.0-beta.9-e89174b",
"emoji-regex": "^10.6.0",
"ollama": "^0.6.3",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"systeminformation": "^5.30.3",
"systeminformation": "^5.30.6",
"twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.11.0"
},
"devDependencies": {
"@types/bun": "^1.3.5",
"@types/node": "^25.0.6",
"@types/bun": "^1.3.7",
"@types/node": "^25.0.10",
"@types/qrcode": "^1.5.6",
"@typescript-eslint/eslint-plugin": "8.52.0",
"@typescript-eslint/parser": "8.52.0",
"drizzle-kit": "^1.0.0-beta.9-c26fd2f",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"drizzle-kit": "^1.0.0-beta.9-e89174b",
"eslint": "^9.39.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"