@storybook/addon-a11y 8.3.0-alpha.2 → 8.3.0-alpha.3

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.3.0-alpha.2",
3
+ "version": "8.3.0-alpha.3",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -56,7 +56,7 @@
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.3.0-alpha.2",
59
+ "@storybook/addon-highlight": "8.3.0-alpha.3",
60
60
  "axe-core": "^4.2.0"
61
61
  },
62
62
  "devDependencies": {
@@ -71,7 +71,7 @@
71
71
  "typescript": "^5.3.2"
72
72
  },
73
73
  "peerDependencies": {
74
- "storybook": "^8.3.0-alpha.2"
74
+ "storybook": "^8.3.0-alpha.3"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"