From eb10161a3b7834a4f988edeaaf064ebceb9d60eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:13:27 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 0.10.2 to 0.11.1 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.10.2 to 0.11.1. - [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.10.2...v0.11.1) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22c2985..074f160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@types/react-router-bootstrap": ">=0.26.0", "eslint-config-prettier": ">=9.0.0", "eslint-plugin-prettier": ">=5.0.0", - "eslint-plugin-storybook": "^0.10.1", + "eslint-plugin-storybook": "^0.11.1", "gh-pages": ">=6.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -7347,9 +7347,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.10.2.tgz", - "integrity": "sha512-iOrFJfyLgRLIbWDLbbs3J4yrknvIB+uiZ8KGqGOEXTL7/BGuBMZLiIU9Q4Pm/VYJrHN4JqmMtwCSrAemHL2nFg==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.1.tgz", + "integrity": "sha512-yGKpAYkBm/Q2hZg476vRUAvd9lAccjjSvzU5nYy3BSQbKTPy7uopx7JEpwk2vSuw4weTMZzWF64z9/gp/K5RCg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e6d2fff..95368b2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/react-router-bootstrap": ">=0.26.0", "eslint-config-prettier": ">=9.0.0", "eslint-plugin-prettier": ">=5.0.0", - "eslint-plugin-storybook": "^0.10.1", + "eslint-plugin-storybook": "^0.11.1", "gh-pages": ">=6.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",