RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Adds Dependency Management and Updates Style Guide from Storybook 6 to 7 #182

Closed HaSistrunk closed 10 months ago

HaSistrunk commented 10 months ago

Fixes #128 and #118

  1. Adds dependency management to create PRs for dependency updates via GitHub Actions
  2. There are some significant breaking changes between Storybook 6 and Storybook 7, so this update to Storybook 7 includes updates to account for those changes:

*Note that the prettier dependency is set at version ^2.8.8 in package.json because versions >3.0.0 did not play nicely with the whitespace/storybook-addon-html add-on.

There are new features for docs including autodocs in Storybook 7 that may be interesting to explore in the future. I will add an issue to check that out.