Skip to content

Commit

Permalink
Addon-docs: Upgrade mdx1-csf peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jan 25, 2023
1 parent 7a495e0 commit dd01de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"typescript": "~4.9.3"
},
"peerDependencies": {
"@storybook/mdx1-csf": "0.0.5--canary.19.89e7fd1.0",
"@storybook/mdx1-csf": ">=1.0.0-0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5206,7 +5206,7 @@ __metadata:
ts-dedent: ^2.0.0
typescript: ~4.9.3
peerDependencies:
"@storybook/mdx1-csf": 0.0.5--canary.19.89e7fd1.0
"@storybook/mdx1-csf": ">=1.0.0-0"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
Expand Down

0 comments on commit dd01de3

Please sign in to comment.