Compare commits

...

21 Commits

Author SHA1 Message Date
c5389f7af7 Update dependency @angular-devkit/build-angular to v14
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-18 15:02:20 +02:00
1744fd01cb Merge pull request 'Update dependency @typescript-eslint/eslint-plugin to v5.37.0' (#433) from renovate/typescript-eslint-eslint-plugin-5.x into main
Reviewed-on: #433
2022-09-18 14:59:06 +02:00
918bc24fc5 Update dependency @typescript-eslint/eslint-plugin to v5.37.0 2022-09-18 14:58:58 +02:00
5414fb9ae6 Merge pull request 'Update dependency @angular-eslint/schematics to v14' (#454) from renovate/angular-eslint-schematics-14.x into main
Reviewed-on: #454
2022-09-18 14:58:46 +02:00
3f0c2bac85 Update dependency @angular-eslint/schematics to v14 2022-09-18 14:58:39 +02:00
71a3643d61 Merge pull request 'Update dependency @angular/cdk to v14' (#457) from renovate/angular-cdk-14.x into main
Reviewed-on: #457
2022-09-18 14:58:32 +02:00
bcfdaeddf0 Update dependency @angular/cdk to v14 2022-09-18 14:57:37 +02:00
310bfddd3e Merge pull request 'Update dependency @types/jasmine to ~4.3.0' (#432) from renovate/jasmine-4.x into main
Reviewed-on: #432
2022-09-18 14:56:56 +02:00
ca60b8cef3 Update dependency @types/jasmine to ~4.3.0 2022-09-18 14:56:49 +02:00
997cf54acb Merge pull request 'Update dependency @typescript-eslint/parser to v5.37.0' (#434) from renovate/typescript-eslint-parser-5.x into main
Reviewed-on: #434
2022-09-18 14:56:36 +02:00
174f7cac86 Update dependency @typescript-eslint/parser to v5.37.0 2022-09-18 14:56:26 +02:00
dca00c8e1c Merge pull request 'Update dependency Flask to ~=2.2.2' (#435) from renovate/flask-2.x into main
Reviewed-on: #435
2022-09-18 14:56:13 +02:00
ebd705e5a9 Update dependency Flask to ~=2.2.2 2022-09-18 14:56:04 +02:00
f47d7e8734 Merge pull request 'Update dependency @angular-eslint/eslint-plugin to v14' (#452) from renovate/angular-eslint-eslint-plugin-14.x into main
Reviewed-on: #452
2022-09-18 14:55:51 +02:00
73f7e4aa8e Update dependency @angular-eslint/eslint-plugin to v14 2022-09-18 14:55:39 +02:00
60a8f11450 Merge pull request 'Update dependency @angular-eslint/template-parser to v14' (#455) from renovate/angular-eslint-template-parser-14.x into main
Reviewed-on: #455
2022-09-18 14:55:26 +02:00
02445edc03 Update dependency @angular-eslint/template-parser to v14 2022-09-18 14:55:11 +02:00
dba8b65056 Merge pull request 'Update dependency @angular/animations to v14' (#456) from renovate/angular-animations-14.x into main
Reviewed-on: #456
2022-09-18 14:54:59 +02:00
b72a5b427b Update dependency @angular/animations to v14 2022-09-18 14:54:45 +02:00
5afe2f555f Merge pull request 'Update dependency @angular/common to v14' (#459) from renovate/angular-common-14.x into main
Reviewed-on: #459
2022-09-18 14:54:30 +02:00
8b088007f8 Update dependency @angular/common to v14 2022-09-18 14:54:16 +02:00
3 changed files with 3544 additions and 1579 deletions

View File

@ -1,4 +1,4 @@
Flask~=2.1.2 Flask~=2.2.2
python-dotenv==0.21.0 python-dotenv==0.21.0
uwsgi==2.0.20 uwsgi==2.0.20
Flask_SQLAlchemy==2.5.1 Flask_SQLAlchemy==2.5.1

File diff suppressed because it is too large Load Diff

View File

@ -12,9 +12,9 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.3.0", "@angular/animations": "~14.2.0",
"@angular/cdk": "^13.2.6", "@angular/cdk": "^14.0.0",
"@angular/common": "~13.3.0", "@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0", "@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0", "@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0", "@angular/forms": "~14.2.0",
@ -29,18 +29,18 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~13.3.5", "@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/builder": "14.1.1", "@angular-eslint/builder": "14.1.1",
"@angular-eslint/eslint-plugin": "13.5.0", "@angular-eslint/eslint-plugin": "14.1.1",
"@angular-eslint/eslint-plugin-template": "14.1.1", "@angular-eslint/eslint-plugin-template": "14.1.1",
"@angular-eslint/schematics": "13.2.1", "@angular-eslint/schematics": "14.1.1",
"@angular-eslint/template-parser": "13.5.0", "@angular-eslint/template-parser": "14.1.1",
"@angular/cli": "~14.2.0", "@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0", "@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.0.3", "@types/jasmine": "~4.3.0",
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.23.0", "@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.22.0", "@typescript-eslint/parser": "5.37.0",
"eslint": "^8.15.0", "eslint": "^8.15.0",
"jasmine-core": "~4.4.0", "jasmine-core": "~4.4.0",
"karma": "~6.4.0", "karma": "~6.4.0",