Skip to content

Commit 9009e53

Browse files
committedNov 19, 2020
v6.1.0-rc.6
1 parent eaceece commit 9009e53

File tree

82 files changed

+540
-540
lines changed

Some content is hidden

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

82 files changed

+540
-540
lines changed
 

‎addons/a11y/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-a11y",
3-
"version": "6.1.0-rc.5",
3+
"version": "6.1.0-rc.6",
44
"description": "a11y addon for storybook",
55
"keywords": [
66
"a11y",
@@ -33,14 +33,14 @@
3333
"prepare": "node ../../scripts/prepare.js"
3434
},
3535
"dependencies": {
36-
"@storybook/addons": "6.1.0-rc.5",
37-
"@storybook/api": "6.1.0-rc.5",
38-
"@storybook/channels": "6.1.0-rc.5",
39-
"@storybook/client-api": "6.1.0-rc.5",
40-
"@storybook/client-logger": "6.1.0-rc.5",
41-
"@storybook/components": "6.1.0-rc.5",
42-
"@storybook/core-events": "6.1.0-rc.5",
43-
"@storybook/theming": "6.1.0-rc.5",
36+
"@storybook/addons": "6.1.0-rc.6",
37+
"@storybook/api": "6.1.0-rc.6",
38+
"@storybook/channels": "6.1.0-rc.6",
39+
"@storybook/client-api": "6.1.0-rc.6",
40+
"@storybook/client-logger": "6.1.0-rc.6",
41+
"@storybook/components": "6.1.0-rc.6",
42+
"@storybook/core-events": "6.1.0-rc.6",
43+
"@storybook/theming": "6.1.0-rc.6",
4444
"axe-core": "^4.0.1",
4545
"core-js": "^3.0.1",
4646
"global": "^4.3.2",

‎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.1.0-rc.5",
3+
"version": "6.1.0-rc.6",
44
"description": "Action Logger addon for storybook",
55
"keywords": [
66
"storybook"
@@ -28,12 +28,12 @@
2828
"prepare": "node ../../scripts/prepare.js"
2929
},
3030
"dependencies": {
31-
"@storybook/addons": "6.1.0-rc.5",
32-
"@storybook/api": "6.1.0-rc.5",
33-
"@storybook/client-api": "6.1.0-rc.5",
34-
"@storybook/components": "6.1.0-rc.5",
35-
"@storybook/core-events": "6.1.0-rc.5",
36-
"@storybook/theming": "6.1.0-rc.5",
31+
"@storybook/addons": "6.1.0-rc.6",
32+
"@storybook/api": "6.1.0-rc.6",
33+
"@storybook/client-api": "6.1.0-rc.6",
34+
"@storybook/components": "6.1.0-rc.6",
35+
"@storybook/core-events": "6.1.0-rc.6",
36+
"@storybook/theming": "6.1.0-rc.6",
3737
"core-js": "^3.0.1",
3838
"fast-deep-equal": "^3.1.1",
3939
"global": "^4.3.2",

0 commit comments

Comments
 (0)
Please sign in to comment.