From 31d6fc94fe750524d230bdd0dce9383c47d0ee01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:40:22 -0800 Subject: [PATCH] chore(deps): update dependency eslint-plugin-storybook to v0.11.2 (#4165) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- web/package-lock.json | 10 +++++----- web/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 8c99f105d..7ae3d4c8d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -108,7 +108,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.11.0", + "eslint-plugin-storybook": "0.11.2", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.3", "install": "^0.13.0", @@ -15915,9 +15915,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.0.tgz", - "integrity": "sha512-MvPJgF+ORwgK04a1CY5itO4pwdAOFIRqczlNEHL62+4Ocvj1d61GWRqIdeX1BNCKno6fdPC6TksUHCZMGsq26g==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.2.tgz", + "integrity": "sha512-0Z4DUklJrC+GHjCRXa7PYfPzWC15DaVnwaOYenpgXiCEijXPZkLKCms+rHhtoRcWccP7Z8DpOOaP1gc3P9oOwg==", "dev": true, "license": "MIT", "dependencies": { @@ -15929,7 +15929,7 @@ "node": ">= 18" }, "peerDependencies": { - "eslint": ">=6" + "eslint": ">=8" } }, "node_modules/eslint-scope": { diff --git a/web/package.json b/web/package.json index 5aaaffedc..14b88a449 100644 --- a/web/package.json +++ b/web/package.json @@ -119,7 +119,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.11.0", + "eslint-plugin-storybook": "0.11.2", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.3", "install": "^0.13.0",