Skip to content

Commit 5af3167

Browse files
JReinholdCopilot
andcommitted
Support Storybook canary peer ranges
Add the ^0.0.0-0 peer dependency range for Storybook packages so canary releases are accepted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3d64e2b commit 5af3167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/brisk-otters-dance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@storybook/addon-webpack5-compiler-swc': patch
33
---
44

5-
Add provenance to npm releases.
5+
Add npm provenance and support Storybook canary releases

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"webpack": "^5.101.3"
7171
},
7272
"peerDependencies": {
73-
"storybook": "^9.0.0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0"
73+
"storybook": "^0.0.0-0 || ^9.0.0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0"
7474
},
7575
"engines": {
7676
"node": ">=18"

0 commit comments

Comments
 (0)