From 39bf501398688266c04b486d0fd37274f00baf56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:25:29 -0800 Subject: [PATCH] Bump eslint-plugin-storybook in /frontend in the eslint group (#8378) Bumps the eslint group in /frontend with 1 update: [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook). Updates `eslint-plugin-storybook` from 0.11.1 to 0.11.2 - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c9cc3a84e2..9b31e06afb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -217,7 +217,7 @@ "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest-dom": "^5.5.0", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^0.11.2", "eslint-plugin-testing-library": "^7.1.1", "eslint-plugin-unused-imports": "4.1.4", "focus-trap-react": "^10.2.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 457ae99304..1017312236 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8896,10 +8896,10 @@ eslint-plugin-react@^7.27.1: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.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"