Skip to content

Commit f1e4c1a

Browse files
authored
Update migration-to-storybook-7.md
As we need to have all versions aligned, same happens here with the addons. Latest versions are 8.x
1 parent 2beb471 commit f1e4c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/storybook-builder/migration-to-storybook-7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In the new setup you'll need to install and configure them explicitly.
3838
We recommend to install the following addons:
3939

4040
```bash
41-
npm install @storybook/addon-essentials @storybook/addon-links --save-dev
41+
npm install @storybook/addon-essentials@7 @storybook/addon-links@7 --save-dev
4242
```
4343

4444
Then register them in the Storybook main configuration file:

0 commit comments

Comments
 (0)