@storybook/addon-a11y 7.4.1 → 7.4.3

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "7.4.1",
3
+ "version": "7.4.3",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -64,16 +64,16 @@
64
64
  "prep": "../../../scripts/prepare/bundle.ts"
65
65
  },
66
66
  "dependencies": {
67
- "@storybook/addon-highlight": "7.4.1",
68
- "@storybook/channels": "7.4.1",
69
- "@storybook/client-logger": "7.4.1",
70
- "@storybook/components": "7.4.1",
71
- "@storybook/core-events": "7.4.1",
67
+ "@storybook/addon-highlight": "7.4.3",
68
+ "@storybook/channels": "7.4.3",
69
+ "@storybook/client-logger": "7.4.3",
70
+ "@storybook/components": "7.4.3",
71
+ "@storybook/core-events": "7.4.3",
72
72
  "@storybook/global": "^5.0.0",
73
- "@storybook/manager-api": "7.4.1",
74
- "@storybook/preview-api": "7.4.1",
75
- "@storybook/theming": "7.4.1",
76
- "@storybook/types": "7.4.1",
73
+ "@storybook/manager-api": "7.4.3",
74
+ "@storybook/preview-api": "7.4.3",
75
+ "@storybook/theming": "7.4.3",
76
+ "@storybook/types": "7.4.3",
77
77
  "axe-core": "^4.2.0",
78
78
  "lodash": "^4.17.21",
79
79
  "react-resize-detector": "^7.1.2"