1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Lock file maintenance (#25838)

* Lock file maintenance
This commit is contained in:
renovate[bot]
2025-06-20 20:43:30 +00:00
committed by GitHub
parent 299713fd5e
commit 1990472970
2 changed files with 453 additions and 421 deletions

View File

@@ -77,7 +77,7 @@ export const formatDateNumeric = (
const month = parts.find((value) => value.type === "month")?.value;
const year = parts.find((value) => value.type === "year")?.value;
const lastPart = parts.at(parts.length - 1);
const lastPart = parts[parts.length - 1];
let lastLiteral = lastPart?.type === "literal" ? lastPart?.value : "";
if (locale.language === "bg" && locale.date_format === DateFormat.YMD) {

872
yarn.lock

File diff suppressed because it is too large Load Diff