From 1434d42e254c5d7ab53eb5ce166ae1f4df88320c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:30:21 +0000 Subject: [PATCH] build(deps-dev): bump storybook from 7.6.17 to 8.0.2 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.6.17 to 8.0.2. - [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.2/code/lib/cli) --- updated-dependencies: - dependency-name: storybook 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 9457ab53..a6dfabf2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -60,7 +60,7 @@ "rollup": "latest", "rollup-plugin-filesize": "latest", "rollup-plugin-visualizer": "latest", - "storybook": "7", + "storybook": "8", "styled-components": "latest", "tinyspawn": "latest" },