@storybook/addon-a11y 7.2.0-canary-22285-1690367272-d07bfc52.0 → 7.2.0-rc.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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-a11y",
3
- "version": "7.2.0-canary-22285-1690367272-d07bfc52.0",
3
+ "version": "7.2.0-rc.0",
4
4
  "description": "Test component compliance with web accessibility standards",
5
5
  "keywords": [
6
6
  "a11y",
@@ -63,16 +63,16 @@
63
63
  "prep": "../../../scripts/prepare/bundle.ts"
64
64
  },
65
65
  "dependencies": {
66
- "@storybook/addon-highlight": "7.2.0-canary-22285-1690367272-d07bfc52.0",
67
- "@storybook/channels": "7.2.0-canary-22285-1690367272-d07bfc52.0",
68
- "@storybook/client-logger": "7.2.0-canary-22285-1690367272-d07bfc52.0",
69
- "@storybook/components": "7.2.0-canary-22285-1690367272-d07bfc52.0",
70
- "@storybook/core-events": "7.2.0-canary-22285-1690367272-d07bfc52.0",
66
+ "@storybook/addon-highlight": "7.2.0-rc.0",
67
+ "@storybook/channels": "7.2.0-rc.0",
68
+ "@storybook/client-logger": "7.2.0-rc.0",
69
+ "@storybook/components": "7.2.0-rc.0",
70
+ "@storybook/core-events": "7.2.0-rc.0",
71
71
  "@storybook/global": "^5.0.0",
72
- "@storybook/manager-api": "7.2.0-canary-22285-1690367272-d07bfc52.0",
73
- "@storybook/preview-api": "7.2.0-canary-22285-1690367272-d07bfc52.0",
74
- "@storybook/theming": "7.2.0-canary-22285-1690367272-d07bfc52.0",
75
- "@storybook/types": "7.2.0-canary-22285-1690367272-d07bfc52.0",
72
+ "@storybook/manager-api": "7.2.0-rc.0",
73
+ "@storybook/preview-api": "7.2.0-rc.0",
74
+ "@storybook/theming": "7.2.0-rc.0",
75
+ "@storybook/types": "7.2.0-rc.0",
76
76
  "axe-core": "^4.2.0",
77
77
  "lodash": "^4.17.21",
78
78
  "react-resize-detector": "^7.1.2"