Skip to content

Commit

Permalink
Merge pull request #315 from storybookjs/feat/switch-future-to-next
Browse files Browse the repository at this point in the history
Change dependencies from `future` npm tag to `next`
  • Loading branch information
yannbf committed Jun 19, 2023
2 parents 014df0c + 28d1143 commit 79d9fcd
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
},
"dependencies": {
"@babel/core": "^7.20.7",
"@babel/generator": "^7.18.13",
"@babel/types": "^7.14.8",
"@babel/template": "^7.14.5",
"@storybook/core-common": "future",
"@storybook/csf": "^0.1.0",
"@storybook/csf-tools": "future",
"@storybook/preview-api": "future",
"@babel/core": "^7.22.5",
"@babel/generator": "^7.22.5",
"@babel/types": "^7.22.5",
"@babel/template": "^7.22.5",
"@storybook/core-common": "next",
"@storybook/csf": "^0.1.1",
"@storybook/csf-tools": "next",
"@storybook/preview-api": "next",
"@swc/core": "^1.3.18",
"@swc/jest": "^0.2.23",
"can-bind-to-host": "^1.1.1",
Expand Down

0 comments on commit 79d9fcd

Please sign in to comment.