mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:33:28 +00:00
fix(console): update eslint, redirect user without roles, private labeling save and icon (#4459)
* header check * eslint, header link * labelpolicy promise * set isdefault of branding to false on add * icon * branding toggles
This commit is contained in:
@@ -53,11 +53,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^14.2.2",
|
||||
"@angular-eslint/builder": "^14.0.4",
|
||||
"@angular-eslint/eslint-plugin": "^14.0.4",
|
||||
"@angular-eslint/eslint-plugin-template": "^14.0.4",
|
||||
"@angular-eslint/schematics": "^14.0.4",
|
||||
"@angular-eslint/template-parser": "^14.0.4",
|
||||
"@angular-eslint/builder": "^14.1.2",
|
||||
"@angular-eslint/eslint-plugin": "^14.1.2",
|
||||
"@angular-eslint/eslint-plugin-template": "^14.1.2",
|
||||
"@angular-eslint/schematics": "^14.1.2",
|
||||
"@angular-eslint/template-parser": "^14.1.2",
|
||||
"@angular/cli": "^14.2.2",
|
||||
"@angular/compiler-cli": "^14.2.2",
|
||||
"@angular/language-service": "^14.2.2",
|
||||
@@ -80,4 +80,4 @@
|
||||
"protractor": "~7.0.0",
|
||||
"typescript": "^4.4.4"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user