Skip to content

Clean unneeded and deprecated dependencies #5077

Closed
@Lectem

Description

@Lectem

Due to some packages such as regl/splom, plotly.js makes us download/use uneeded and deprecated dependencies such as left-pad while they are not even needed. (See gl-vis/regl-splom#18)

When installing through npm I get the following warnings:

npm WARN deprecated os-homedir@2.0.0: This is not needed anymore. Use require('os').homedir() instead.
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()

I think it would do good to the project to clean such dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions