Skip to content

Commit

Permalink
Upgrade Storybook and its dependencies
Browse files Browse the repository at this point in the history
Dependabot created an automatic pull request to bump some
vulnerabilities, specifically the @babel/traverse package.
Unfortunately, it just bumped the Storybook versions somewhat naively
and the resulting PR actually ended up breaking Storybook.

Instead, run the Storybook upgrade script with the following command:

`npx storybook@latest upgrade`

This upgraded all Storybook packages and dependencies, and also ran
relevant automigrations so Storybook can continue to work.

Original Dependabot PR: #315
  • Loading branch information
meisekimiu committed Oct 20, 2023
1 parent 70a4aa8 commit cd36df6
Show file tree
Hide file tree
Showing 3 changed files with 9,754 additions and 3,564 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-mdx-gfm'
],
framework: {
name: '@storybook/angular',
Expand Down
Loading

0 comments on commit cd36df6

Please sign in to comment.