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

Commit

Permalink
Merge pull request #138 from storybookjs/feat/prepare-for-sb7
Browse files Browse the repository at this point in the history
Support Storybook 7.0.0
  • Loading branch information
yannbf authored Mar 31, 2023
2 parents ff0f386 + 1078df7 commit d7a6e8e
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 578 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 14.x
uses: actions/setup-node@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand All @@ -25,4 +25,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release
yarn release
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
}
],
"dependencies": {
"@storybook/csf": "^0.0.2-next.7"
"@storybook/csf": "next"
},
"devDependencies": {
"@auto-it/conventional-commits": "^10.31.0",
"@auto-it/first-time-contributor": "^10.31.0",
"@auto-it/released": "^10.31.0",
"@size-limit/preset-small-lib": "^4.10.1",
"@storybook/client-logger": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/preview-api": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/react": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/types": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/client-logger": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/preview-api": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/react": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/types": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@types/react": "17",
"auto": "^10.31.0",
"concurrently": "^6.0.0",
Expand All @@ -79,10 +79,10 @@
"typescript": "^4.9.3"
},
"peerDependencies": {
"@storybook/client-logger": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/preview-api": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/react": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/types": "^7.0.0-alpha.62 || ^7.0.0",
"@storybook/client-logger": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/preview-api": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/react": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/types": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
Expand All @@ -100,4 +100,4 @@
"released"
]
}
}
}
Loading

0 comments on commit d7a6e8e

Please sign in to comment.