From bff86971177a720f9dad0bd77babe2c7af2699cc Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Sun, 17 Dec 2023 10:19:14 +0000 Subject: [PATCH] readded missing dep --- package-lock.json | 28 ++++++++++++++++++++++++++++ package.json | 1 + 2 files changed, 29 insertions(+) diff --git a/package-lock.json b/package-lock.json index 2071822ecc..d8d7d31006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,6 +111,7 @@ "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.3", + "eslint-plugin-storybook": "^0.6.15", "eslint-plugin-unicorn": "^49.0.0", "github-api": "^3.4.0", "graphql": "^16.8.1", @@ -27020,6 +27021,33 @@ "typescript": ">=4.0.0" } }, + "node_modules/eslint-plugin-storybook": { + "version": "0.6.15", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.15.tgz", + "integrity": "sha512-lAGqVAJGob47Griu29KXYowI4G7KwMoJDOkEip8ujikuDLxU+oWJ1l0WL6F2oDO4QiyUFXvtDkEkISMOPzo+7w==", + "dev": true, + "dependencies": { + "@storybook/csf": "^0.0.1", + "@typescript-eslint/utils": "^5.45.0", + "requireindex": "^1.1.0", + "ts-dedent": "^2.2.0" + }, + "engines": { + "node": "12.x || 14.x || >= 16" + }, + "peerDependencies": { + "eslint": ">=6" + } + }, + "node_modules/eslint-plugin-storybook/node_modules/@storybook/csf": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.1.tgz", + "integrity": "sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==", + "dev": true, + "dependencies": { + "lodash": "^4.17.15" + } + }, "node_modules/eslint-plugin-unicorn": { "version": "49.0.0", "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz", diff --git a/package.json b/package.json index 01e4658bb1..7ba087b10f 100644 --- a/package.json +++ b/package.json @@ -162,6 +162,7 @@ "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.3", + "eslint-plugin-storybook": "^0.6.15", "eslint-plugin-unicorn": "^49.0.0", "github-api": "^3.4.0", "graphql": "^16.8.1",