From bcae96908d550cad23f646cfe086ef26c2096d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:57:55 +0000 Subject: [PATCH] chore: bump eslint-plugin-storybook in /packages/recommended 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/recommended/package-lock.json | 9 ++++----- packages/recommended/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/recommended/package-lock.json b/packages/recommended/package-lock.json index d573ce8..e75fd05 100644 --- a/packages/recommended/package-lock.json +++ b/packages/recommended/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-risxss": "^2.1.0", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "typescript-eslint": "^8.0.0" }, "peerDependencies": { @@ -1220,10 +1220,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz", - "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==", - "license": "MIT", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.9.0.tgz", + "integrity": "sha512-qOT/2vQBo0VqrG/BhZv8IdSsKQiyzJw+2Wqq+WFCiblI/PfxLSrGkF/buiXF+HumwfsCyBdaC94UhqhmYFmAvA==", "dependencies": { "@storybook/csf": "^0.0.1", "@typescript-eslint/utils": "^5.62.0", diff --git a/packages/recommended/package.json b/packages/recommended/package.json index 7a0ced6..e006f6e 100644 --- a/packages/recommended/package.json +++ b/packages/recommended/package.json @@ -23,7 +23,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-risxss": "^2.1.0", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "typescript-eslint": "^8.0.0" }, "peerDependencies": {