Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions workspaces/github-marketplace/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist-types
coverage
.vscode
.eslintrc.js
**/api-report.md.api.md
2 changes: 1 addition & 1 deletion workspaces/github-marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@changesets/cli": "^2.28.0",
"@spotify/prettier-config": "^15.0.0",
"node-gyp": "^11.1.0",
"prettier": "^2.3.2",
"prettier": "^3.5.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.14.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import { BackstagePlugin } from '@backstage/core-plugin-api';
import { ComponentType } from 'react';
import { Entity } from '@backstage/catalog-model';
Expand All @@ -12,13 +13,13 @@ import { TemplateEntityV1beta3 } from '@backstage/plugin-scaffolder-common';

// @public
export interface DefaultCatalogPageProps {
groups?: Array<{
title?: React_2.ReactNode;
filter: (entity: Entity) => boolean;
}>;
TemplateCardComponent?: ComponentType<{
template: TemplateEntityV1beta3;
}>;
groups?: Array<{
title?: React_2.ReactNode;
filter: (entity: Entity) => boolean;
}>;
TemplateCardComponent?: ComponentType<{
template: TemplateEntityV1beta3;
}>;
}

// @public
Expand All @@ -31,5 +32,6 @@ export const EntityGitHubActionUsageCard: () => JSX_2.Element;
export const Marketplace: (props: DefaultCatalogPageProps) => JSX.Element;

// @public
export const marketplacePlugin: BackstagePlugin<{}, {}, {}>;
export const marketplacePlugin: BackstagePlugin< {}, {}, {}>;

```
13 changes: 11 additions & 2 deletions workspaces/github-marketplace/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4795,7 +4795,7 @@ __metadata:
"@changesets/cli": "npm:^2.28.0"
"@spotify/prettier-config": "npm:^15.0.0"
node-gyp: "npm:^11.1.0"
prettier: "npm:^2.3.2"
prettier: "npm:^3.5.2"
react: "npm:^17.0.0 || ^18.0.0"
react-dom: "npm:^17.0.0 || ^18.0.0"
react-router-dom: "npm:^6.14.1"
Expand Down Expand Up @@ -20642,7 +20642,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.3.2, prettier@npm:^2.7.1":
"prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand All @@ -20651,6 +20651,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.5.2":
version: 3.5.2
resolution: "prettier@npm:3.5.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/ac7a157c8ec76459b13d81a03ff65d228015992cb926b676b0f1c83edd47e5db8ba257336b400be20942fc671816f1afde377cffe94d9e4368762a3d3acbffe5
languageName: node
linkType: hard

"pretty-error@npm:^4.0.0":
version: 4.0.0
resolution: "pretty-error@npm:4.0.0"
Expand Down
Loading