diff --git a/app/react/package.json b/app/react/package.json index dd1b3b9fd1c9..d9a6ab18d3f3 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -28,13 +28,13 @@ "@storybook/addons": "^3.4.0-alpha.4", "@storybook/channel-postmessage": "^3.4.0-alpha.4", "@storybook/client-logger": "^3.4.0-alpha.4", - "@storybook/core": "^3.4.0-alpha.4", + "@storybook/core": "^6.2.0", "@storybook/node-logger": "^3.4.0-alpha.4", "@storybook/ui": "^3.4.0-alpha.4", "airbnb-js-shims": "^1.4.0", "autoprefixer": "^7.2.5", "babel-loader": "^7.1.2", - "babel-plugin-react-docgen": "^1.8.2", + "babel-plugin-react-docgen": "^4.0.0", "babel-plugin-transform-regenerator": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", @@ -78,7 +78,7 @@ "url-loader": "^0.6.2", "util-deprecate": "^1.0.2", "uuid": "^3.2.0", - "webpack": "^3.10.0", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0" },