fix(citycorners): add missing leaflet.markercluster dependency

The package was dynamically imported in the map page but not declared
in package.json, causing production builds to fail.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-25 12:57:46 +01:00
parent 5833b05a8f
commit c7f2f9185f
2 changed files with 586 additions and 731 deletions

View file

@ -42,6 +42,7 @@
"@manacore/shared-theme": "workspace:*",
"@manacore/shared-ui": "workspace:*",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"svelte-i18n": "^4.0.1"
}
}

1316
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff