Closed benmccann closed 3 months ago
https://npmgraph.js.org/?q=deep-equal has 49 dependencies. Can replace it with fast-deep-equal or dequal: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/deep-equal.md
fast-deep-equal
dequal
Could probably also replace find-up in payload with something simpler
find-up
payload
Actually, it looks like they're working on a v3 where this isn't necessary: https://npmgraph.js.org/?q=payload@3.0.0-beta.84
https://npmgraph.js.org/?q=deep-equal has 49 dependencies. Can replace it with
fast-deep-equal
ordequal
: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/deep-equal.mdCould probably also replace
find-up
inpayload
with something simpler