Skip to content

Commit d4f1af6

Browse files
committed
allow for canaries
1 parent 960fcb6 commit d4f1af6

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
@@ -126,7 +126,7 @@
126126
"wait-on": "^7.2.0"
127127
},
128128
"peerDependencies": {
129-
"storybook": "^10.0.0 || ^10.0.0-0"
129+
"storybook": "^0.0.0-0 || ^10.0.0 || ^10.0.0-0"
130130
},
131131
"packageManager": "yarn@4.5.1",
132132
"engines": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,7 @@ __metadata:
29922992
vitest: "npm:^3.2.4"
29932993
wait-on: "npm:^7.2.0"
29942994
peerDependencies:
2995-
storybook: ^10.0.0 || ^10.0.0-0
2995+
storybook: ^0.0.0-0 || ^10.0.0 || ^10.0.0-0
29962996
bin:
29972997
test-storybook: ./dist/test-storybook.js
29982998
languageName: unknown

0 commit comments

Comments
 (0)