@storybook/addon-a11y 8.4.0-alpha.7 → 8.4.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This Storybook addon can be helpful to make your UI components more accessible.
4
4
 
5
- [Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support)
5
+ [Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support)
6
6
 
7
7
  ![Screenshot](https://raw.githubusercontent.com/storybookjs/storybook/next/code/addons/a11y/docs/screenshot.png)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.4.0-alpha.7",
3
+ "version": "8.4.0-beta.0",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -55,12 +55,12 @@
55
55
  "prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
56
56
  },
57
57
  "dependencies": {
58
- "@storybook/addon-highlight": "8.4.0-alpha.7",
58
+ "@storybook/addon-highlight": "8.4.0-beta.0",
59
59
  "axe-core": "^4.2.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@storybook/global": "^5.0.0",
63
- "@storybook/icons": "^1.2.10",
63
+ "@storybook/icons": "^1.2.12",
64
64
  "@testing-library/react": "^14.0.0",
65
65
  "react": "^18.2.0",
66
66
  "react-dom": "^18.2.0",
@@ -69,7 +69,7 @@
69
69
  "typescript": "^5.3.2"
70
70
  },
71
71
  "peerDependencies": {
72
- "storybook": "^8.4.0-alpha.7"
72
+ "storybook": "^8.4.0-beta.0"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public"