feat(): use last telegraf release

This commit is contained in:
Arthur
2021-01-02 15:23:30 +03:00
parent 3e585859d0
commit f56526b9f3
6 changed files with 9 additions and 14 deletions

View File

@@ -34,7 +34,7 @@
"sample-app": "ts-node --transpile-only -r tsconfig-paths/register sample/main.ts"
},
"dependencies": {
"telegraf": "https://github.com/telegraf/telegraf.git#develop"
"telegraf": "^3.38.0"
},
"devDependencies": {
"@nestjs/common": "7.6.1",