riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
48 stars 3 forks source link

npm dep upgrades, fix storybook #2

Closed bgentry closed 1 month ago

bgentry commented 1 month ago

Upgrade all npm deps, except for eslint which is blocked by https://github.com/TanStack/query/issues/7286.

Storybook had also been broken during one of the refactors, and there are some fixes for it in here. It's runnable via npm run storybook fyi, this is what I've been using to iterate on specific UI scenarios without having to simulate them with real jobs.