components,app-api,plugin-api: prefix package names with core-

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-05-27 23:33:29 +02:00
parent 380cf5ed9d
commit 04127b3960
452 changed files with 166 additions and 125 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
This package provides a Storybook build for Backstage. See https://backstage.io/storybook/.
## Why is this not part of `@backstage/components`?
## Why is this not part of `@backstage/core-components`?
This separate storybook package exists because of dependency conflicts with `@backstage/cli`. It uses `nohoist` to avoid the conflicts, and since you can only use that in private packages it has to be separated out of `@backstage/components`.
This separate storybook package exists because of dependency conflicts with `@backstage/cli`. It uses `nohoist` to avoid the conflicts, and since you can only use that in private packages it has to be separated out of `@backstage/core-components`.