Skip to content

Commit 93659a1

Browse files
authored
Merge pull request #3311 from alanorth/dspace8-yarn-upgrade
yarn.lock: run yarn upgrade
2 parents d959a28 + 81675b7 commit 93659a1

File tree

3 files changed

+1552
-1556
lines changed

3 files changed

+1552
-1556
lines changed

lint/src/util/structure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from '@typescript-eslint/utils/ts-eslint';
1414
import { EnumType } from 'typescript';
1515

16-
export type Meta = RuleMetaData<string>;
16+
export type Meta = RuleMetaData<string, unknown[]>;
1717
export type Valid = ValidTestCase<unknown[]>;
1818
export type Invalid = InvalidTestCase<string, unknown[]>;
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"eslint-plugin-lodash": "^7.4.0",
186186
"eslint-plugin-rxjs": "^5.0.3",
187187
"eslint-plugin-simple-import-sort": "^10.0.0",
188-
"eslint-plugin-unused-imports": "^2.0.0",
188+
"eslint-plugin-unused-imports": "^3.2.0",
189189
"express-static-gzip": "^2.1.7",
190190
"jasmine": "^3.8.0",
191191
"jasmine-core": "^3.8.0",

0 commit comments

Comments
 (0)