From db077aa404b3bf2a52292d50bae632967f6f6fca Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 24 Mar 2026 21:27:01 +0100 Subject: [PATCH] fix(manacore): add missing date-fns dependency for Docker build TasksTodayWidget imports date-fns but it wasn't in package.json, causing Docker build failure. Co-Authored-By: Claude Opus 4.6 (1M context) --- pnpm-lock.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db71cc217..c8ea0a8b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2243,6 +2243,9 @@ importers: '@manacore/wallpaper-generator': specifier: workspace:* version: link:../../../../packages/wallpaper-generator + date-fns: + specifier: ^4.1.0 + version: 4.1.0 svelte-dnd-action: specifier: ^0.9.68 version: 0.9.68(svelte@5.44.0)