yobgob / too-many-hooks

Opinionated collection of typed React hooks
https://yobgob.dev/too-many-hooks/
Apache License 2.0
3 stars 5 forks source link

Upgrade all dependencies #90

Closed PatrickDeVries closed 9 months ago

PatrickDeVries commented 9 months ago

Why:

To keep things up to date

What's being changed (if available, include any code snippets, screenshots, or gifs):

PatrickDeVries commented 9 months ago

I initially did bun-types because that is what it used to initialize with. Since Bun v1.0.19 however, @types/bun (which is just a shim of bun-types) is the default and recommended. Therefore I switched to @types/bun. However, this does not appear to pick up the "DOM" field in the TSConfig properly so many types that we use are missing (as you can see in our linting here). Therefore I have reverted that change and opened this issue.