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

support storybook 7.0 #30

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We talked previously about avoiding the use of next in dependencies. Where did we land on that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To follow up on a discord conversation. We're going to keep these at next, and audit all storybook packages after 7.0 is released, to update them to ^7.0.0 before releasing the final stable versions.

"@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