From 90bab3842497df51a0843aa3377d3df3bcbfe00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:42:32 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-storybook to ^0.11.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a99b4302..ce12038d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-jest": "27.9.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.31.10", - "eslint-plugin-storybook": "^0.10.0", + "eslint-plugin-storybook": "^0.11.0", "gh-pages": "^5.0.0", "jest": "29.7.0", "jest-environment-jsdom": "^29.3.0", diff --git a/yarn.lock b/yarn.lock index 95c14795..797656ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7681,10 +7681,10 @@ eslint-plugin-react@^7.31.10: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-storybook@^0.10.0: - version "0.10.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.10.2.tgz#2fdb2a13a02d76ee8047d17d2b0a8b0f4aff31ed" - integrity sha512-iOrFJfyLgRLIbWDLbbs3J4yrknvIB+uiZ8KGqGOEXTL7/BGuBMZLiIU9Q4Pm/VYJrHN4JqmMtwCSrAemHL2nFg== +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"