Merge pull request #10307 from RoadieHQ/update-roadie-packages
Update roadie packages
This commit is contained in:
@@ -60,10 +60,10 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"@octokit/rest": "^18.5.3",
|
||||
"@roadiehq/backstage-plugin-buildkite": "^1.4.0",
|
||||
"@roadiehq/backstage-plugin-github-insights": "^1.6.0",
|
||||
"@roadiehq/backstage-plugin-github-pull-requests": "^1.5.0",
|
||||
"@roadiehq/backstage-plugin-travis-ci": "^1.4.0",
|
||||
"@roadiehq/backstage-plugin-buildkite": "^2.0.0",
|
||||
"@roadiehq/backstage-plugin-github-insights": "^2.0.0",
|
||||
"@roadiehq/backstage-plugin-github-pull-requests": "^2.0.0",
|
||||
"@roadiehq/backstage-plugin-travis-ci": "^2.0.0",
|
||||
"history": "^5.0.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.2",
|
||||
|
||||
@@ -180,7 +180,7 @@ export const cicdContent = (
|
||||
<EntityJenkinsContent />
|
||||
</EntitySwitch.Case>
|
||||
|
||||
<EntitySwitch.Case if={isBuildkiteAvailable as (e: Entity) => boolean}>
|
||||
<EntitySwitch.Case if={isBuildkiteAvailable}>
|
||||
<EntityBuildkiteContent />
|
||||
</EntitySwitch.Case>
|
||||
|
||||
@@ -192,7 +192,7 @@ export const cicdContent = (
|
||||
<EntityCloudbuildContent />
|
||||
</EntitySwitch.Case>
|
||||
|
||||
<EntitySwitch.Case if={isTravisciAvailable as (e: Entity) => boolean}>
|
||||
<EntitySwitch.Case if={isTravisciAvailable}>
|
||||
<EntityTravisCIContent />
|
||||
</EntitySwitch.Case>
|
||||
|
||||
@@ -327,9 +327,7 @@ const overviewContent = (
|
||||
{cicdCard}
|
||||
|
||||
<EntitySwitch>
|
||||
<EntitySwitch.Case
|
||||
if={isGithubInsightsAvailable as (e: Entity) => boolean}
|
||||
>
|
||||
<EntitySwitch.Case if={isGithubInsightsAvailable}>
|
||||
<Grid item md={6}>
|
||||
<EntityGithubInsightsLanguagesCard />
|
||||
<EntityGithubInsightsReleasesCard />
|
||||
@@ -349,9 +347,7 @@ const overviewContent = (
|
||||
</EntitySwitch>
|
||||
|
||||
<EntitySwitch>
|
||||
<EntitySwitch.Case
|
||||
if={isGithubPullRequestsAvailable as (e: Entity) => boolean}
|
||||
>
|
||||
<EntitySwitch.Case if={isGithubPullRequestsAvailable}>
|
||||
<Grid item sm={4}>
|
||||
<EntityGithubPullRequestsOverviewCard />
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user