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

Set up yarn workspaces #75

Closed dawsonbooth closed 1 year ago

dawsonbooth commented 1 year ago

This PR merges our two existing packages (too-many-hooks and storybook) under a top-level workspace config. This means faster installs due to a linking of shared dependencies across packages.

This PR also updates all dependencies to their latest stable versions.