Skip to content

Commit 2d421b0

Browse files
committed
chore(dev-deps): update fix linting
1 parent 0c20215 commit 2d421b0

File tree

3 files changed

+32
-37
lines changed

3 files changed

+32
-37
lines changed

package-lock.json

Lines changed: 29 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@nestjs/passport": "10.0.0",
5555
"@nestjs/platform-express": "10.0.5",
5656
"@nestjs/testing": "10.0.5",
57-
"@sclable/lint": "1.8.0",
57+
"@sclable/lint": "1.8.1",
5858
"@sclable/tsconfig": "0.11.18",
5959
"@types/eslint": "8.40.2",
6060
"@types/fs-extra": "11.0.1",

packages/es-cqrs-schematics/test/aggregate.schematic.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { Tree } from '@angular-devkit/schematics'
44
import { UnitTestTree } from '@angular-devkit/schematics/testing'
55
import { firstValueFrom } from 'rxjs'
66

7-
import { SchematicTestRunner } from './schematic-test-runner'
87
import { format } from '../src/es-cqrs/format'
98
import { EsCqrsSchema } from '../src/es-cqrs/schema'
9+
import { SchematicTestRunner } from './schematic-test-runner'
1010

1111
const generatedCreateText = `import { Aggregate, EventSourcableAggregate } from '@sclable/nestjs-es-cqrs'
1212
import { v4 as uuidv4 } from 'uuid'
@@ -193,9 +193,9 @@ export class SchematicTest extends Aggregate {
193193
const generatedFormattedText = `import { Aggregate, EventSourcableAggregate } from '@sclable/nestjs-es-cqrs'
194194
import { v4 as uuidv4 } from 'uuid'
195195
196+
import { UpdateParameter } from '../update-parameter'
196197
import { TestDataAdded, TestDataRemoved, schematicTestEvents } from './events'
197198
import { Parameter } from './parameter'
198-
import { UpdateParameter } from '../update-parameter'
199199
200200
@EventSourcableAggregate(...schematicTestEvents)
201201
export class SchematicTest extends Aggregate {

0 commit comments

Comments
 (0)