-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade storybook from v7.5.3 to v7.6.19 (#732)
* chore: upgrade storybook from v7.5.3 to v7.6.19 ``` > npx storybook@7 upgrade --config-dir libs/storybook-host/.storybook > npx storybook@7 automigrate --config-dir packages/components/.storybook > npx storybook@7 automigrate --config-dir packages/icons/.storybook ``` Accept all migrations Revert "storybook:build" script change. * chore: run nx storybook v7 migration ``` > npx nx g @nx/storybook:migrate-7 --autoAcceptAllPrompts ``` * chore: install deps ``` > npm i ```
- Loading branch information
1 parent
3362bd3
commit 8494948
Showing
7 changed files
with
1,941 additions
and
711 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 |
---|---|---|
|
@@ -38,5 +38,6 @@ | |
}, | ||
"rules": {} | ||
} | ||
] | ||
], | ||
"extends": ["plugin:storybook/recommended"] | ||
} |
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
File renamed without changes.
Oops, something went wrong.