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 #22 from storybookjs/fix/dependency-range
Browse files Browse the repository at this point in the history
Fix dependency of @storybook/instrumenter
  • Loading branch information
yannbf committed Jun 13, 2022
2 parents dc47354 + 7d7e1a4 commit 7a66e7c
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 || ^7 || ^7.0.0-0",
"@storybook/instrumenter": "^6 || ^7 || ^7.0.0-0",
"@storybook/client-logger": "^6.4.0",
"@storybook/instrumenter": "^6.4.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 7a66e7c

Please sign in to comment.