ProjectMirador / mirador

An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.
https://projectmirador.org
Apache License 2.0
558 stars 255 forks source link

babel-plugin-lodash is no longer maintained #3965

Open jcoyne opened 3 weeks ago

jcoyne commented 3 weeks ago

https://github.com/lodash/babel-plugin-lodash

This causes deprecated "glob 7.2.3"

marlo-longley commented 3 weeks ago

I wonder how much of lodash can be written in vanilla JS these days. We seem to rely on lodash/flatten and lodash/omit most heavily.

jcoyne commented 3 weeks ago

The babel plugin was deprecated by lodash: https://github.com/lodash/lodash/issues/5570

jcoyne commented 3 weeks ago

Actually, it seem like lodash has no maintainer at the moment.