From 007af0de34b6c36f84de11419606f12c6891163c Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Fri, 13 Feb 2026 19:52:32 +0100 Subject: [PATCH] fix: update lockfile to fixed folder-page and tag-page commits Points to commits that remove duplicate PageList/SortFn re-exports, fixing TS2300 duplicate identifier errors in generated plugin index. --- quartz.lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.lock.json b/quartz.lock.json index fb151fc48..b0e5d85ab 100644 --- a/quartz.lock.json +++ b/quartz.lock.json @@ -106,13 +106,13 @@ "folder-page": { "source": "github:quartz-community/folder-page", "resolved": "https://github.com/quartz-community/folder-page.git", - "commit": "0006bfc868fc78dda8ea35fb502634ba5c5e001f", + "commit": "911b6a0", "installedAt": "2026-02-13T18:15:53.787Z" }, "tag-page": { "source": "github:quartz-community/tag-page", "resolved": "https://github.com/quartz-community/tag-page.git", - "commit": "848d06a6c90b85759e4c1df6fcae885134281ef7", + "commit": "a244ddb", "installedAt": "2026-02-13T18:15:54.453Z" } }