From 9f4dc573a9787552fb495a82a1fb61e4db7ea8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:42:13 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-storybook from 0.6.14 to 0.6.15 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.14 to 0.6.15. - [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.6.14...v0.6.15) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 13de8ec..974780b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -35,7 +35,7 @@ "@types/react": "18.2.25", "@types/react-dom": "18.2.11", "eslint": "8.51.0", - "eslint-plugin-storybook": "0.6.14", + "eslint-plugin-storybook": "0.6.15", "react": "18.2.0", "react-dom": "18.2.0", "storybook": "7.4.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8c34cb..1092048 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,8 +181,8 @@ importers: specifier: 8.51.0 version: 8.51.0 eslint-plugin-storybook: - specifier: 0.6.14 - version: 0.6.14(eslint@8.51.0)(typescript@5.2.2) + specifier: 0.6.15 + version: 0.6.15(eslint@8.51.0)(typescript@5.2.2) react: specifier: 18.2.0 version: 18.2.0 @@ -6963,8 +6963,8 @@ packages: string.prototype.matchall: 4.0.10 dev: false - /eslint-plugin-storybook@0.6.14(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-IeYigPur/MvESNDo43Z+Z5UvlcEVnt0dDZmnw1odi9X2Th1R3bpGyOZsHXb9bp1pFecOpRUuoMG5xdID2TwwOg==} + /eslint-plugin-storybook@0.6.15(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-lAGqVAJGob47Griu29KXYowI4G7KwMoJDOkEip8ujikuDLxU+oWJ1l0WL6F2oDO4QiyUFXvtDkEkISMOPzo+7w==} engines: {node: 12.x || 14.x || >= 16} peerDependencies: eslint: '>=6'