Merge pull request #4069 from backstage/freben/core-api

plugins should not depend on core-api
This commit is contained in:
Fredrik Adelöw
2021-01-14 12:49:42 +01:00
committed by GitHub
13 changed files with 32 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-github-actions': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-techdocs': patch
---
Remove dependency on `@backstage/core-api`. No plugin should ever depend on that package; it's an internal concern whose important bits are re-exported by `@backstage/core` which is the public facing dependency to use.