Skip to content

Commit

Permalink
chore: release v1.1.9
Browse files Browse the repository at this point in the history
commit 4c77418
Author: ArnabXD <[email protected]>
Date:   Sun Jan 29 20:54:02 2023 +0530

    chore: bump [email protected]

commit 4ea3338
Author: ArnabXD <[email protected]>
Date:   Sun Jan 29 20:52:18 2023 +0530

    chore: update various packages

commit 3e84781
Author: ArnabXD <[email protected]>
Date:   Sun Jan 29 20:37:31 2023 +0530

    chore: bump package.json - v1.1.8
  • Loading branch information
ArnabXD committed Jan 29, 2023
1 parent 966d0aa commit 1132b86
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 169 deletions.
30 changes: 15 additions & 15 deletions apps/tgvcbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tgvcbot",
"version": "1.1.7",
"version": "1.1.9",
"description": "Telegram Bot to Play Music in Voice Chat",
"private": true,
"main": "build/app.js",
Expand All @@ -17,12 +17,12 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@grammyjs/types": "2.8.1",
"@types/better-sqlite3": "7.5.0",
"@grammyjs/types": "2.11.2",
"@types/better-sqlite3": "7.6.3",
"@types/fluent-ffmpeg": "2.1.20",
"@types/html-escaper": "3.0.0",
"@types/node": "16.11.43",
"@types/sharp": "0.30.4",
"@types/sharp": "0.31.1",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.20.0",
Expand All @@ -31,21 +31,21 @@
"typescript": "4.7.4"
},
"dependencies": {
"@mapbox/node-pre-gyp": "1.0.9",
"@napi-rs/canvas": "0.1.25",
"axios": "0.27.2",
"better-sqlite3": "7.6.2",
"@mapbox/node-pre-gyp": "1.0.10",
"@napi-rs/canvas": "0.1.34",
"axios": "1.2.6",
"better-sqlite3": "8.0.1",
"dotenv": "16.0.1",
"envalid": "7.3.1",
"fluent-ffmpeg": "2.1.2",
"grammy": "1.9.1",
"grammy": "1.13.1",
"html-escaper": "3.0.3",
"knex": "2.2.0",
"sharp": "0.30.7",
"telegram": "2.9.8",
"knex": "2.4.2",
"sharp": "0.31.3",
"telegram": "2.15.5",
"tgcalls-next": "0.0.0-rc.18",
"youtube-sr": "4.2.0",
"ytdl-core": "4.11.0"
"youtube-sr": "4.3.4",
"ytdl-core": "4.11.2"
},
"engines": {
"node": ">=16.x"
Expand All @@ -56,4 +56,4 @@
"prettier --write"
]
}
}
}
Loading

0 comments on commit 1132b86

Please sign in to comment.