Skip to content

Update linting and update/remove dependencies

Alf Eaton requested to merge update-linting-dependencies into master

Some of the dependencies were previously using ~ to only allow patch updates; I've changed those to ^ to allow minor updates but shout if there's a reason not to.

This also removes some dependencies that appear to no longer be used.

Merge request reports