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

Conversation

lukePeavey
Copy link
Owner

@lukePeavey lukePeavey commented Nov 28, 2023

  • Upgrade Storybook 7.6.3
  • Upgrade all other dev dependencies to latest version
  • Switch from yarn to npm

Migrating to storybook 7.6.3

Several of the testing libraries that we were using are no longer supported. The Storyshots addon and associated packages are no longer supported. I had to remove the existing browser tests that were written with storyshots and puppeteer. These will have to be rewritten using storybooks test runner API.

- Migrate from storybook 6 to 7
- switch from yarn to npm
- Upgrade all storybook and associated packages to latest (7.6.3)

- Upgrade to jest 29

- Upgrade all other dependencies to latest
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant