Skip to content

Commit

Permalink
update storybook js libraries
Browse files Browse the repository at this point in the history
 Package                      Current  Wanted  Latest  Location                                  Depended by
@babel/core                   7.24.4  7.24.5  7.24.5  node_modules/@babel/core                  formio
@storybook/addon-actions       8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-actions     formio
@storybook/addon-docs          8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-docs        formio
@storybook/addon-essentials    8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-essentials  formio
@storybook/addon-links         8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-links       formio
@storybook/addon-mdx-gfm       8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-mdx-gfm     formio
@storybook/addon-themes        8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-themes      formio
@storybook/blocks              8.1.0   8.1.1   8.1.1  node_modules/@storybook/blocks            formio
@storybook/html                8.1.0   8.1.1   8.1.1  node_modules/@storybook/html              formio
@storybook/html-webpack5       8.1.0   8.1.1   8.1.1  node_modules/@storybook/html-webpack5     formio
@testing-library/user-event   13.5.0  13.5.0  14.5.2  node_modules/@testing-library/user-event  formio
eslint                        8.57.0  8.57.0   9.3.0  node_modules/eslint                       formio
storybook                      8.1.0   8.1.1   8.1.1  node_modules/storybook                    formio
style-loader                   3.3.4   3.3.4   4.0.0  node_modules/style-loader                 formio
  • Loading branch information
duttonw authored May 20, 2024
1 parent d120894 commit 3e5eeb1
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 267 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const config = {
);
return configuration;
},
docs: {
autodocs: true,
},
docs: {},
};
export default config;
2 changes: 2 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ const preview = {
],
},
},

tags: ["autodocs"]
};
export default preview;
Loading

0 comments on commit 3e5eeb1

Please sign in to comment.