Compare commits

..

1 Commits

Author SHA1 Message Date
bcfcdf73c9 Update dependency @angular-eslint/eslint-plugin to v15 2022-12-12 11:21:22 +01:00
3 changed files with 268 additions and 610 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,9 +14,9 @@
"dependencies": {
"@angular/animations": "~15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "~15.0.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0",
@@ -35,12 +35,12 @@
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~15.0.0",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~15.0.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.46.0",
"eslint": "^8.15.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",

View File

@@ -1,4 +1,4 @@
pyTelegramBotAPI~=4.10.0
pyTelegramBotAPI~=4.8.0
Markdown~=3.4.1
newsapi-python~=0.2.6
python-dotenv~=0.21.0