ufssd / ufssd-website

Source for https://ufssd.org
MIT License
2 stars 1 forks source link

chore: Update dependencies #38

Closed WillBAnders closed 6 months ago

WillBAnders commented 6 months ago

Resolves #32. There is one major version change with eslint-plugin-unicorn, however there doesn't appear to be anything affecting us (lint seems fine). Smoke tested rendering & notable actions (particularly the image carousel) locally.

Tracing through a warning in lint (which I now can't replicate?), it seems like @typescript-eslint deps are being kept on v6.9 rather than v6.14 (latest). I don't see any reason why this would be the case, so question for the future. It is highly unfortunate that npm has poor (if any) support for managing/updating transitive dependencies.