Skip to content

Commit

Permalink
chore(package): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximiliano Forlenza committed Apr 29, 2024
1 parent d247d3b commit d1cfa98
Show file tree
Hide file tree
Showing 4 changed files with 6,614 additions and 22,090 deletions.
10 changes: 8 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
const path = require('path');
module.exports = {
"stories": ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
"addons": ["@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions"],
"stories": ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-webpack5-compiler-babel",
"@chromatic-com/storybook"
],
"framework": {
name: "@storybook/react-webpack5",
options: {}
Expand Down
Loading

0 comments on commit d1cfa98

Please sign in to comment.