Skip to content

Commit

Permalink
fix(deps): update dependencies and upgrade storybook
Browse files Browse the repository at this point in the history
including storybook migrations to CSF3 format
  • Loading branch information
sleidig committed Oct 22, 2024
1 parent 05e83fa commit 7174d7c
Show file tree
Hide file tree
Showing 78 changed files with 12,804 additions and 21,348 deletions.
5 changes: 4 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: ["@storybook/addon-essentials"],

framework: {
name: "@storybook/angular",
options: {
Expand All @@ -10,4 +11,6 @@ module.exports = {
},
},
},

docs: {}
};
2 changes: 2 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const preview: Preview = {
},
},
},

tags: ["autodocs"]
};

export default preview;
Loading

0 comments on commit 7174d7c

Please sign in to comment.