@storybook/addon-a11y 8.2.0-alpha.5 → 8.2.0-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-a11y",
|
3
|
-
"version": "8.2.0-alpha.
|
3
|
+
"version": "8.2.0-alpha.7",
|
4
4
|
"description": "Test component compliance with web accessibility standards",
|
5
5
|
"keywords": [
|
6
6
|
"a11y",
|
@@ -29,13 +29,13 @@
|
|
29
29
|
".": {
|
30
30
|
"types": "./dist/index.d.ts",
|
31
31
|
"node": "./dist/index.js",
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"import": "./dist/index.mjs",
|
33
|
+
"require": "./dist/index.js"
|
34
34
|
},
|
35
35
|
"./preview": {
|
36
36
|
"types": "./dist/preview.d.ts",
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"import": "./dist/preview.mjs",
|
38
|
+
"require": "./dist/preview.js"
|
39
39
|
},
|
40
40
|
"./manager": "./dist/manager.js",
|
41
41
|
"./register": "./dist/manager.js",
|
@@ -56,19 +56,19 @@
|
|
56
56
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts"
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
|
-
"@storybook/addon-highlight": "8.2.0-alpha.
|
59
|
+
"@storybook/addon-highlight": "8.2.0-alpha.7",
|
60
60
|
"axe-core": "^4.2.0"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
|
-
"@storybook/channels": "8.2.0-alpha.
|
64
|
-
"@storybook/client-logger": "8.2.0-alpha.
|
65
|
-
"@storybook/components": "8.2.0-alpha.
|
63
|
+
"@storybook/channels": "8.2.0-alpha.7",
|
64
|
+
"@storybook/client-logger": "8.2.0-alpha.7",
|
65
|
+
"@storybook/components": "8.2.0-alpha.7",
|
66
66
|
"@storybook/global": "^5.0.0",
|
67
67
|
"@storybook/icons": "^1.2.5",
|
68
|
-
"@storybook/manager-api": "8.2.0-alpha.
|
69
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
70
|
-
"@storybook/theming": "8.2.0-alpha.
|
71
|
-
"@storybook/types": "8.2.0-alpha.
|
68
|
+
"@storybook/manager-api": "8.2.0-alpha.7",
|
69
|
+
"@storybook/preview-api": "8.2.0-alpha.7",
|
70
|
+
"@storybook/theming": "8.2.0-alpha.7",
|
71
|
+
"@storybook/types": "8.2.0-alpha.7",
|
72
72
|
"@testing-library/react": "^14.0.0",
|
73
73
|
"lodash": "^4.17.21",
|
74
74
|
"react": "^18.2.0",
|