Skip to content

Commit 154e220

Browse files
authored
Merge pull request #384 from chromaui/yann/support-sb-9.2
Add support for Storybook 9.2
2 parents e8fa975 + 00170da commit 154e220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"zx": "^1.14.1"
121121
},
122122
"peerDependencies": {
123-
"storybook": "^0.0.0-0 || ^9.0.0 || ^9.1.0-0"
123+
"storybook": "^0.0.0-0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0"
124124
},
125125
"packageManager": "[email protected]",
126126
"engines": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ __metadata:
12121212
zod: "npm:^3.22.2"
12131213
zx: "npm:^1.14.1"
12141214
peerDependencies:
1215-
storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0
1215+
storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0
12161216
languageName: unknown
12171217
linkType: soft
12181218

0 commit comments

Comments
 (0)