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 #30 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 authored Dec 12, 2022
2 parents 369da7b + 5f44d14 commit e879809
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,26 @@
"access": "public"
},
"dependencies": {
"@storybook/client-logger": "^6.4.0",
"@storybook/instrumenter": "^6.4.0",
"@storybook/client-logger": "next",
"@storybook/instrumenter": "next",
"@testing-library/dom": "^8.3.0",
"@testing-library/user-event": "^13.2.1",
"ts-dedent": "^2.2.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",
"rimraf": "^3.0.2",
"typescript": "^4.4.3"
},
"auto": {
"prereleaseBranches": [
"next",
"prerelease"
],
"plugins": [
"npm",
"first-time-contributor",
Expand Down

0 comments on commit e879809

Please sign in to comment.