From 9f4de5617dd514faab97c474899340eb6fd53009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:50:18 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 0.8.0 to 0.9.0 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.8.0 to 0.9.0. - [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.8.0...v0.9.0) --- 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 ff7f3c063..dbf9ab1c6 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.8.0", + "eslint-plugin-storybook": "^0.9.0", "gh-pages": "^6.0.0", "jest": "^29.7.0", "jest-cli": "^29.7.0",