mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:57:01 +00:00
fix trunk check
This commit is contained in:
@@ -25,7 +25,7 @@ lint:
|
|||||||
- dotenv-linter@4.0.0
|
- dotenv-linter@4.0.0
|
||||||
- hadolint@2.14.0
|
- hadolint@2.14.0
|
||||||
- markdownlint@0.47.0
|
- markdownlint@0.47.0
|
||||||
- eslint@10.0.0
|
- eslint@9.34.0
|
||||||
- actionlint@1.7.10
|
- actionlint@1.7.10
|
||||||
- bandit@1.9.3
|
- bandit@1.9.3
|
||||||
- black@26.1.0
|
- black@26.1.0
|
||||||
|
|||||||
441
frontend/package-lock.json
generated
441
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -75,6 +75,6 @@
|
|||||||
"vue-tsc": "^2.2.8"
|
"vue-tsc": "^2.2.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18"
|
"node": ">18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -673,13 +673,6 @@ export const romStatusMap: Record<
|
|||||||
hidden: { emoji: "👻", text: "Hidden", i18nKey: "rom.status-hidden" },
|
hidden: { emoji: "👻", text: "Hidden", i18nKey: "rom.status-hidden" },
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Inverse map of ROM statuses from text to status key.
|
|
||||||
*/
|
|
||||||
const inverseRomStatusMap = Object.fromEntries(
|
|
||||||
Object.entries(romStatusMap).map(([key, value]) => [value.text, key]),
|
|
||||||
) as Record<string, PlayingStatus>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the emoji for a given ROM status.
|
* Get the emoji for a given ROM status.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user