forked from DaveBitter/storybook-addon-changelog-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: update to SB8 addon-kit template and fix the Aside style i…
…ssute Align with SB8 addon-kit template. Upgrade dependencids. Fix the Aside style issue. BREAKING CHANGES: supports SB8.
- Loading branch information
1 parent
0838a08
commit 99131f5
Showing
21 changed files
with
18,305 additions
and
16,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
🩺 The doctor is checking the health of your Storybook.. | ||
╭ Incompatible packages found ──────────────────────────────────────────────────────────────────────────────╮ | ||
│ │ | ||
│ The following packages are incompatible with Storybook 7.0.0 as they depend on different major │ | ||
│ versions of Storybook packages: │ | ||
│ - @storybook/[email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/ui/blocks │ | ||
│ - @storybook/[email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/ui/components │ | ||
│ - @storybook/[email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/manager-api │ | ||
│ - @storybook/[email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/preview-api │ | ||
│ - @storybook/[email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/theming │ | ||
│ - @storybook/[email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/types │ | ||
│ - [email protected] │ | ||
│ Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/cli │ | ||
│ │ | ||
│ │ | ||
│ Please consider updating your packages or contacting the maintainers for compatibility details. │ | ||
│ For more on Storybook 8 compatibility, see the linked GitHub issue: │ | ||
│ https://github.com/storybookjs/storybook/issues/26031 │ | ||
│ │ | ||
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────╯ | ||
|
||
You can always recheck the health of your project by running: | ||
npx storybook doctor | ||
|
||
Full logs are available in /Users/[email protected]/Desktop/workspace/TAPP102535-oss-storybook-addon-changelog-viewer/doctor-storybook.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export * from "./dist/manager"; | ||
import './dist/manager'; | ||
|
||
|
Oops, something went wrong.