Merge pull request #3311 from alanorth/dspace8-yarn-upgrade

yarn.lock: run yarn upgrade
This commit is contained in:
Tim Donohue
2024-09-11 10:32:42 -05:00
committed by GitHub
3 changed files with 1542 additions and 1546 deletions

View File

@@ -13,7 +13,7 @@ import {
} from '@typescript-eslint/utils/ts-eslint';
import { EnumType } from 'typescript';
export type Meta = RuleMetaData<string>;
export type Meta = RuleMetaData<string, unknown[]>;
export type Valid = ValidTestCase<unknown[]>;
export type Invalid = InvalidTestCase<string, unknown[]>;

View File

@@ -185,7 +185,7 @@
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"express-static-gzip": "^2.1.7",
"jasmine": "^3.8.0",
"jasmine-core": "^3.8.0",

3084
yarn.lock

File diff suppressed because it is too large Load Diff