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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-04 07:58:35 +00:00
committed by GitHub
parent db7bcf8d8a
commit a6e9d363f0
2 changed files with 12 additions and 10 deletions

View File

@@ -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": {

View File

@@ -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",