Skip to content

Commit

Permalink
update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed Jan 17, 2024
1 parent c4c86d2 commit a65fc1a
Show file tree
Hide file tree
Showing 5 changed files with 992 additions and 1,716 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module.exports = {
import type { StorybookConfig } from '@storybook/react-vite';

const config: StorybookConfig = {
stories: ["../stories/**/*.stories.tsx"],
addons: ["@storybook/addon-actions"],
framework: "@storybook/react-vite",
};

export default config;
File renamed without changes.
14 changes: 7 additions & 7 deletions db-viewer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@skbkontur/icons": "^1.3.0",
"@skbkontur/icons": "^1.7.3",
"@skbkontur/react-selenium-testing": "^0.2.1",
"@skbkontur/react-ui": "^4.1.0",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addons": "^7.0.7",
"@storybook/cli": "^7.4.6",
"@storybook/react": "^7.0.7",
"@storybook/react-vite": "^7.4.6",
"@storybook/addon-actions": "^7.6.8",
"@storybook/addons": "^7.6.8",
"@storybook/cli": "^7.6.8",
"@storybook/react": "^7.6.8",
"@storybook/react-vite": "^7.6.8",
"@types/lodash": "^4.14.171",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.15",
Expand All @@ -86,7 +86,7 @@
"react-refresh": "^0.10.0",
"react-router-dom": "^6.11.1",
"rimraf": "^3.0.2",
"storybook-addon-react-router-v6": "^2.0.7",
"storybook-addon-react-router-v6": "^2.0.10",
"typescript": "^4.3.5",
"vite": "^4.4.9",
"vitest": "^0.30.1"
Expand Down
1 change: 0 additions & 1 deletion db-viewer-ui/stories/Themes/ObjectTypes.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { reactUiDark } from "./reactUiDark";

export default {
title: "Themes/ObjectTypes",
decorators: [withRouter],
};

const TypesContainer = ({ theme }: { theme: Theme }) => (
Expand Down
Loading

0 comments on commit a65fc1a

Please sign in to comment.