Skip to content

Commit

Permalink
chore(storybook): add extension a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
cannarocks committed Jan 23, 2024
1 parent 5bb6cdf commit c6f7058
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/preset-create-react-app",
"@storybook/addon-a11y"
],
framework: {
name: "@storybook/react-webpack5",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-image": "^3.0.2",
"@storybook/addon-a11y": "^7.6.10",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2225,6 +2225,14 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@storybook/addon-a11y@^7.6.10":
version "7.6.10"
resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-7.6.10.tgz#ad2a266d52c0b9909f221133ea41b9ffb0e7d9f7"
integrity sha512-TP17m4TAWLSSd2x9cWNg7d0MCZZCojYIG83RZMXAb55jt8gKJBMDbupOoDLydBsABQa5Uk9ZP0D/CvumMon8RA==
dependencies:
"@storybook/addon-highlight" "7.6.10"
axe-core "^4.2.0"

"@storybook/addon-actions@7.0.10":
version "7.0.10"
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-7.0.10.tgz#cd5973a4d99d573ef23c70f0a719b4caf0d434b1"
Expand Down Expand Up @@ -2336,6 +2344,13 @@
"@storybook/global" "^5.0.0"
"@storybook/preview-api" "7.0.10"

"@storybook/addon-highlight@7.6.10":
version "7.6.10"
resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-7.6.10.tgz#19cad3d67655e9b9eef3d2f6760789fc29ba0790"
integrity sha512-dIuS5QmoT1R+gFOcf6CoBa6D9UR5/wHCfPqPRH8dNNcCLtIGSHWQ4v964mS5OCq1Huj7CghmR15lOUk7SaYwUA==
dependencies:
"@storybook/global" "^5.0.0"

"@storybook/addon-interactions@^7.0.9":
version "7.0.10"
resolved "https://registry.yarnpkg.com/@storybook/addon-interactions/-/addon-interactions-7.0.10.tgz#a3d4671ccab376b0c4b7f56d7eaf1316388e107b"
Expand Down Expand Up @@ -5021,6 +5036,11 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

axe-core@^4.2.0:
version "4.8.3"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.3.tgz#205df863dd9917d5979e9435dab4d47692759051"
integrity sha512-d5ZQHPSPkF9Tw+yfyDcRoUOc4g/8UloJJe5J8m4L5+c7AtDdjDLRxew/knnI4CxvtdxEUVgWz4x3OIQUIFiMfw==

axe-core@^4.6.2:
version "4.7.0"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
Expand Down

0 comments on commit c6f7058

Please sign in to comment.