@storybook/addon-a11y 8.0.4 → 8.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -52,19 +52,19 @@
52
52
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts"
53
53
  },
54
54
  "dependencies": {
55
- "@storybook/addon-highlight": "8.0.4",
55
+ "@storybook/addon-highlight": "8.0.5",
56
56
  "axe-core": "^4.2.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@storybook/channels": "8.0.4",
60
- "@storybook/client-logger": "8.0.4",
61
- "@storybook/components": "8.0.4",
59
+ "@storybook/channels": "8.0.5",
60
+ "@storybook/client-logger": "8.0.5",
61
+ "@storybook/components": "8.0.5",
62
62
  "@storybook/global": "^5.0.0",
63
63
  "@storybook/icons": "^1.2.5",
64
- "@storybook/manager-api": "8.0.4",
65
- "@storybook/preview-api": "8.0.4",
66
- "@storybook/theming": "8.0.4",
67
- "@storybook/types": "8.0.4",
64
+ "@storybook/manager-api": "8.0.5",
65
+ "@storybook/preview-api": "8.0.5",
66
+ "@storybook/theming": "8.0.5",
67
+ "@storybook/types": "8.0.5",
68
68
  "@testing-library/react": "^14.0.0",
69
69
  "lodash": "^4.17.21",
70
70
  "react": "^18.2.0",