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
eslint               8.57.0  8.57.0   9.5.0  node_modules/eslint              qgds-bootstrap5
eslint-plugin-json    3.1.0   3.1.0   4.0.0  node_modules/eslint-plugin-json  qgds-bootstrap5
typescript            5.4.3   5.4.5   5.4.5  node_modules/typescript          qgds-bootstrap5
vite                 5.2.13   5.3.1   5.3.1  node_modules/vite                qgds-bootstrap5
  • Loading branch information
duttonw authored Jun 15, 2024
1 parent df7b2a1 commit 2ed3dc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const preview = {
},
],

tags: ["autodocs"]
tags: ["autodocs", "autodocs"]
};

export default preview;
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"@storybook/addon-links": "^8.1.9",
"@storybook/addon-mdx-gfm": "^8.1.9",
"@storybook/addon-themes": "^8.1.9",
"@storybook/blocks": "^8.1.2",
"@storybook/blocks": "^8.1.9",
"@storybook/cli": "^8.1.9",
"@storybook/html": "^8.1.9",
"@storybook/html-vite": "^8.1.9",
"@storybook/manager-api": "^8.1.9",
"@storybook/test": "^8.1.2",
"@storybook/theming": "^8.1.7",
"@storybook/test": "^8.1.9",
"@storybook/theming": "^8.1.9",
"@stylistic/eslint-plugin-js": "2.1.0",
"@vitejs/plugin-vue": "5.0.5",
"@whitespace/storybook-addon-html": "^6.1.1",
Expand Down

0 comments on commit 2ed3dc2

Please sign in to comment.