@storybook/addon-a11y 7.6.15 → 7.6.17
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-a11y",
|
3
|
-
"version": "7.6.
|
3
|
+
"version": "7.6.17",
|
4
4
|
"description": "Test component compliance with web accessibility standards",
|
5
5
|
"keywords": [
|
6
6
|
"a11y",
|
@@ -52,18 +52,18 @@
|
|
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": "7.6.
|
55
|
+
"@storybook/addon-highlight": "7.6.17",
|
56
56
|
"axe-core": "^4.2.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@storybook/channels": "7.6.
|
60
|
-
"@storybook/client-logger": "7.6.
|
61
|
-
"@storybook/components": "7.6.
|
59
|
+
"@storybook/channels": "7.6.17",
|
60
|
+
"@storybook/client-logger": "7.6.17",
|
61
|
+
"@storybook/components": "7.6.17",
|
62
62
|
"@storybook/global": "^5.0.0",
|
63
|
-
"@storybook/manager-api": "7.6.
|
64
|
-
"@storybook/preview-api": "7.6.
|
65
|
-
"@storybook/theming": "7.6.
|
66
|
-
"@storybook/types": "7.6.
|
63
|
+
"@storybook/manager-api": "7.6.17",
|
64
|
+
"@storybook/preview-api": "7.6.17",
|
65
|
+
"@storybook/theming": "7.6.17",
|
66
|
+
"@storybook/types": "7.6.17",
|
67
67
|
"@testing-library/react": "^11.2.2",
|
68
68
|
"lodash": "^4.17.21",
|
69
69
|
"react": "^16.8.0",
|