From cc2b902f64d64be962b1c8ff506953be253b4822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:20:41 +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/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 0ed6b041..e5cd566b 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -12,6 +12,6 @@ "eslint-plugin-import": "^2.29.0", "eslint-plugin-mdx": "^3.1.5", "eslint-plugin-react": "^7.36.1", - "eslint-plugin-storybook": "^0.11.0" + "eslint-plugin-storybook": "^0.12.0" } }