@storybook/addon-a11y 8.3.0-alpha.8 → 8.3.0-beta.0

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.3.0-alpha.8",
3
+ "version": "8.3.0-beta.0",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -29,8 +29,7 @@
29
29
  ".": {
30
30
  "types": "./dist/index.d.ts",
31
31
  "import": "./dist/index.mjs",
32
- "require": "./dist/index.js",
33
- "node": "./dist/index.js"
32
+ "require": "./dist/index.js"
34
33
  },
35
34
  "./preview": {
36
35
  "types": "./dist/preview.d.ts",
@@ -56,7 +55,7 @@
56
55
  "prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
57
56
  },
58
57
  "dependencies": {
59
- "@storybook/addon-highlight": "8.3.0-alpha.8",
58
+ "@storybook/addon-highlight": "8.3.0-beta.0",
60
59
  "axe-core": "^4.2.0"
61
60
  },
62
61
  "devDependencies": {
@@ -71,7 +70,7 @@
71
70
  "typescript": "^5.3.2"
72
71
  },
73
72
  "peerDependencies": {
74
- "storybook": "^8.3.0-alpha.8"
73
+ "storybook": "^8.3.0-beta.0"
75
74
  },
76
75
  "publishConfig": {
77
76
  "access": "public"