From 52ed40576038ce338935e6a51b17c61511a0c3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:29:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-storybook from 0.10.1 to 0.11.0 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.10.1 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.1...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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7524f9486..e1c8a2801 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.34.3", - "eslint-plugin-storybook": "^0.10.1", + "eslint-plugin-storybook": "^0.11.0", "http-server": "14.1.1", "msw": "2.6.0", "msw-storybook-addon": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 1298a73df..ed0777203 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4257,10 +4257,10 @@ eslint-plugin-react@^7.34.3: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-storybook@^0.10.1: - version "0.10.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.10.1.tgz#1c8acf11098f1abe2ac565e4ee0b499a2428a464" - integrity sha512-YpxkdqyiKpMIrRquuvBaCinsqmZJ86JvXRX/gtRa4Qctpk0ipFt2cWqEjkB1HHWWG0DVRXlUBKHjRogC2Ig1fg== +eslint-plugin-storybook@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.0.tgz#97adc63512816a6f8b86040d1364af43d3336099" + integrity sha512-MvPJgF+ORwgK04a1CY5itO4pwdAOFIRqczlNEHL62+4Ocvj1d61GWRqIdeX1BNCKno6fdPC6TksUHCZMGsq26g== dependencies: "@storybook/csf" "^0.1.11" "@typescript-eslint/utils" "^8.8.1"