@storybook/addon-a11y 8.4.0-beta.3 → 8.4.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.4.0-beta.3",
3
+ "version": "8.4.0-beta.5",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -55,7 +55,7 @@
55
55
  "prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
56
56
  },
57
57
  "dependencies": {
58
- "@storybook/addon-highlight": "8.4.0-beta.3",
58
+ "@storybook/addon-highlight": "8.4.0-beta.5",
59
59
  "axe-core": "^4.2.0"
60
60
  },
61
61
  "devDependencies": {
@@ -69,7 +69,7 @@
69
69
  "typescript": "^5.3.2"
70
70
  },
71
71
  "peerDependencies": {
72
- "storybook": "^8.4.0-beta.3"
72
+ "storybook": "^8.4.0-beta.5"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public"