Skip to content

Commit

Permalink
chore: Add Storybook v7 to peer deps
Browse files Browse the repository at this point in the history
#175

close #175
  • Loading branch information
pocka committed Nov 22, 2022
1 parent 41e7f61 commit 3789d09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/storybook-addon-designs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"typescript": "^4.7.3"
},
"peerDependencies": {
"@storybook/addon-docs": "^6.4.0",
"@storybook/addons": "^6.4.0",
"@storybook/api": "^6.4.0",
"@storybook/components": "^6.4.0",
"@storybook/theming": "^6.4.0",
"@storybook/addon-docs": "^6.4.0 || ^7.0.0",
"@storybook/addons": "^6.4.0 || ^7.0.0",
"@storybook/api": "^6.4.0 || ^7.0.0",
"@storybook/components": "^6.4.0 || ^7.0.0",
"@storybook/theming": "^6.4.0 || ^7.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

0 comments on commit 3789d09

Please sign in to comment.