Skip to content

Commit 2ff4518

Browse files
committed
support Storybook 7.0.0
1 parent 6427b31 commit 2ff4518

File tree

2 files changed

+255
-7
lines changed

2 files changed

+255
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
"@babel/preset-typescript": "^7.18.6",
108108
"@babel/template": "^7.20.7",
109109
"@babel/types": "^7.20.7",
110-
"@storybook/core-common": "next",
110+
"@storybook/core-common": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
111111
"@storybook/csf": "next",
112-
"@storybook/csf-tools": "next",
113-
"@storybook/preview-api": "next",
112+
"@storybook/csf-tools": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
113+
"@storybook/preview-api": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
114114
"can-bind-to-host": "^1.1.1",
115115
"commander": "^9.0.0",
116116
"expect-playwright": "^0.8.0",

0 commit comments

Comments
 (0)