From 8602d361dcc3491b52ae8713bace7e8d66555afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:11:14 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 0.11.1 to 0.11.2 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48e7a42..90c11e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "chromatic": "^11.20.2", "eslint": "^9.17.0", "eslint-plugin-oxlint": "^0.15.4", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^0.11.2", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^7.0.2", @@ -6533,11 +6533,10 @@ } }, "node_modules/eslint-plugin-storybook": { - "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==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.2.tgz", + "integrity": "sha512-0Z4DUklJrC+GHjCRXa7PYfPzWC15DaVnwaOYenpgXiCEijXPZkLKCms+rHhtoRcWccP7Z8DpOOaP1gc3P9oOwg==", "dev": true, - "license": "MIT", "dependencies": { "@storybook/csf": "^0.1.11", "@typescript-eslint/utils": "^8.8.1", @@ -6547,7 +6546,7 @@ "node": ">= 18" }, "peerDependencies": { - "eslint": ">=6" + "eslint": ">=8" } }, "node_modules/eslint-plugin-vue": { diff --git a/package.json b/package.json index 2b4db44..06b2137 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "chromatic": "^11.20.2", "eslint": "^9.17.0", "eslint-plugin-oxlint": "^0.15.4", - "eslint-plugin-storybook": "^0.11.1", + "eslint-plugin-storybook": "^0.11.2", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^7.0.2",