Browse Source

resolve comments

pull/6109/head
Kenrick Tandrian 1 month ago
parent
commit
3b59ac3ff1
  1. 1
      libs/ui/src/lib/logo-carousel/logo-carousel.component.ts
  2. 1
      package-lock.json
  3. 3
      package.json

1
libs/ui/src/lib/logo-carousel/logo-carousel.component.ts

@ -4,7 +4,6 @@ import { LogoItem } from './interfaces/interfaces';
@Component({
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [],
selector: 'gf-logo-carousel',
styleUrls: ['./logo-carousel.component.scss'],
templateUrl: './logo-carousel.component.html'

1
package-lock.json

@ -141,7 +141,6 @@
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0",
"jest-util": "30.2.0",
"nx": "22.3.3",
"prettier": "3.7.4",
"prettier-plugin-organize-attributes": "1.0.0",

3
package.json

@ -198,8 +198,7 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.9.2",
"webpack-bundle-analyzer": "4.10.2",
"jest-util": "30.2.0"
"webpack-bundle-analyzer": "4.10.2"
},
"engines": {
"node": ">=22.18.0"

Loading…
Cancel
Save