chore(deps): upgrade packages

This commit is contained in:
donbot
2020-03-31 18:40:05 +03:00
parent d2355ed115
commit 12aaadf6ab
2 changed files with 17 additions and 22 deletions

View File

@@ -33,18 +33,18 @@
"publish:npm": "npm publish --access public"
},
"dependencies": {
"telegraf": "3.36.0"
"telegraf": "3.37.0"
},
"devDependencies": {
"@nestjs/common": "7.0.6",
"@nestjs/core": "7.0.6",
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.25.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.1",
"husky": "4.2.3",
"lint-staged": "10.0.9",
"lint-staged": "10.1.1",
"prettier": "2.0.2",
"reflect-metadata": "0.1.13",
"typescript": "3.8.3"