Compare commits

..

1 Commits

Author SHA1 Message Date
0b61a72b8e Update dependency @angular-devkit/build-angular to ~15.1.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-01-14 14:40:51 +01:00
3 changed files with 916 additions and 596 deletions

View File

@@ -5,7 +5,7 @@ Flask_SQLAlchemy==3.0.2
python-dotenv==0.21.0 python-dotenv==0.21.0
pymysql==1.0.2 pymysql==1.0.2
pyjwt==2.6.0 pyjwt==2.6.0
apiflask==1.2.2 apiflask==1.0.0
flask-cors==3.0.10 flask-cors==3.0.10
bcrypt==4.0.1 bcrypt==4.0.1
pytest~=7.2.0 pytest~=7.2.0

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@
"zone.js": "~0.12.0" "zone.js": "~0.12.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~15.0.0", "@angular-devkit/build-angular": "~15.1.0",
"@angular-eslint/builder": "15.1.0", "@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",