From 5a5fc7d845e52117b857990438ba21a88ada8747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:20:48 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-storybook Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) from 0.11.6 to 0.12.0. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v1-5.md) - [Commits](https://github.com/storybookjs/storybook/commits/v0.12.0/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 0.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/wethegit-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wethegit-components/package.json b/packages/wethegit-components/package.json index 688d290..c405241 100644 --- a/packages/wethegit-components/package.json +++ b/packages/wethegit-components/package.json @@ -57,7 +57,7 @@ "@wethegit/react-modal": "^3.0.0", "eslint": "^8.57.1", "eslint-config-custom": "*", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^0.12.0", "http-server": "^14.1.1", "lint-staged-config": "*", "react": "^19.1.0",