From 17135554b3a39b73666c5f11306cfa862c2e7770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:10:08 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-storybook from 0.10.2 to 0.11.0 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.10.2 to 0.11.0. - [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.10.2...v0.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23b2710de..e54d3d15c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-storybook": "0.10.2", + "eslint-plugin-storybook": "0.11.0", "eslint-plugin-vue": "^9.30.0", "find-versions-cli": "^5.0.0", "husky": "9.1.5", @@ -16093,9 +16093,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.10.2.tgz", - "integrity": "sha512-iOrFJfyLgRLIbWDLbbs3J4yrknvIB+uiZ8KGqGOEXTL7/BGuBMZLiIU9Q4Pm/VYJrHN4JqmMtwCSrAemHL2nFg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.0.tgz", + "integrity": "sha512-MvPJgF+ORwgK04a1CY5itO4pwdAOFIRqczlNEHL62+4Ocvj1d61GWRqIdeX1BNCKno6fdPC6TksUHCZMGsq26g==", "dev": true, "dependencies": { "@storybook/csf": "^0.1.11", diff --git a/package.json b/package.json index e033b6f6d..f1c035a44 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-storybook": "0.10.2", + "eslint-plugin-storybook": "0.11.0", "eslint-plugin-vue": "^9.30.0", "find-versions-cli": "^5.0.0", "husky": "9.1.5",