From 83fb98cf2457f57b5ed8f1e9835a5e13745ecf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 02:54:44 +0000 Subject: [PATCH] chore(deps-dev): Bump storybook from 8.0.0 to 8.1.1 in /site Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 8.0.0 to 8.1.1. - [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.1.1/code/lib/cli) --- updated-dependencies: - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index e29b4d0..0883117 100644 --- a/site/package.json +++ b/site/package.json @@ -78,7 +78,7 @@ "remix-ssg": "0.0.8", "rollup-plugin-visualizer": "5.12.0", "serve": "14.2.1", - "storybook": "8.0.0", + "storybook": "8.1.1", "tailwindcss": "3.4.1", "ts-jest": "29.1.2", "typescript": "5.4.2",