From f94756129aff6e9b1fda8057ae81b3cd4eefc49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:47:41 +0000 Subject: [PATCH] build(deps-dev): bump @storybook/react-webpack5 from 7.6.17 to 8.0.0 Bumps [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) from 7.6.17 to 8.0.0. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.0/code/frameworks/react-webpack5) --- updated-dependencies: - dependency-name: "@storybook/react-webpack5" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index ff853330..ed324710 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -48,7 +48,7 @@ "@storybook/addon-interactions": "7", "@storybook/blocks": "7", "@storybook/react": "7", - "@storybook/react-webpack5": "7", + "@storybook/react-webpack5": "8", "@storybook/test": "7", "ava": "latest", "babel-plugin-transform-react-pure-class-to-function": "latest",