diff --git a/package.json b/package.json index d6e7618..430b806 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.11.0", + "eslint-plugin-storybook": "^0.11.1", "npm-run-all": "^4.1.5", "postcss-loader": "^8.1.1", "prettier": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index aa4cc97..b229d95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4802,10 +4802,10 @@ eslint-plugin-smarthr@^0.5.15: dependencies: json5 "^2.2.0" -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== +eslint-plugin-storybook@^0.11.1: + version "0.11.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.1.tgz#4ef4f3550855fdc4a902296dfc278340ec287506" + integrity sha512-yGKpAYkBm/Q2hZg476vRUAvd9lAccjjSvzU5nYy3BSQbKTPy7uopx7JEpwk2vSuw4weTMZzWF64z9/gp/K5RCg== dependencies: "@storybook/csf" "^0.1.11" "@typescript-eslint/utils" "^8.8.1"