@storybook/addon-a11y 6.4.8 → 6.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -22,6 +22,8 @@ module.exports = {
22
22
  };
23
23
  ```
24
24
 
25
+ And here's a sample story file to test the addon:
26
+
25
27
  ```js
26
28
  import React from 'react';
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "6.4.8",
3
+ "version": "6.4.13",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -45,14 +45,14 @@
45
45
  "prepare": "node ../../scripts/prepare.js"
46
46
  },
47
47
  "dependencies": {
48
- "@storybook/addons": "6.4.8",
49
- "@storybook/api": "6.4.8",
50
- "@storybook/channels": "6.4.8",
51
- "@storybook/client-logger": "6.4.8",
52
- "@storybook/components": "6.4.8",
53
- "@storybook/core-events": "6.4.8",
48
+ "@storybook/addons": "6.4.13",
49
+ "@storybook/api": "6.4.13",
50
+ "@storybook/channels": "6.4.13",
51
+ "@storybook/client-logger": "6.4.13",
52
+ "@storybook/components": "6.4.13",
53
+ "@storybook/core-events": "6.4.13",
54
54
  "@storybook/csf": "0.0.2--canary.87bc651.0",
55
- "@storybook/theming": "6.4.8",
55
+ "@storybook/theming": "6.4.13",
56
56
  "axe-core": "^4.2.0",
57
57
  "core-js": "^3.8.2",
58
58
  "global": "^4.4.0",
@@ -81,7 +81,7 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "d6b59f78a528a5c7922e71d28b583dd31ad67e7d",
84
+ "gitHead": "d0c1e8a2f33b515a945d1a1a83560ba7045f6a5e",
85
85
  "sbmodern": "dist/modern/index.js",
86
86
  "storybook": {
87
87
  "displayName": "Accessibility",