feat: remove traces of plugin api + moved faker to dev deps
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -19,6 +19,4 @@ export {
|
||||
GitHubIssuesCard,
|
||||
} from './plugin';
|
||||
|
||||
export * from './api';
|
||||
|
||||
export type { GitHubIssuesProps } from './components/GitHubIssues';
|
||||
|
||||
Reference in New Issue
Block a user