Skip to content

Commit

Permalink
Update dependency eslint-plugin-storybook to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 7c71d65 commit 7aea4fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.13.2",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-storybook": "0.8.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5460,7 +5460,7 @@
eslint-scope "^5.1.1"
semver "^7.3.7"

"@typescript-eslint/utils@^5.36.1", "@typescript-eslint/utils@^5.45.0":
"@typescript-eslint/utils@^5.36.1", "@typescript-eslint/utils@^5.62.0":
version "5.62.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
Expand Down Expand Up @@ -8299,14 +8299,14 @@ eslint-plugin-cypress@2.13.2:
dependencies:
globals "^11.12.0"

eslint-plugin-storybook@0.6.11:
version "0.6.11"
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.11.tgz#3c52fc3e994d1539d8a69c4028999402601eaacb"
integrity sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==
eslint-plugin-storybook@0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz#23185ecabdc289cae55248c090f0c1d8fbae6c41"
integrity sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==
dependencies:
"@storybook/csf" "^0.0.1"
"@typescript-eslint/utils" "^5.45.0"
requireindex "^1.1.0"
"@typescript-eslint/utils" "^5.62.0"
requireindex "^1.2.0"
ts-dedent "^2.2.0"

eslint-scope@5.1.1, eslint-scope@^5.1.1:
Expand Down Expand Up @@ -14323,7 +14323,7 @@ require-main-filename@^2.0.0:
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==

requireindex@^1.1.0:
requireindex@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
Expand Down

0 comments on commit 7aea4fd

Please sign in to comment.