From 3def8ce2bc4f7e1a0124b76ecbf867bfba58623a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:28:56 +0000 Subject: [PATCH] Update dependency eslint-plugin-storybook to v0.9.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1d3573e..079d7f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "dotenv": "16.4.5", "eslint": "8.57.1", "eslint-config-next": "14.2.13", - "eslint-plugin-storybook": "0.8.0", + "eslint-plugin-storybook": "0.9.0", "file-system-cache": "2.4.7", "filenamify": "6.0.0", "husky": "9.1.6", @@ -11212,9 +11212,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==", + "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==", "dev": true, "dependencies": { "@storybook/csf": "^0.0.1", @@ -29085,9 +29085,9 @@ "requires": {} }, "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==", + "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==", "dev": true, "requires": { "@storybook/csf": "^0.0.1", diff --git a/package.json b/package.json index 4a17a343..b421e66a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "dotenv": "16.4.5", "eslint": "8.57.1", "eslint-config-next": "14.2.13", - "eslint-plugin-storybook": "0.8.0", + "eslint-plugin-storybook": "0.9.0", "file-system-cache": "2.4.7", "filenamify": "6.0.0", "husky": "9.1.6",