feat: remove traces of plugin api + moved faker to dev deps

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-08-12 13:16:37 +01:00
parent 07096fa843
commit f9a16edaf3
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -29,7 +29,6 @@
"@backstage/integration": "^1.3.0-next.0",
"@backstage/plugin-catalog-react": "^1.1.3-next.2",
"@backstage/theme": "^0.2.15",
"@faker-js/faker": "^7.4.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
@@ -45,6 +44,8 @@
"@backstage/core-app-api": "^1.0.5-next.0",
"@backstage/dev-utils": "^1.0.5-next.1",
"@backstage/test-utils": "^1.1.3-next.0",
"@faker-js/faker": "^7.4.0",
"@spotify/prettier-config": "^14.0.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
-2
View File
@@ -19,6 +19,4 @@ export {
GitHubIssuesCard,
} from './plugin';
export * from './api';
export type { GitHubIssuesProps } from './components/GitHubIssues';