Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Feb 5, 2024
1 parent 974f071 commit 56be2fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/lib/eslint/violates-dependency-rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { FsPath, toFsPath } from '../file-info/fs-path';
import throwIfNull from '../util/throw-if-null';
import { logger } from '../log';
import { init } from '../main/init';
import UnassignedFileInfo from '../file-info/unassigned-file-info';
import {
checkForDependencyRuleViolation,
DependencyRuleViolation,
} from '../checks/check-for-dependency-rule-violation';
import { FileInfo } from "../modules/file.info";

let cache: Record<string, string> = {};
let cacheActive = false;
let fileInfo: UnassignedFileInfo | undefined;
let fileInfo: FileInfo | undefined;
const log = logger('core.eslint.dependency-rules');

export const violatesDependencyRule = (
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1492,11 +1492,11 @@
esquery "^1.4.0"

"@softarc/eslint-plugin-sheriff@file:dist/packages/eslint-plugin":
version "0.14.1"
version "0.14.3"
resolved "file:dist/packages/eslint-plugin"

"@softarc/[email protected].1":
version "0.14.1"
"@softarc/[email protected].3":
version "0.14.3"
resolved "file:dist/packages/core"

"@tsconfig/node10@^1.0.7":
Expand Down Expand Up @@ -4440,7 +4440,7 @@ tslib@^2.1.0:
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@^2.3.0, tslib@^2.4.0, [email protected]:
tslib@^2.3.0, tslib@^2.4.0:
version "2.5.2"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz"
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
Expand Down

0 comments on commit 56be2fb

Please sign in to comment.