fix(manacore/web): add dexie as direct dependency for Docker build

dexie is imported in 62 files but was only available as transitive dependency
via @manacore/local-store. In Docker builds with isolated node_modules it
wasn't being resolved — add it explicitly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-01 22:19:49 +02:00
parent 6ac71535a4
commit d51ee49967
2 changed files with 470 additions and 344 deletions

View file

@ -64,6 +64,7 @@
"@manacore/shared-theme": "workspace:*",
"@manacore/shared-theme-ui": "workspace:*",
"@manacore/shared-types": "workspace:*",
"@manacore/shared-uload": "workspace:*",
"@manacore/shared-ui": "workspace:*",
"@manacore/shared-utils": "workspace:*",
"@manacore/wallpaper-generator": "workspace:*",
@ -71,6 +72,7 @@
"@clock/shared": "workspace:*",
"@zitare/content": "workspace:*",
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"svelte-dnd-action": "^0.9.68",
"svelte-i18n": "^4.0.0"
},

812
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff