Skip to content

chore(site): upgrade storybook to v8 #12831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade router addon
  • Loading branch information
BrunoQuaresma committed Mar 21, 2024
commit 5ee50bf4da58be12caa5ddf1e1d1dda56274bee2
3 changes: 2 additions & 1 deletion site/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
"@storybook/addon-themes",
"@storybook/addon-actions",
"@storybook/addon-interactions",
'storybook-addon-remix-react-router'
],

staticDirs: ["../static"],
Expand All @@ -39,6 +40,6 @@ module.exports = {
},

docs: {
autodocs: true,
autodocs: false,
},
};
2 changes: 1 addition & 1 deletion site/.storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from "@mui/material/styles";
import { ThemeProvider as EmotionThemeProvider } from "@emotion/react";
import { DecoratorHelpers } from "@storybook/addon-themes";
import { withRouter } from "storybook-addon-react-router-v6";
import { withRouter } from 'storybook-addon-remix-react-router';
import { QueryClient, QueryClientProvider } from "react-query";
import { HelmetProvider } from "react-helmet-async";
import themes from "theme";
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"rxjs": "7.8.1",
"ssh2": "1.14.0",
"storybook": "8.0.2",
"storybook-addon-react-router-v6": "2.0.15",
"storybook-addon-remix-react-router": "3.0.0",
"storybook-react-context": "0.6.0",
"ts-node": "10.9.1",
"ts-proto": "1.164.0",
Expand Down
Loading