Skip to content

Commit

Permalink
Merge pull request #22 from storybookjs/shilman/update-to-v7
Browse files Browse the repository at this point in the history
Upgrade to SB7.0
  • Loading branch information
shilman authored Mar 31, 2023
2 parents 407c7f2 + 909f1b7 commit 351cef0
Show file tree
Hide file tree
Showing 4 changed files with 1,028 additions and 1,166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git fetch --unshallow --tags

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2

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

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@babel/preset-typescript": "^7.13.0",
"@babel/types": "^7.14.8",
"@jest/types": "^27.0.6",
"@storybook/addon-actions": "next",
"@storybook/addon-essentials": "next",
"@storybook/addon-interactions": "next",
"@storybook/addon-links": "next",
"@storybook/react": "next",
"@storybook/react-webpack5": "next",
"@storybook/addon-actions": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/addon-essentials": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/addon-interactions": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/addon-links": "^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/react-webpack5": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/testing-library": "next",
"@testing-library/dom": "^8.1.0",
"@testing-library/react": "^12.0.0",
Expand All @@ -67,7 +67,7 @@
"prettier": "^2.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"storybook": "next",
"storybook": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^27.0.4",
"tsup": "^6.2.2",
Expand Down
Loading

0 comments on commit 351cef0

Please sign in to comment.