From 302cb8760e97874283969732e4f8e10fd0b59006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:45:04 +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] --- packages/stencil-library/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stencil-library/package.json b/packages/stencil-library/package.json index bb1641f0..b5a42db7 100644 --- a/packages/stencil-library/package.json +++ b/packages/stencil-library/package.json @@ -55,7 +55,7 @@ "babel-loader": "^9.1.2", "eslint": "^8.57.0", "eslint-plugin-react": "^7.16.0", - "eslint-plugin-storybook": "^0.10.1", + "eslint-plugin-storybook": "^0.11.1", "gh-pages": "^6.0.0", "jest": "^29.7.0", "jest-cli": "^29.7.0",