Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from storybookjs/feat/prepare-for-sb7
Browse files Browse the repository at this point in the history
Support Storybook 7.0.0
  • Loading branch information
yannbf committed Mar 31, 2023
2 parents b071c0a + 136d346 commit 531954a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@storybook/client-logger": "next",
"@storybook/instrumenter": "next",
"@storybook/client-logger": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/instrumenter": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@testing-library/dom": "^8.3.0",
"@testing-library/user-event": "^13.2.1",
"ts-dedent": "^2.2.0"
Expand All @@ -48,7 +48,12 @@
"prerelease"
],
"plugins": [
"npm",
[
"npm",
{
"legacyAuth": true
}
],
"first-time-contributor",
"released"
]
Expand Down

0 comments on commit 531954a

Please sign in to comment.