fix lint issues/ci

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
This commit is contained in:
Adam Kunicki
2026-01-30 08:38:30 -08:00
parent e7e9fc6386
commit 06e0a2cb22
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/core-app-api": "workspace:^",
"@backstage/core-compat-api": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^",
+2 -1
View File
@@ -13,7 +13,7 @@ import { ExtensionBlueprintParams } from '@backstage/frontend-plugin-api';
import { ExtensionDataRef } from '@backstage/frontend-plugin-api';
import { ExtensionInput } from '@backstage/frontend-plugin-api';
import { HomePageWidgetData } from '@backstage/plugin-home-react/alpha';
import { IconComponent } from '@backstage/core-plugin-api';
import { IconComponent } from '@backstage/frontend-plugin-api';
import { JSX as JSX_2 } from 'react';
import { OverridableExtensionDefinition } from '@backstage/frontend-plugin-api';
import { OverridableFrontendPlugin } from '@backstage/frontend-plugin-api';
@@ -151,6 +151,7 @@ export const HomepageBlueprint: ExtensionBlueprint<{
{
singleton: false;
optional: false;
internal: false;
}
>;
};
@@ -18,6 +18,7 @@ import { QuickStartCard } from '../../plugin';
import { ComponentType, PropsWithChildren } from 'react';
import { wrapInTestApp } from '@backstage/test-utils';
import Grid from '@material-ui/core/Grid';
import Typography from '@material-ui/core/Typography';
import OpenInNewIcon from '@material-ui/icons/OpenInNew';
import ContentImage from './static/backstageSystemModel.png';
@@ -64,11 +65,11 @@ export const Customized = () => {
}
cardDescription="Backstage system model will help you create new entities"
additionalContent={
<p>
<Typography variant="body2" paragraph>
This is a custom description for the Quick Start card. It can be
used to provide additional information or context about the Quick
Start process.
</p>
</Typography>
}
/>
</Grid>
+1
View File
@@ -5929,6 +5929,7 @@ __metadata:
"@backstage/cli": "workspace:^"
"@backstage/config": "workspace:^"
"@backstage/core-app-api": "workspace:^"
"@backstage/core-compat-api": "workspace:^"
"@backstage/core-components": "workspace:^"
"@backstage/core-plugin-api": "workspace:^"
"@backstage/dev-utils": "workspace:^"