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

Commit

Permalink
Merge pull request #22 from storybookjs/feat/support-sb-7.0
Browse files Browse the repository at this point in the history
Support storybook 7.0
  • Loading branch information
yannbf committed Dec 12, 2022
2 parents 8e2a279 + 2783ae7 commit 894b7c6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,25 @@
},
"dependencies": {
"@storybook/expect": "storybook-jest",
"@storybook/instrumenter": "^6.4.0",
"@storybook/instrumenter": "next",
"@testing-library/jest-dom": "^5.16.2",
"jest-mock": "^27.3.0"
},
"devDependencies": {
"@auto-it/first-time-contributor": "^10.32.6",
"@auto-it/released": "^10.32.6",
"@auto-it/first-time-contributor": "^10.37.6",
"@auto-it/released": "^10.37.6",
"@storybook/linter-config": "^3.1.2",
"@types/react": "*",
"auto": "^10.32.6",
"auto": "^10.37.6",
"expect": "^27.3.1",
"typescript": "^4.4.3"
},
"author": "yannbf@gmail.com",
"auto": {
"prereleaseBranches": [
"next",
"prerelease"
],
"plugins": [
"npm",
"first-time-contributor",
Expand Down

0 comments on commit 894b7c6

Please sign in to comment.