@storybook/addon-a11y 7.4.0 → 7.4.1
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
3
|
+
"version": "7.4.1",
|
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.
|
68
|
-
"@storybook/channels": "7.4.
|
69
|
-
"@storybook/client-logger": "7.4.
|
70
|
-
"@storybook/components": "7.4.
|
71
|
-
"@storybook/core-events": "7.4.
|
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",
|
72
72
|
"@storybook/global": "^5.0.0",
|
73
|
-
"@storybook/manager-api": "7.4.
|
74
|
-
"@storybook/preview-api": "7.4.
|
75
|
-
"@storybook/theming": "7.4.
|
76
|
-
"@storybook/types": "7.4.
|
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",
|
77
77
|
"axe-core": "^4.2.0",
|
78
78
|
"lodash": "^4.17.21",
|
79
79
|
"react-resize-detector": "^7.1.2"
|