mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
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) <noreply@anthropic.com>
This commit is contained in:
parent
d6440664ac
commit
db077aa404
1 changed files with 3 additions and 0 deletions
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue