Skip to content

Commit 5b4fba3

Browse files
authored
Merge pull request #356 from chromaui/norbert/add-sb-canary-support
add sb canary compatibility
2 parents 23b3e5c + c46889c commit 5b4fba3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"zx": "^1.14.1"
133133
},
134134
"peerDependencies": {
135-
"storybook": "^9.0.0 || ^9.0.0-0"
135+
"storybook": "^0.0.0-0 || ^9.0.0 || ^9.0.0-0"
136136
},
137137
"packageManager": "[email protected]",
138138
"engines": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ __metadata:
10401040
zod: "npm:^3.22.2"
10411041
zx: "npm:^1.14.1"
10421042
peerDependencies:
1043-
storybook: ^9.0.0 || ^9.0.0-0
1043+
storybook: ^0.0.0-0 || ^9.0.0 || ^9.0.0-0
10441044
languageName: unknown
10451045
linkType: soft
10461046

0 commit comments

Comments
 (0)