You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Remove Storybook dependencies and make them peer dependencies of `@chromatic-com/playwright` and `@chromatic-com/cypress`
8
+
9
+
The release of Storybook 9 has surfaced issues with the E2E packages having their own dependency on a specific version of Storybook when they are included in a monorepo setup that also has a separate dependency on a different major version of Storybook.
10
+
11
+
This has a couple of implications for the 1.x release of the E2E integration:
12
+
13
+
- The Storybook dependency will be replaced by a peer dependency that will need to be fulfilled by the consuming project
14
+
- The peer dependency will require Storybook 9
15
+
16
+
Projects that use the E2E integration and also have a separate dependency on Storybook 8 or below should stay on version 0.x of the E2E package being used.
0 commit comments