Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 136d346

Browse files
committed
support Storybook 7.0.0
1 parent c568467 commit 136d346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@storybook/client-logger": "next",
31-
"@storybook/instrumenter": "next",
30+
"@storybook/client-logger": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
31+
"@storybook/instrumenter": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
3232
"@testing-library/dom": "^8.3.0",
3333
"@testing-library/user-event": "^13.2.1",
3434
"ts-dedent": "^2.2.0"

0 commit comments

Comments
 (0)