Skip to content

Commit

Permalink
SX Design: patch 3rd party dependency
Browse files Browse the repository at this point in the history
See: storybookjs/storybook#18019

Should we resolved in `ip` version 1.1.6 or 2.0.0, see: indutny/node-ip@4de50ae

adeira-source-id: 323b79bd85f45b13c82badc12790fb1030aa84d4
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed May 10, 2022
1 parent f61ce99 commit 6f8b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.js
Expand Up @@ -3,7 +3,7 @@
module.exports = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: ['@storybook/addon-essentials', '@storybook/addon-links', '@storybook/addon-a11y'],
webpackFinal: (config: $FlowFixMe): $FlowFixMe => {
webpackFinal: (config /*: $FlowFixMe */) /*: $FlowFixMe */ => {
// https://github.com/storybookjs/storybook/issues/16690
config.module.rules.push({
test: /\.mjs$/,
Expand Down

1 comment on commit 6f8b196

@vercel
Copy link

@vercel vercel bot commented on 6f8b196 May 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sx-design – ./

sx-design-adeira.vercel.app
sx-design.vercel.app
sx-design-git-master-adeira.vercel.app

Please sign in to comment.