Remove backend dependency in the techdocs plugin (#5168)

Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
Dominik Henneke
2021-03-30 09:12:04 +02:00
committed by GitHub
parent 23a7ffc960
commit bebd1c4fed
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Remove the `@backstage/techdocs-common` dependency to not pull in backend config schemas in the frontend.
-1
View File
@@ -37,7 +37,6 @@
"@backstage/plugin-catalog-react": "^0.1.3",
"@backstage/test-utils": "^0.1.9",
"@backstage/theme": "^0.2.5",
"@backstage/techdocs-common": "^0.4.5",
"@backstage/errors": "^0.1.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",