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 #21 from storybookjs/tech/loose-versions-of-storybook
Browse files Browse the repository at this point in the history
loosen version ranges of storybook so we can start bench testing 7.0.0 alpha releases
  • Loading branch information
ndelangen committed Jun 10, 2022
2 parents 494835c + bbe3341 commit 1c0d242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@storybook/client-logger": "^6.4.0 || >=6.5.0-0",
"@storybook/instrumenter": "^6.4.0 || >=6.5.0-0",
"@storybook/client-logger": "^6 || ^7 || ^7.0.0-0",
"@storybook/instrumenter": "^6 || ^7 || ^7.0.0-0",
"@testing-library/dom": "^8.3.0",
"@testing-library/user-event": "^13.2.1",
"ts-dedent": "^2.2.0"
Expand Down

0 comments on commit 1c0d242

Please sign in to comment.