[Feature]Support storybook v9 #1008
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #1007
Hi, thank you for developing this great library called storycap.
I am currently using storycap and am in the process of updating Storybook to v9.
When I try to build Storybook, I get an error due to the following deprecated libraries that storycap depends on.
Each of the above has been incorporated into the core of Storybook in the latest version of Storybook, so they no longer need to be installed.
Accordingly, the existing code has been modified and an example for v9 has been added.
Also, this Storybook change destructively changes the contents of peerDependencies, so storycap will no longer work with v7 and v8.
Therefore, would you please consider incorporating this change as a major version update to storycap itself?
In addition, since the v7 and v8 examples will no longer be available, we would like to consider removing them.