chore(frontend): dedupe package-lock to hoist maplibre-gl

The merge regenerated the lockfile via npm install --legacy-peer-deps,
which left maplibre-gl only installed inside the deck.gl and
plugin-chart-point-cluster-map workspace node_modules. Webpack imports
@vis.gl/react-maplibre from the root, so it could not resolve
maplibre-gl and the production build failed with two
"Module not found: Can't resolve 'maplibre-gl'" errors.

Run npm dedupe so maplibre-gl is hoisted to the root node_modules,
matching how master resolves it.
This commit is contained in:
Mehmet Salih Yavuz
2026-04-27 12:27:06 +03:00
parent 3fb4c08966
commit 92d219ad34

File diff suppressed because it is too large Load Diff