linkeddata / dokieli

:bulb: dokieli is a clientside editor for decentralised article publishing, annotations and social interactions
https://dokie.li/
Other
803 stars 82 forks source link

Chore: update dependencies #321

Closed VirginiaBalseiro closed 2 years ago

VirginiaBalseiro commented 2 years ago

Updating wrapper-webpack-plugin and removing patch no longer needed (and lib and config for applying patches, we can add lit back later if we need it again).

csarven commented 2 years ago

Thank you for this!

Why is patch-package no longer needed (or why was it needed?)

VirginiaBalseiro commented 2 years ago

There was an issue with wrapper-webpack-plugin that had to be fixed via a manual patch (which, by the way, we should delete too since we no longer need it, and I thought I did in this PR but something happened... will make a separate PR). patch-package applies those patches after installing. wrapper-webpack-plugin was updated and no longer has the issues we were fixing in our patch, and we're not applying patches to anything else, so we can remove it for now and bring it back in if needed.

EDIT: PR to delete the patch here https://github.com/linkeddata/dokieli/pull/323