Merge pull request #19673 from konsalex/patch-1

future tag to next
This commit is contained in:
Michael Shilman 2022-11-01 09:20:48 +08:00 committed by GitHub
commit 66346bb70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,7 +381,7 @@ To convert this project to 7.0:
"build-storybook": "storybook build <some flags>"
},
"devDependencies": {
"storybook": "future"
"storybook": "next"
}
}
```