Skip to content

Commit ed0fe09

Browse files
authored
Replace Storybook canary versions with 10.1.0 prereleases (#59)
* upgrade to storybook 10.1.0-alpha.2 * changesets
1 parent 0d3efa3 commit ed0fe09

File tree

4 files changed

+62
-57
lines changed

4 files changed

+62
-57
lines changed

.changeset/strict-boxes-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@storybook/addon-mcp': patch
3+
---
4+
5+
Allow Storybook 10.1.0 prerelases as peer dependencies

packages/addon-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"vitest": "catalog:"
5252
},
5353
"peerDependencies": {
54-
"storybook": "^9.1.16 || ^10.0.0"
54+
"storybook": "^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)