@storybook/addon-a11y 8.1.0-alpha.8 → 8.1.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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "8.1.0-alpha.8",
3
+ "version": "8.1.0-beta.0",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -56,19 +56,19 @@
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.1.0-alpha.8",
59
+ "@storybook/addon-highlight": "8.1.0-beta.0",
60
60
  "axe-core": "^4.2.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@storybook/channels": "8.1.0-alpha.8",
64
- "@storybook/client-logger": "8.1.0-alpha.8",
65
- "@storybook/components": "8.1.0-alpha.8",
63
+ "@storybook/channels": "8.1.0-beta.0",
64
+ "@storybook/client-logger": "8.1.0-beta.0",
65
+ "@storybook/components": "8.1.0-beta.0",
66
66
  "@storybook/global": "^5.0.0",
67
67
  "@storybook/icons": "^1.2.5",
68
- "@storybook/manager-api": "8.1.0-alpha.8",
69
- "@storybook/preview-api": "8.1.0-alpha.8",
70
- "@storybook/theming": "8.1.0-alpha.8",
71
- "@storybook/types": "8.1.0-alpha.8",
68
+ "@storybook/manager-api": "8.1.0-beta.0",
69
+ "@storybook/preview-api": "8.1.0-beta.0",
70
+ "@storybook/theming": "8.1.0-beta.0",
71
+ "@storybook/types": "8.1.0-beta.0",
72
72
  "@testing-library/react": "^14.0.0",
73
73
  "lodash": "^4.17.21",
74
74
  "react": "^18.2.0",