Skip to content

Commit

Permalink
Merge pull request #38 from storybookjs/shilman/upgrade-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 051f37c + 8dab49f commit f241141
Show file tree
Hide file tree
Showing 4 changed files with 2,044 additions and 1,718 deletions.
6 changes: 3 additions & 3 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 Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- 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 Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@babel/types": "^7.14.8",
"@jest/types": "^27.0.6",
"@mdx-js/mdx": "^2.0.0",
"@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 @@ -73,7 +73,7 @@
"react-dom": "^17.0.1",
"remark-gfm": "^3.0.1",
"rimraf": "^3.0.2",
"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 f241141

Please sign in to comment.