-
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/storybook-builder-on-windows
# Conflicts: # .github/workflows/verify-node.yml # package-lock.json
- Loading branch information
Showing
58 changed files
with
1,319 additions
and
814 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,6 @@ demo | |
CHANGELOG.md | ||
.changeset | ||
_site | ||
dist-types | ||
_site-dev | ||
dist-types | ||
/docs/_merged_data |
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ npm install @storybook/[email protected] @storybook/web-components@6 --save-dev | |
Then proceed with the `upgrade` script and follow it's interactive process: | ||
|
||
```bash | ||
npx storybook@latest upgrade | ||
npx storybook@7 upgrade | ||
``` | ||
|
||
Then [configure the builder and framework](./configuration.md#configuring-builder-and-framework) in the main Storybook configuration. | ||
|
@@ -38,7 +38,7 @@ In the new setup you'll need to install and configure them explicitly. | |
We recommend to install the following addons: | ||
|
||
```bash | ||
npm install @storybook/addon-essentials @storybook/addon-links --save-dev | ||
npm install @storybook/addon-essentials@7 @storybook/addon-links@7 --save-dev | ||
``` | ||
|
||
Then register them in the Storybook main configuration file: | ||
|
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
Oops, something went wrong.