Closed (fixed)
Project:
Varbase Components
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2023 at 11:17 UTC
Updated:
5 Oct 2023 at 22:25 UTC
Jump to comment: Most recent
Update Storybook from ~7.0 to ~7.4.0 in Varbase Project template #192
Storybook 7.4.3 was released
https://github.com/storybookjs/storybook/releases/tag/v7.4.3
Update the work with Storybook to latest 7.4.x versions
Change storybook to ~7.4.0 in the package.json file.
"storybook": "~7.4.0",
And other @storybook/xxxxxxxx used packages.
.stories.json files in all Varbase Components
"tags": [
"autodocs"
],
Rebuild the yarn.lock file with
rm -rf yarn.lock node_modules
yarn install
Let developers build the Storybook, using the latest options.
yarn storybook:build
main.js storybook file to update Storybook from ~7.0 to ~7.4.0
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #7
rajab natshah✅ Released varbase_components-2.0.0-alpha24
Comment #9
rajab natshah✅ Released varbase-10.0.0-beta2