Merge branch 'master' of github.com:bukhalo/nestjs-telegraf into feature/v2

 Conflicts:
	package-lock.json
This commit is contained in:
Aleksandr Bukhalo
2020-09-10 12:26:56 +03:00
47 changed files with 15870 additions and 216 deletions

View File

@@ -36,18 +36,18 @@
"telegraf": "git://github.com/telegraf/telegraf.git#8f55d0c191f9fca2da7318b06a0e63bedf788976"
},
"devDependencies": {
"@nestjs/common": "7.4.3",
"@nestjs/core": "7.4.3",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",
"eslint": "7.7.0",
"eslint": "7.8.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"husky": "4.2.5",
"lint-staged": "10.2.13",
"husky": "4.3.0",
"lint-staged": "10.3.0",
"prettier": "2.1.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.2",
"rxjs": "6.6.3",
"typescript": "4.0.2"
},
"peerDependencies": {