File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ module.exports = {
77 stories : [ "../src/**/*.stories.@(js|jsx|ts|tsx)" ] ,
88 addons : [
99 "@storybook/addon-links" ,
10- '@storybook/addon-docs' ,
10+ "@storybook/addon-docs" ,
11+ "@storybook/addon-a11y" ,
1112 {
1213 name : "@storybook/preset-scss" ,
1314 options : {
Original file line number Diff line number Diff line change 120120 "@eslint/compat" : " ^2.1.0" ,
121121 "@eslint/eslintrc" : " ^3.3.5" ,
122122 "@eslint/js" : " ^10.0.1" ,
123+ "@storybook/addon-a11y" : " ^10.4.0" ,
123124 "@storybook/addon-actions" : " ^9.0.8" ,
124125 "@storybook/addon-docs" : " ^10.4.0" ,
125126 "@storybook/addon-links" : " ^10.4.0" ,
Original file line number Diff line number Diff line change 33333333 dependencies:
33343334 "@sinonjs/commons" "^3.0.1"
33353335
3336+ "@storybook/addon-a11y@^10.4.0":
3337+ version "10.4.0"
3338+ resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-10.4.0.tgz#f53aa81b50fdfa4c1ce87f0da44354f4b34c98b9"
3339+ integrity sha512-N1QRmh+PMe5O81KDf8oPDv/csdLAmDCRCYLByukqdUXpTNlcULHDFUJNXl00/rFpbt7PbOZqzRzs72JJt6nWPA==
3340+ dependencies:
3341+ "@storybook/global" "^5.0.0"
3342+ axe-core "^4.2.0"
3343+
33363344"@storybook/addon-actions@^9.0.8":
33373345 version "9.0.8"
33383346 resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-9.0.8.tgz#0a9a044c31dd20e5aaa22eb0cb4e36771f40def8"
@@ -4613,6 +4621,11 @@ available-typed-arrays@^1.0.7:
46134621 dependencies:
46144622 possible-typed-array-names "^1.0.0"
46154623
4624+ axe-core@^4.2.0:
4625+ version "4.11.4"
4626+ resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.11.4.tgz#5b535e381ff1e61ffdd615e5483d16186d3b46a5"
4627+ integrity sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==
4628+
46164629babel-core@^7.0.0-bridge.0:
46174630 version "7.0.0-bridge.0"
46184631 resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
You can’t perform that action at this time.
0 commit comments