Moved shared TechDocs utilities from plugin-techdocs to plugin-techdocs-react

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
This commit is contained in:
Otto Sichert
2022-04-11 17:06:32 +02:00
parent b05870bcb7
commit 883ab7228a
20 changed files with 352 additions and 209 deletions
+8 -2
View File
@@ -37,20 +37,26 @@
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/version-bridge": "^1.0.0",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/styles": "^4.11.0",
"jss": "~10.8.2",
"lodash": "^4.17.21",
"react-helmet": "6.1.0",
"react-router-dom": "6.0.0-beta.0"
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.3.2"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@testing-library/react": "^13.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@backstage/test-utils": "^1.0.1-next.1"
"@backstage/plugin-techdocs": "^1.0.1-next.2",
"@backstage/test-utils": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15"
},
"files": [
"dist"