mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-12-18 02:59:55 +03:00
fix(): typescript minimal supported version added in peerDependencies for prevent #362 error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nestjs-telegraf",
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"description": "Telegraf module for NestJS",
|
||||
"keywords": [
|
||||
"nest",
|
||||
@@ -81,6 +81,7 @@
|
||||
"@nestjs/common": "^6.7.0 || ^7.0.0",
|
||||
"@nestjs/core": "^6.7.0 || ^7.0.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"telegraf": "^4.0.0"
|
||||
"telegraf": "^4.0.0",
|
||||
"typescript": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user