Skip to content

Commit 24a166b

Browse files
chore(deps): update storybook to 6.3.6 (#1953)
1 parent 0f8bfdd commit 24a166b

File tree

3 files changed

+263
-262
lines changed

3 files changed

+263
-262
lines changed

docs/2-MigrationGuide.stories.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ or the [changelog](https://github.com/SAP/ui5-webcomponents-react/blob/main/CHAN
2121
In this release, the UI5 Web Components have renamed lots of properties in order to pave the way to the 1.0.0 release.
2222
You can check the list of all breaking changes of the UI5 Web Components [here](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.15).<br />
2323
To make your update more convenient, we are providing a codemod that helps you to rename (most) of the props.
24-
First, make sure you have installed the `^0.18.0` version of UI5 Web Components React, then run:
24+
25+
**Requirement**: You have to install `@ui5/webcomponents-react@^0.18.0` or `@ui5/webcomponents-react-base@^0.18.0` before running the codemod!
2526

2627
```bash
2728
# rename src with the directory where your sources are located

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"prepare": "husky install"
2525
},
2626
"dependencies": {
27-
"@storybook/addon-a11y": "6.3.5",
28-
"@storybook/addon-essentials": "6.3.5",
29-
"@storybook/react": "6.3.5",
30-
"@storybook/theming": "6.3.5",
27+
"@storybook/addon-a11y": "6.3.6",
28+
"@storybook/addon-essentials": "6.3.6",
29+
"@storybook/react": "6.3.6",
30+
"@storybook/theming": "6.3.6",
3131
"@ui5/webcomponents": "1.0.0-rc.15",
3232
"@ui5/webcomponents-fiori": "1.0.0-rc.15",
3333
"@ui5/webcomponents-icons": "1.0.0-rc.15",

0 commit comments

Comments
 (0)