nx/docs/generated/packages/storybook/migrations/update-21-2-0-migrate-storybook-v9.json
Colum Ferry e73a1411a0
feat(storybook)!: support storybook 9 (#31172)
## Current Behavior
We currently do not have support for Storybook 9, nor any migrations to
help users switch to it.


## Expected Behavior
Support Storybook 9 and add a migration for users to switch to v9

BREAKING CHANGE: Remove deprecated generators:
`@nx/storybook:cypress-project`,
`@nx/react-native:storybook-configuration`, `@nx/react-native:stories`,
`@nx/react-native:component-story`
2025-06-06 12:51:47 -04:00

14 lines
372 B
JSON

{
"name": "update-21-2-0-migrate-storybook-v9",
"cli": "nx",
"version": "21.2.0-beta.3",
"description": "Update workspace to use Storybook v9",
"implementation": "/packages/storybook/src/migrations/update-21-1-0/update-sb-9.ts",
"aliases": [],
"hidden": false,
"path": "/packages/storybook",
"schema": null,
"type": "migration",
"examplesFile": ""
}