Skip to content

Commit 200bfc3

Browse files
plotnikovnjquense
authored andcommitted
chore: fix storybook (#445)
1 parent 8f68611 commit 200bfc3

File tree

3 files changed

+2249
-1999
lines changed

3 files changed

+2249
-1999
lines changed

.storybook/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = (config) => {
99
};
1010

1111
config.plugins.push(
12-
plugins.extractText({ disable: true })
12+
plugins.extractCss({ disable: true })
1313
)
1414
return config;
1515
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@semantic-release/git": "^7.0.4",
6767
"@semantic-release/github": "^5.0.5",
6868
"@semantic-release/npm": "^5.0.4",
69-
"@storybook/addon-actions": "^3.4.11",
70-
"@storybook/react": "^3.4.11",
69+
"@storybook/addon-actions": "^4.1.4",
70+
"@storybook/react": "^4.1.4",
7171
"babel-core": "^7.0.0-bridge.0",
7272
"babel-eslint": "^9.0.0",
7373
"babel-jest": "^23.6.0",

0 commit comments

Comments
 (0)