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
@chromatic-com/storybook         1.3.5   1.4.0   1.4.0  node_modules/@chromatic-com/storybook       qgds-qol-mvp
@storybook/addon-essentials      8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-essentials    qgds-qol-mvp
@storybook/addon-interactions    8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-interactions  qgds-qol-mvp
@storybook/addon-links           8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-links         qgds-qol-mvp
@storybook/addon-mdx-gfm         8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-mdx-gfm       qgds-qol-mvp
@storybook/addon-themes          8.1.0   8.1.1   8.1.1  node_modules/@storybook/addon-themes        qgds-qol-mvp
@storybook/blocks                8.1.0   8.1.1   8.1.1  node_modules/@storybook/blocks              qgds-qol-mvp
@storybook/cli                   8.1.0   8.1.1   8.1.1  node_modules/@storybook/cli                 qgds-qol-mvp
@storybook/html                  8.1.0   8.1.1   8.1.1  node_modules/@storybook/html                qgds-qol-mvp
@storybook/html-vite             8.1.0   8.1.1   8.1.1  node_modules/@storybook/html-vite           qgds-qol-mvp
@storybook/manager-api           8.1.0   8.1.1   8.1.1  node_modules/@storybook/manager-api         qgds-qol-mvp
@storybook/test                  8.1.0   8.1.1   8.1.1  node_modules/@storybook/test                qgds-qol-mvp
@storybook/theming               8.1.0   8.1.1   8.1.1  node_modules/@storybook/theming             qgds-qol-mvp
esbuild                         0.20.2  0.20.2  0.21.3  node_modules/esbuild                        qgds-qol-mvp
esbuild-sass-plugin              3.2.0   3.2.0   3.3.0  node_modules/esbuild-sass-plugin            qgds-qol-mvp
eslint                          8.57.0  8.57.0   9.3.0  node_modules/eslint                         qgds-qol-mvp
material-symbols                0.17.4  0.17.4  0.18.0  node_modules/material-symbols               qgds-qol-mvp
rimraf                           5.0.6   5.0.7   5.0.7  node_modules/rimraf                         qgds-qol-mvp
storybook                        8.1.0   8.1.1   8.1.1  node_modules/storybook                      qgds-qol-mvp
typescript                       5.4.3   5.4.5   5.4.5  node_modules/typescript                     qgds-qol-mvp
  • Loading branch information
duttonw authored May 20, 2024
1 parent d027c7f commit d86c48a
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 287 deletions.
3 changes: 2 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';

/** @type { import('@storybook/html-vite').Preview } */
const preview = {

parameters: {
//actions: { argTypesRegex: "^on[A-Z].*" },
chromatic: {
Expand Down Expand Up @@ -88,6 +87,8 @@ const preview = {
`;
},
],

tags: ["autodocs"]
};

export default preview;
Loading

0 comments on commit d86c48a

Please sign in to comment.