Skip to content

Commit 583215b

Browse files
committed
Update angular-eslint #11431
1 parent 3f121b7 commit 583215b

File tree

3 files changed

+369
-197
lines changed

3 files changed

+369
-197
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@angular/compiler-cli": "^20.0.2",
3535
"@playwright/test": "^1.52.0",
3636
"@types/jasmine": "~5.1.8",
37-
"angular-eslint": "^20.0.0",
38-
"eslint": "^9.28.0",
37+
"angular-eslint": "^19.8.1",
38+
"eslint": "^9.24.0",
3939
"jasmine-core": "~5.8.0",
4040
"karma": "~6.4.0",
4141
"karma-chrome-launcher": "~3.2.0",
@@ -46,6 +46,6 @@
4646
"playwright-ng-schematics": "2.1.0",
4747
"prettier": "^3.6.2",
4848
"typescript": "~5.8.3",
49-
"typescript-eslint": "^8.33.1"
49+
"typescript-eslint": "^8.29.1"
5050
}
5151
}

projects/fab-speed-dial/src/lib/fab-speed-dial.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class EcoFabSpeedDialActionsComponent {
4848
this.miniFabs().forEach((matMini, i) => {
4949
const hostElement = getHostElement(matMini);
5050
this.renderer.addClass(hostElement, 'eco-fab-action-item');
51-
this.changeElementStyle(hostElement, 'z-index', '' + (Z_INDEX_ITEM - i).toString());
51+
this.changeElementStyle(hostElement, 'z-index', (Z_INDEX_ITEM - i).toString());
5252
});
5353

5454
this.parent.setActionsVisibility();

0 commit comments

Comments
 (0)