From 277b60b2eb562d0f37fa6eb9ad6bffcfec6abfc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:34:20 +0000 Subject: [PATCH] chore: update dependency eslint-plugin-storybook to ^0.11.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 27d9287..8712b4e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-loader": "^9.2.1", "eslint": "^8.57.0", "eslint-config-smarthr": "^7.3.0", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^0.11.2", "npm-run-all": "^4.1.5", "postcss-loader": "^8.1.1", "prettier": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index 82cc4e8..298afc3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3240,10 +3240,10 @@ eslint-plugin-smarthr@^0.5.20: dependencies: json5 "^2.2.0" -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== +eslint-plugin-storybook@^0.11.2: + version "0.11.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.2.tgz#a46f8fa2b87d15f66251e832a10d5481fc73a028" + integrity sha512-0Z4DUklJrC+GHjCRXa7PYfPzWC15DaVnwaOYenpgXiCEijXPZkLKCms+rHhtoRcWccP7Z8DpOOaP1gc3P9oOwg== dependencies: "@storybook/csf" "^0.1.11" "@typescript-eslint/utils" "^8.8.1"