Skip to content

Commit

Permalink
build(deps): Update dependency eslint-plugin-import to ^2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Sep 5, 2024
1 parent 73a41a7 commit fd36bec
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { UserService } from 'libs/user/src/lib/user.service';
import { AboutComponent } from './about/about.component';
import { AppComponent } from './app.component';
import { appConfig } from './app.config';
import { asyncData, click } from '../testing';
import { DashboardComponent } from './dashboard/dashboard.component';
import { HeroService } from './model';
import { TestHeroService } from './model/testing';
import { TwainService } from './twain/twain.service';
import { asyncData, click } from '../testing';

let comp: AppComponent;
let fixture: ComponentFixture<AppComponent>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
import { AboutComponent } from './about/about.component';
import { AppComponent } from './app.component';
import { appConfig } from './app.config';
import { asyncData, click } from '../testing';
import { DashboardComponent } from './dashboard/dashboard.component';
import { HeroService, UserService } from './model';
import { TestHeroService } from './model/testing';
import { TwainService } from './twain/twain.service';
import { asyncData, click } from '../testing';

let comp: AppComponent;
let fixture: ComponentFixture<AppComponent>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
import { AboutComponent } from './about/about.component';
import { AppComponent } from './app.component';
import { appConfig } from './app.config';
import { asyncData, click } from '../testing';
import { DashboardComponent } from './dashboard/dashboard.component';
import { HeroService, UserService } from './model';
import { TestHeroService } from './model/testing';
import { TwainService } from './twain/twain.service';
import { asyncData, click } from '../testing';

let comp: AppComponent;
let fixture: ComponentFixture<AppComponent>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
import { AboutComponent } from './about/about.component';
import { AppComponent } from './app.component';
import { appConfig } from './app.config';
import { asyncData, click } from '../testing';
import { DashboardComponent } from './dashboard/dashboard.component';
import { HeroService, UserService } from './model';
import { TestHeroService } from './model/testing';
import { TwainService } from './twain/twain.service';
import { asyncData, click } from '../testing';

let comp: AppComponent;
let fixture: ComponentFixture<AppComponent>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { UserService } from '@user';
import { AboutComponent } from './about/about.component';
import { AppComponent } from './app.component';
import { appConfig } from './app.config';
import { asyncData, click } from '../testing';
import { DashboardComponent } from './dashboard/dashboard.component';
import { HeroService } from './model';
import { TestHeroService } from './model/testing';
import { TwainService } from './twain/twain.service';
import { asyncData, click } from '../testing';

let comp: AppComponent;
let fixture: ComponentFixture<AppComponent>;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
Loading

0 comments on commit fd36bec

Please sign in to comment.