diff --git a/package.json b/package.json index d382dc35..0d97a982 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-loader": "^9.2.1", "eslint": "^8.57.0", "eslint-config-smarthr": "^6.33.2", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "npm-run-all": "^4.1.5", "postcss-loader": "^8.1.1", "prettier": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index 160cc911..26c9d882 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4820,10 +4820,10 @@ eslint-plugin-smarthr@^0.5.15: dependencies: json5 "^2.2.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"