nx/tools/workspace-plugin
Jack Hsu e8647df08a
fix(storybook): fix package.json updates so @storybook packages are in sync during migration (#30191)
This PR is the same as https://github.com/nrwl/nx/pull/30187 but for
`@storybook` packages. We want to make sure that workspaces that have
other `@storybook/*` packages installed have their versions updated
along with the packages we use. Otherwise version mismatches can lead to
errors due to changing APIs.

This PR also adds a conformance rule that prevents mistakes from going
out in future migrations.
2025-02-27 16:50:32 -05:00
..

workspace-plugin

This library was generated with Nx.

Building

Run nx build workspace-plugin to build the library.

Running unit tests

Run nx test workspace-plugin to execute the unit tests via Jest.