Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deps #70

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Upgrade deps #70

wants to merge 6 commits into from

Commits on Oct 23, 2023

  1. Upgrade dependencies

    lukePeavey committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e9abeb0 View commit details
    Browse the repository at this point in the history
  2. Upgrade to storybook 7

    - Migrate from storybook 6 to 7
    - switch from yarn to npm
    lukePeavey committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e2495a3 View commit details
    Browse the repository at this point in the history
  3. Upgrade to rollup v4

    lukePeavey committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a32b677 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Update dependencies

    - Upgrade all storybook and associated packages to latest (7.6.3)
    
    - Upgrade to jest 29
    
    - Upgrade all other dependencies to latest
    lukePeavey committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4501b13 View commit details
    Browse the repository at this point in the history
  2. Update tests and storybook

    Migrated stories to 7.6.3.
    
    The storyshots addon is no longer supported.  I had to remove our
    existing tests which relied on storyshots and puppeteer.  These tests
    will have to be rewritten using storybook's new test-runner API.
    lukePeavey committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2cc6097 View commit details
    Browse the repository at this point in the history
  3. Fix chromatic CI

    lukePeavey committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    56acea1 View commit details
    Browse the repository at this point in the history