From a6e9d363f07ac33d2eee4ab25d5357e5a8fc2685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 07:58:35 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 0.6.2 to 0.6.3 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.2 to 0.6.3. - [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.2...v0.6.3) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Umbraco.Web.UI.Client/package-lock.json | 20 +++++++++++--------- src/Umbraco.Web.UI.Client/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/package-lock.json b/src/Umbraco.Web.UI.Client/package-lock.json index c424ce0d3a..dacfd86a93 100644 --- a/src/Umbraco.Web.UI.Client/package-lock.json +++ b/src/Umbraco.Web.UI.Client/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.2", - "eslint-plugin-storybook": "^0.6.2", + "eslint-plugin-storybook": "^0.6.3", "lit-html": "^2.2.7", "msw": "^0.44.2", "msw-storybook-addon": "^1.6.3", @@ -12121,14 +12121,15 @@ "dev": true }, "node_modules/eslint-plugin-storybook": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.2.tgz", - "integrity": "sha512-lL69axZtp+IhF3Y812dQL9JJh9dsuInrdVA4ARAAtcyEOlvDOQXBNLwaFizche/jah7kfuLNhvkR62+UEG9KWA==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.3.tgz", + "integrity": "sha512-e0zIqHsgUz3Bs3PSyiYwCZ3QqyVmRgNQceBtYlnWXscCJLgdvBH8WwqBOvZUb3SAB4ZTYDLG3GMqpxI6PJZwKg==", "dev": true, "dependencies": { "@storybook/csf": "^0.0.1", "@typescript-eslint/experimental-utils": "^5.3.0", - "requireindex": "^1.1.0" + "requireindex": "^1.1.0", + "ts-dedent": "^2.2.0" }, "engines": { "node": "12.x || 14.x || >= 16" @@ -34190,14 +34191,15 @@ } }, "eslint-plugin-storybook": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.2.tgz", - "integrity": "sha512-lL69axZtp+IhF3Y812dQL9JJh9dsuInrdVA4ARAAtcyEOlvDOQXBNLwaFizche/jah7kfuLNhvkR62+UEG9KWA==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.3.tgz", + "integrity": "sha512-e0zIqHsgUz3Bs3PSyiYwCZ3QqyVmRgNQceBtYlnWXscCJLgdvBH8WwqBOvZUb3SAB4ZTYDLG3GMqpxI6PJZwKg==", "dev": true, "requires": { "@storybook/csf": "^0.0.1", "@typescript-eslint/experimental-utils": "^5.3.0", - "requireindex": "^1.1.0" + "requireindex": "^1.1.0", + "ts-dedent": "^2.2.0" }, "dependencies": { "@storybook/csf": { diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index ae8b9215b8..0108b34857 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -64,7 +64,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.2", - "eslint-plugin-storybook": "^0.6.2", + "eslint-plugin-storybook": "^0.6.3", "lit-html": "^2.2.7", "msw": "^0.44.2", "msw-storybook-addon": "^1.6.3",