From 734a40cf904c7926772e3f98adb2b9c6bb7521c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:53:14 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-storybook to v0.9.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 344ed3ec54..03cdc6865f 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "eslint-plugin-import-x": "4.3.0", "eslint-plugin-lit": "1.15.0", "eslint-plugin-react": "7.36.1", - "eslint-plugin-storybook": "0.8.0", + "eslint-plugin-storybook": "0.9.0", "eslint-plugin-yml": "1.14.0", "glob": "11.0.0", "globals": "15.9.0", diff --git a/yarn.lock b/yarn.lock index 6e7ed46296..545af781cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4241,10 +4241,10 @@ eslint-plugin-react@7.36.1: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-storybook@0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz#23185ecabdc289cae55248c090f0c1d8fbae6c41" - integrity sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA== +eslint-plugin-storybook@0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.9.0.tgz#8f985899b957748d5780f8e6eb5d37c705976bc8" + integrity sha512-qOT/2vQBo0VqrG/BhZv8IdSsKQiyzJw+2Wqq+WFCiblI/PfxLSrGkF/buiXF+HumwfsCyBdaC94UhqhmYFmAvA== dependencies: "@storybook/csf" "^0.0.1" "@typescript-eslint/utils" "^5.62.0"