Skip to content

Commit 71f07c4

Browse files
committedDec 1, 2022
v6.5.14-alpha.2
1 parent 30c2aef commit 71f07c4

File tree

79 files changed

+553
-553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+553
-553
lines changed
 

‎addons/a11y/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-a11y",
3-
"version": "6.5.14-alpha.1",
3+
"version": "6.5.14-alpha.2",
44
"description": "Test component compliance with web accessibility standards",
55
"keywords": [
66
"a11y",
@@ -45,14 +45,14 @@
4545
"prepare": "node ../../scripts/prepare.js"
4646
},
4747
"dependencies": {
48-
"@storybook/addons": "6.5.14-alpha.1",
49-
"@storybook/api": "6.5.14-alpha.1",
50-
"@storybook/channels": "6.5.14-alpha.1",
51-
"@storybook/client-logger": "6.5.14-alpha.1",
52-
"@storybook/components": "6.5.14-alpha.1",
53-
"@storybook/core-events": "6.5.14-alpha.1",
48+
"@storybook/addons": "6.5.14-alpha.2",
49+
"@storybook/api": "6.5.14-alpha.2",
50+
"@storybook/channels": "6.5.14-alpha.2",
51+
"@storybook/client-logger": "6.5.14-alpha.2",
52+
"@storybook/components": "6.5.14-alpha.2",
53+
"@storybook/core-events": "6.5.14-alpha.2",
5454
"@storybook/csf": "0.0.2--canary.4566f4d.1",
55-
"@storybook/theming": "6.5.14-alpha.1",
55+
"@storybook/theming": "6.5.14-alpha.2",
5656
"axe-core": "^4.2.0",
5757
"core-js": "^3.8.2",
5858
"global": "^4.4.0",

‎addons/actions/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-actions",
3-
"version": "6.5.14-alpha.1",
3+
"version": "6.5.14-alpha.2",
44
"description": "Get UI feedback when an action is performed on an interactive element",
55
"keywords": [
66
"storybook",
@@ -41,13 +41,13 @@
4141
"prepare": "node ../../scripts/prepare.js"
4242
},
4343
"dependencies": {
44-
"@storybook/addons": "6.5.14-alpha.1",
45-
"@storybook/api": "6.5.14-alpha.1",
46-
"@storybook/client-logger": "6.5.14-alpha.1",
47-
"@storybook/components": "6.5.14-alpha.1",
48-
"@storybook/core-events": "6.5.14-alpha.1",
44+
"@storybook/addons": "6.5.14-alpha.2",
45+
"@storybook/api": "6.5.14-alpha.2",
46+
"@storybook/client-logger": "6.5.14-alpha.2",
47+
"@storybook/components": "6.5.14-alpha.2",
48+
"@storybook/core-events": "6.5.14-alpha.2",
4949
"@storybook/csf": "0.0.2--canary.4566f4d.1",
50-
"@storybook/theming": "6.5.14-alpha.1",
50+
"@storybook/theming": "6.5.14-alpha.2",
5151
"core-js": "^3.8.2",
5252
"fast-deep-equal": "^3.1.3",
5353
"global": "^4.4.0",

0 commit comments

Comments
 (0)