@storybook/addon-a11y 8.5.1 → 8.5.2

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.5.1",
3
+ "version": "8.5.2",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -66,8 +66,8 @@
66
66
  "prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
67
67
  },
68
68
  "dependencies": {
69
- "@storybook/addon-highlight": "8.5.1",
70
- "@storybook/test": "8.5.1",
69
+ "@storybook/addon-highlight": "8.5.2",
70
+ "@storybook/test": "8.5.2",
71
71
  "axe-core": "^4.2.0",
72
72
  "vitest-axe": "^0.1.0"
73
73
  },
@@ -85,7 +85,7 @@
85
85
  "typescript": "^5.3.2"
86
86
  },
87
87
  "peerDependencies": {
88
- "storybook": "^8.5.1"
88
+ "storybook": "^8.5.2"
89
89
  },
90
90
  "publishConfig": {
91
91
  "access": "public"