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
4 changed files with 270 additions and 612 deletions

View File

@@ -24,8 +24,8 @@ http {
index index.html index.htm;
server {
listen 81 default_server;
listen [::]:81 default_server;
listen 80 default_server;
listen [::]:80 default_server;
server_name homeserver.flokaiser.com;
root /var/www/html;

View File

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

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",