Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit fa462a2

Browse files
fix(deps): update dependency eslint-plugin-storybook to v0.8.0
1 parent 1792b61 commit fa462a2

File tree

2 files changed

+57
-9
lines changed

2 files changed

+57
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"eslint-plugin-react-hooks": "4.6.0",
113113
"eslint-plugin-simple-import-sort": "10.0.0",
114114
"eslint-plugin-sonarjs": "0.19.0",
115-
"eslint-plugin-storybook": "0.6.11",
115+
"eslint-plugin-storybook": "0.8.0",
116116
"eslint-plugin-tailwindcss": "3.10.3",
117117
"eslint-plugin-testing-library": "5.10.2",
118118
"eslint-plugin-unicorn": "46.0.0",

yarn.lock

Lines changed: 56 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,14 @@
14531453
"@typescript-eslint/types" "5.57.1"
14541454
"@typescript-eslint/visitor-keys" "5.57.1"
14551455

1456+
"@typescript-eslint/[email protected]":
1457+
version "5.62.0"
1458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1459+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1460+
dependencies:
1461+
"@typescript-eslint/types" "5.62.0"
1462+
"@typescript-eslint/visitor-keys" "5.62.0"
1463+
14561464
"@typescript-eslint/[email protected]":
14571465
version "5.56.0"
14581466
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
@@ -1473,6 +1481,11 @@
14731481
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
14741482
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
14751483

1484+
"@typescript-eslint/[email protected]":
1485+
version "5.62.0"
1486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1487+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1488+
14761489
"@typescript-eslint/[email protected]":
14771490
version "5.56.0"
14781491
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
@@ -1499,6 +1512,19 @@
14991512
semver "^7.3.7"
15001513
tsutils "^3.21.0"
15011514

1515+
"@typescript-eslint/[email protected]":
1516+
version "5.62.0"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1518+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1519+
dependencies:
1520+
"@typescript-eslint/types" "5.62.0"
1521+
"@typescript-eslint/visitor-keys" "5.62.0"
1522+
debug "^4.3.4"
1523+
globby "^11.1.0"
1524+
is-glob "^4.0.3"
1525+
semver "^7.3.7"
1526+
tsutils "^3.21.0"
1527+
15021528
"@typescript-eslint/[email protected]":
15031529
version "5.56.0"
15041530
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
@@ -1513,7 +1539,7 @@
15131539
eslint-scope "^5.1.1"
15141540
semver "^7.3.7"
15151541

1516-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.43.0", "@typescript-eslint/utils@^5.45.0":
1542+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.43.0":
15171543
version "5.57.1"
15181544
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
15191545
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
@@ -1527,6 +1553,20 @@
15271553
eslint-scope "^5.1.1"
15281554
semver "^7.3.7"
15291555

1556+
"@typescript-eslint/utils@^5.62.0":
1557+
version "5.62.0"
1558+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1559+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1560+
dependencies:
1561+
"@eslint-community/eslint-utils" "^4.2.0"
1562+
"@types/json-schema" "^7.0.9"
1563+
"@types/semver" "^7.3.12"
1564+
"@typescript-eslint/scope-manager" "5.62.0"
1565+
"@typescript-eslint/types" "5.62.0"
1566+
"@typescript-eslint/typescript-estree" "5.62.0"
1567+
eslint-scope "^5.1.1"
1568+
semver "^7.3.7"
1569+
15301570
"@typescript-eslint/[email protected]":
15311571
version "5.56.0"
15321572
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
@@ -1543,6 +1583,14 @@
15431583
"@typescript-eslint/types" "5.57.1"
15441584
eslint-visitor-keys "^3.3.0"
15451585

1586+
"@typescript-eslint/[email protected]":
1587+
version "5.62.0"
1588+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1589+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1590+
dependencies:
1591+
"@typescript-eslint/types" "5.62.0"
1592+
eslint-visitor-keys "^3.3.0"
1593+
15461594
JSONStream@^1.0.4:
15471595
version "1.3.5"
15481596
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -2837,14 +2885,14 @@ [email protected]:
28372885
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.19.0.tgz#6654bc1c6d24c2183891b8bfe1175004dbba1e3c"
28382886
integrity sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==
28392887

2840-
eslint-plugin-storybook@0.6.11:
2841-
version "0.6.11"
2842-
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.11.tgz#3c52fc3e994d1539d8a69c4028999402601eaacb"
2843-
integrity sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==
2888+
eslint-plugin-storybook@0.8.0:
2889+
version "0.8.0"
2890+
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz#23185ecabdc289cae55248c090f0c1d8fbae6c41"
2891+
integrity sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==
28442892
dependencies:
28452893
"@storybook/csf" "^0.0.1"
2846-
"@typescript-eslint/utils" "^5.45.0"
2847-
requireindex "^1.1.0"
2894+
"@typescript-eslint/utils" "^5.62.0"
2895+
requireindex "^1.2.0"
28482896
ts-dedent "^2.2.0"
28492897

28502898
@@ -5946,7 +5994,7 @@ require-directory@^2.1.1:
59465994
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
59475995
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
59485996

5949-
requireindex@^1.1.0, requireindex@^1.2.0, requireindex@~1.2.0:
5997+
requireindex@^1.2.0, requireindex@~1.2.0:
59505998
version "1.2.0"
59515999
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
59526000
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==

0 commit comments

Comments
 (0)