From 59636fbba9c40ec809b024518c4472687b4a1cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:55:03 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-storybook in /web Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 7cc63eb..08d22a8 100644 --- a/web/package.json +++ b/web/package.json @@ -80,7 +80,7 @@ "eslint": "^9.7.0", "eslint-config-next": "14.2.15", "eslint-plugin-react": "^7.35.0", - "eslint-plugin-storybook": "^0.9.0", + "eslint-plugin-storybook": "^0.10.1", "globals": "^15.8.0", "postcss": "^8.4.40", "storybook": "^8.2.6",