@dmp/map-components
    Preparing search index...

    @dmp/map-components

    map-components

    See https://danmarksmiljoeportal.github.io/map-components/.

    • Node.js: >= 24.14.1 (see package.json engines)
    • npm: recommended (lockfile is package-lock.json)
    npm install
    
    # local dev server
    npm run dev

    # build library
    npm run build

    # run tests
    npm test

    # typecheck
    npm run type-check

    # format check
    npm run lint
    npm run docs
    

    This package uses npm overrides (package.jsonoverrides) to force patched versions of certain transitive dependencies.

    npm audit findings led to the current overrides caused by vite-plugin-dts, which pulls in @microsoft/api-extractor and its dependency chain, featuring the vulnerbilities. When the dependency can be updated above "4.5.4", it will likely fix the issue, and overrides won't be necessary.

    • After dependency updates, run:
    npm audit
    
    • If npm audit is clean and the pinned packages are no longer needed, consider removing the relevant entries from overrides.
    • If overrides cause install resolution conflicts, adjust the override scope (pin under the specific parent package) rather than broad pinning.