Move EntityProvider to plugin-catalog-react

This commit is contained in:
Oliver Sand
2021-01-26 19:40:03 +01:00
parent c677643afa
commit c7b89e1557
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"dependencies": {
"@backstage/core": "^0.5.0",
"@backstage/catalog-model": "^0.7.0",
"@backstage/plugin-catalog": "^0.2.14",
"@backstage/plugin-catalog-react": "^0.0.1",
"@backstage/test-utils": "^0.1.5",
"@backstage/theme": "^0.2.2",
"@material-ui/core": "^4.11.0",
@@ -14,11 +14,11 @@
* limitations under the License.
*/
import React from 'react';
import { Grid, GridProps, makeStyles } from '@material-ui/core';
import { Entity } from '@backstage/catalog-model';
import { EntityProvider } from '@backstage/plugin-catalog';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { BackstageTheme } from '@backstage/theme';
import { Grid, GridProps, makeStyles } from '@material-ui/core';
import React from 'react';
const useStyles = makeStyles<BackstageTheme, { entity: Entity }>(theme => ({
root: ({ entity }) => ({