@backstage-community/plugin-multi-source-security-viewer 0.2.3 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/components/DialogLauncher/DialogLauncher.esm.js +17 -11
- package/dist/components/DialogLauncher/DialogLauncher.esm.js.map +1 -1
- package/dist/components/EmptyState/EmptyState.esm.js +12 -9
- package/dist/components/EmptyState/EmptyState.esm.js.map +1 -1
- package/dist/components/EmptyState/EmptyStateNoData.esm.js +2 -2
- package/dist/components/EmptyState/EmptyStateNoData.esm.js.map +1 -1
- package/dist/components/EmptyState/EmptyStateNoMatch.esm.js +2 -2
- package/dist/components/EmptyState/EmptyStateNoMatch.esm.js.map +1 -1
- package/dist/components/EmptyState/EmptyStateSpinner.esm.js +7 -6
- package/dist/components/EmptyState/EmptyStateSpinner.esm.js.map +1 -1
- package/dist/components/Icons/CriticalIcon.esm.js +5 -5
- package/dist/components/Icons/CriticalIcon.esm.js.map +1 -1
- package/dist/components/Icons/EqualsIcon.esm.js +5 -5
- package/dist/components/Icons/EqualsIcon.esm.js.map +1 -1
- package/dist/components/Icons/IconWithValue.esm.js +7 -2
- package/dist/components/Icons/IconWithValue.esm.js.map +1 -1
- package/dist/components/Icons/LogsIcon.esm.js +6 -8
- package/dist/components/Icons/LogsIcon.esm.js.map +1 -1
- package/dist/components/Icons/OutputIcon.esm.js +5 -5
- package/dist/components/Icons/OutputIcon.esm.js.map +1 -1
- package/dist/components/Icons/SBOMLink.esm.js +6 -8
- package/dist/components/Icons/SBOMLink.esm.js.map +1 -1
- package/dist/components/PermissionAlert/PermissionAlert.esm.js +5 -2
- package/dist/components/PermissionAlert/PermissionAlert.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunList.esm.js +34 -30
- package/dist/components/PipelineRunList/PipelineRunList.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunOutput.esm.js +5 -4
- package/dist/components/PipelineRunList/PipelineRunOutput.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunSBOMLink.esm.js +31 -29
- package/dist/components/PipelineRunList/PipelineRunSBOMLink.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunTable.esm.js +12 -6
- package/dist/components/PipelineRunList/PipelineRunTable.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunTableBody.esm.js +2 -2
- package/dist/components/PipelineRunList/PipelineRunTableBody.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunTableColumns.esm.js +4 -3
- package/dist/components/PipelineRunList/PipelineRunTableColumns.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunTablePagination.esm.js +98 -86
- package/dist/components/PipelineRunList/PipelineRunTablePagination.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunTableRow.esm.js +44 -34
- package/dist/components/PipelineRunList/PipelineRunTableRow.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunTableRowActions.esm.js +64 -56
- package/dist/components/PipelineRunList/PipelineRunTableRowActions.esm.js.map +1 -1
- package/dist/components/PipelineRunList/PipelineRunToolbar.esm.js +41 -34
- package/dist/components/PipelineRunList/PipelineRunToolbar.esm.js.map +1 -1
- package/dist/components/PipelineRunLogs/PipelineRunLogs.esm.js +21 -21
- package/dist/components/PipelineRunLogs/PipelineRunLogs.esm.js.map +1 -1
- package/dist/components/PipelineRunLogs/PipelineRunLogsDownloader.esm.js +38 -27
- package/dist/components/PipelineRunLogs/PipelineRunLogsDownloader.esm.js.map +1 -1
- package/dist/components/PipelineRunLogs/PipelineRunStepViewer.esm.js +7 -6
- package/dist/components/PipelineRunLogs/PipelineRunStepViewer.esm.js.map +1 -1
- package/dist/components/PipelineRunLogs/PipelineRunStepper.esm.js +7 -6
- package/dist/components/PipelineRunLogs/PipelineRunStepper.esm.js.map +1 -1
- package/dist/components/Router.esm.js +36 -32
- package/dist/components/Router.esm.js.map +1 -1
- package/dist/components/SecurityViewer/SecurityViewerGithubActionsDetail.esm.js +2 -2
- package/dist/components/SecurityViewer/SecurityViewerGithubActionsDetail.esm.js.map +1 -1
- package/dist/components/SecurityViewer/SecurityViewerJenkinsDetail.esm.js +2 -2
- package/dist/components/SecurityViewer/SecurityViewerJenkinsDetail.esm.js.map +1 -1
- package/dist/components/SecurityViewer/SecurityViewerMultiCIPipelines.esm.js +24 -16
- package/dist/components/SecurityViewer/SecurityViewerMultiCIPipelines.esm.js.map +1 -1
- package/dist/components/SecurityViewer/SecurityViewerPipelineDetailList.esm.js +6 -5
- package/dist/components/SecurityViewer/SecurityViewerPipelineDetailList.esm.js.map +1 -1
- package/dist/components/SecurityViewer/SecurityViewerPipelineSummaryList.esm.js +6 -5
- package/dist/components/SecurityViewer/SecurityViewerPipelineSummaryList.esm.js.map +1 -1
- package/dist/components/SecurityViewer/SecurityViewerTabbedMultiCISummaryList.esm.js +13 -9
- package/dist/components/SecurityViewer/SecurityViewerTabbedMultiCISummaryList.esm.js.map +1 -1
- package/dist/hooks/useDarkTheme.esm.js +2 -2
- package/dist/hooks/useDarkTheme.esm.js.map +1 -1
- package/dist/hooks/usePipelineDetail.esm.js +2 -2
- package/dist/hooks/usePipelineDetail.esm.js.map +1 -1
- package/dist/hooks/usePipelineSummary.esm.js +2 -2
- package/dist/hooks/usePipelineSummary.esm.js.map +1 -1
- package/dist/index.d.ts +2 -3
- package/package.json +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { useEffect } from 'react';
|
|
2
2
|
import { useTheme } from '@material-ui/core/styles';
|
|
3
3
|
|
|
4
4
|
const THEME_DARK = "dark";
|
|
@@ -7,7 +7,7 @@ const useDarkTheme = () => {
|
|
|
7
7
|
const {
|
|
8
8
|
palette: { type }
|
|
9
9
|
} = useTheme();
|
|
10
|
-
|
|
10
|
+
useEffect(() => {
|
|
11
11
|
const htmlTagElement = document.documentElement;
|
|
12
12
|
if (type === THEME_DARK) {
|
|
13
13
|
htmlTagElement.classList.add(THEME_DARK_CLASS);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDarkTheme.esm.js","sources":["../../src/hooks/useDarkTheme.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport
|
|
1
|
+
{"version":3,"file":"useDarkTheme.esm.js","sources":["../../src/hooks/useDarkTheme.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { useEffect } from 'react';\nimport { useTheme } from '@material-ui/core/styles';\n\nconst THEME_DARK = 'dark';\nconst THEME_DARK_CLASS = 'pf-v6-theme-dark';\n\nexport const useDarkTheme = () => {\n const {\n palette: { type },\n } = useTheme();\n\n useEffect(() => {\n const htmlTagElement = document.documentElement;\n if (type === THEME_DARK) {\n htmlTagElement.classList.add(THEME_DARK_CLASS);\n } else {\n htmlTagElement.classList.remove(THEME_DARK_CLASS);\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [type]);\n};\n"],"names":[],"mappings":";;;AAkBA,MAAM,UAAa,GAAA,MAAA;AACnB,MAAM,gBAAmB,GAAA,kBAAA;AAElB,MAAM,eAAe,MAAM;AAChC,EAAM,MAAA;AAAA,IACJ,OAAA,EAAS,EAAE,IAAK;AAAA,MACd,QAAS,EAAA;AAEb,EAAA,SAAA,CAAU,MAAM;AACd,IAAA,MAAM,iBAAiB,QAAS,CAAA,eAAA;AAChC,IAAA,IAAI,SAAS,UAAY,EAAA;AACvB,MAAe,cAAA,CAAA,SAAA,CAAU,IAAI,gBAAgB,CAAA;AAAA,KACxC,MAAA;AACL,MAAe,cAAA,CAAA,SAAA,CAAU,OAAO,gBAAgB,CAAA;AAAA;AAClD,GAEF,EAAG,CAAC,IAAI,CAAC,CAAA;AACX;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
2
|
import { useEntity } from '@backstage/plugin-catalog-react';
|
|
3
3
|
import { useApi, errorApiRef } from '@backstage/core-plugin-api';
|
|
4
4
|
import { useQuery } from '@tanstack/react-query';
|
|
@@ -30,7 +30,7 @@ const usePipelineDetail = (apiRef, ref, page, pageSize) => {
|
|
|
30
30
|
results: null,
|
|
31
31
|
totalCount: 0
|
|
32
32
|
};
|
|
33
|
-
return
|
|
33
|
+
return useMemo(() => {
|
|
34
34
|
return [results, totalCount, isLoading, error];
|
|
35
35
|
}, [results, totalCount, isLoading, error]);
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePipelineDetail.esm.js","sources":["../../src/hooks/usePipelineDetail.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport
|
|
1
|
+
{"version":3,"file":"usePipelineDetail.esm.js","sources":["../../src/hooks/usePipelineDetail.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { useMemo } from 'react';\nimport { useEntity } from '@backstage/plugin-catalog-react';\nimport { ApiRef, errorApiRef, useApi } from '@backstage/core-plugin-api';\nimport { useQuery } from '@tanstack/react-query';\nimport { PipelineRunResult } from '../models/pipelineRunResult';\nimport { MssvApi, MssvApiResponse } from '../api/mssv';\nimport { useLocation } from 'react-router-dom';\n\nexport const usePipelineDetail = (\n apiRef: ApiRef<MssvApi>,\n ref: string,\n page: number,\n pageSize: number,\n): [PipelineRunResult[] | null, number, boolean, Error | null] => {\n const { entity } = useEntity();\n const api = useApi(apiRef);\n const location = useLocation();\n const errorApi = useApi(errorApiRef);\n\n const queryFn = async () => {\n try {\n return (\n (await api.getPipelineDetail({ entity, ref, page, pageSize })) || []\n );\n } catch (e) {\n errorApi.post(e);\n }\n return [];\n };\n\n const { data, isLoading, error } = useQuery({\n queryKey: [\n `${location.pathname}_${apiRef.id}_pipelineDetail`,\n ref,\n page,\n pageSize,\n ],\n queryFn,\n });\n\n const { results, totalCount } = (data as MssvApiResponse) ?? {\n results: null,\n totalCount: 0,\n };\n\n return useMemo(() => {\n return [results, totalCount, isLoading, error];\n }, [results, totalCount, isLoading, error]);\n};\n"],"names":[],"mappings":";;;;;;AAuBO,MAAM,iBAAoB,GAAA,CAC/B,MACA,EAAA,GAAA,EACA,MACA,QACgE,KAAA;AAChE,EAAM,MAAA,EAAE,MAAO,EAAA,GAAI,SAAU,EAAA;AAC7B,EAAM,MAAA,GAAA,GAAM,OAAO,MAAM,CAAA;AACzB,EAAA,MAAM,WAAW,WAAY,EAAA;AAC7B,EAAM,MAAA,QAAA,GAAW,OAAO,WAAW,CAAA;AAEnC,EAAA,MAAM,UAAU,YAAY;AAC1B,IAAI,IAAA;AACF,MACG,OAAA,MAAM,GAAI,CAAA,iBAAA,CAAkB,EAAE,MAAA,EAAQ,KAAK,IAAM,EAAA,QAAA,EAAU,CAAA,IAAM,EAAC;AAAA,aAE9D,CAAG,EAAA;AACV,MAAA,QAAA,CAAS,KAAK,CAAC,CAAA;AAAA;AAEjB,IAAA,OAAO,EAAC;AAAA,GACV;AAEA,EAAA,MAAM,EAAE,IAAA,EAAM,SAAW,EAAA,KAAA,KAAU,QAAS,CAAA;AAAA,IAC1C,QAAU,EAAA;AAAA,MACR,CAAG,EAAA,QAAA,CAAS,QAAQ,CAAA,CAAA,EAAI,OAAO,EAAE,CAAA,eAAA,CAAA;AAAA,MACjC,GAAA;AAAA,MACA,IAAA;AAAA,MACA;AAAA,KACF;AAAA,IACA;AAAA,GACD,CAAA;AAED,EAAA,MAAM,EAAE,OAAA,EAAS,UAAW,EAAA,GAAK,IAA4B,IAAA;AAAA,IAC3D,OAAS,EAAA,IAAA;AAAA,IACT,UAAY,EAAA;AAAA,GACd;AAEA,EAAA,OAAO,QAAQ,MAAM;AACnB,IAAA,OAAO,CAAC,OAAA,EAAS,UAAY,EAAA,SAAA,EAAW,KAAK,CAAA;AAAA,KAC5C,CAAC,OAAA,EAAS,UAAY,EAAA,SAAA,EAAW,KAAK,CAAC,CAAA;AAC5C;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
2
|
import { useEntity } from '@backstage/plugin-catalog-react';
|
|
3
3
|
import { useApi, errorApiRef } from '@backstage/core-plugin-api';
|
|
4
4
|
import { useQuery } from '@tanstack/react-query';
|
|
@@ -29,7 +29,7 @@ const usePipelineSummary = (apiRef, page, pageSize) => {
|
|
|
29
29
|
results: null,
|
|
30
30
|
totalCount: 0
|
|
31
31
|
};
|
|
32
|
-
return
|
|
32
|
+
return useMemo(() => {
|
|
33
33
|
return [results, totalCount, isLoading, error];
|
|
34
34
|
}, [results, totalCount, isLoading, error]);
|
|
35
35
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePipelineSummary.esm.js","sources":["../../src/hooks/usePipelineSummary.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport
|
|
1
|
+
{"version":3,"file":"usePipelineSummary.esm.js","sources":["../../src/hooks/usePipelineSummary.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { useMemo } from 'react';\nimport { useEntity } from '@backstage/plugin-catalog-react';\nimport { ApiRef, errorApiRef, useApi } from '@backstage/core-plugin-api';\nimport { useQuery } from '@tanstack/react-query';\nimport { PipelineRunResult } from '../models/pipelineRunResult';\nimport { MssvApi, MssvApiResponse } from '../api/mssv';\nimport { useLocation } from 'react-router-dom';\n\nexport const usePipelineSummary = (\n apiRef: ApiRef<MssvApi>,\n page: number,\n pageSize: number,\n): [PipelineRunResult[] | null, number, boolean, Error | null] => {\n const { entity } = useEntity();\n const api = useApi(apiRef);\n const location = useLocation();\n const errorApi = useApi(errorApiRef);\n\n const queryFn = async () => {\n try {\n return (await api.getPipelineSummary({ entity, page, pageSize })) || [];\n } catch (e) {\n errorApi.post(e);\n }\n return [];\n };\n\n const { data, isLoading, error } = useQuery({\n queryKey: [\n `${location.pathname}_${apiRef.id}_pipelineSummary`,\n page,\n pageSize,\n ],\n queryFn,\n });\n\n const { results, totalCount } = (data as MssvApiResponse) ?? {\n results: null,\n totalCount: 0,\n };\n\n return useMemo(() => {\n return [results, totalCount, isLoading, error];\n }, [results, totalCount, isLoading, error]);\n};\n"],"names":[],"mappings":";;;;;;AAuBO,MAAM,kBAAqB,GAAA,CAChC,MACA,EAAA,IAAA,EACA,QACgE,KAAA;AAChE,EAAM,MAAA,EAAE,MAAO,EAAA,GAAI,SAAU,EAAA;AAC7B,EAAM,MAAA,GAAA,GAAM,OAAO,MAAM,CAAA;AACzB,EAAA,MAAM,WAAW,WAAY,EAAA;AAC7B,EAAM,MAAA,QAAA,GAAW,OAAO,WAAW,CAAA;AAEnC,EAAA,MAAM,UAAU,YAAY;AAC1B,IAAI,IAAA;AACF,MAAQ,OAAA,MAAM,IAAI,kBAAmB,CAAA,EAAE,QAAQ,IAAM,EAAA,QAAA,EAAU,CAAA,IAAM,EAAC;AAAA,aAC/D,CAAG,EAAA;AACV,MAAA,QAAA,CAAS,KAAK,CAAC,CAAA;AAAA;AAEjB,IAAA,OAAO,EAAC;AAAA,GACV;AAEA,EAAA,MAAM,EAAE,IAAA,EAAM,SAAW,EAAA,KAAA,KAAU,QAAS,CAAA;AAAA,IAC1C,QAAU,EAAA;AAAA,MACR,CAAG,EAAA,QAAA,CAAS,QAAQ,CAAA,CAAA,EAAI,OAAO,EAAE,CAAA,gBAAA,CAAA;AAAA,MACjC,IAAA;AAAA,MACA;AAAA,KACF;AAAA,IACA;AAAA,GACD,CAAA;AAED,EAAA,MAAM,EAAE,OAAA,EAAS,UAAW,EAAA,GAAK,IAA4B,IAAA;AAAA,IAC3D,OAAS,EAAA,IAAA;AAAA,IACT,UAAY,EAAA;AAAA,GACd;AAEA,EAAA,OAAO,QAAQ,MAAM;AACnB,IAAA,OAAO,CAAC,OAAA,EAAS,UAAY,EAAA,SAAA,EAAW,KAAK,CAAA;AAAA,KAC5C,CAAC,OAAA,EAAS,UAAY,EAAA,SAAA,EAAW,KAAK,CAAC,CAAA;AAC5C;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import * as react from 'react';
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
2
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
4
3
|
import { Entity } from '@backstage/catalog-model';
|
|
5
4
|
|
|
@@ -10,6 +9,6 @@ declare const multiSourceSecurityViewerPlugin: _backstage_core_plugin_api.Backst
|
|
|
10
9
|
/** @public */
|
|
11
10
|
declare const isMultiCIAvailable: (entity: Entity) => boolean;
|
|
12
11
|
/** @public */
|
|
13
|
-
declare const EntityMultiCIPipelinesContent: () =>
|
|
12
|
+
declare const EntityMultiCIPipelinesContent: () => react_jsx_runtime.JSX.Element;
|
|
14
13
|
|
|
15
14
|
export { EntityMultiCIPipelinesContent, isMultiCIAvailable, multiSourceSecurityViewerPlugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-multi-source-security-viewer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"@backstage-community/plugin-azure-devops-common": "^0.9.0",
|
|
45
45
|
"@backstage-community/plugin-github-actions": "^0.9.0",
|
|
46
46
|
"@backstage-community/plugin-jenkins": "^0.18.0",
|
|
47
|
-
"@backstage-community/plugin-multi-source-security-viewer-common": "^0.
|
|
47
|
+
"@backstage-community/plugin-multi-source-security-viewer-common": "^0.2.0",
|
|
48
48
|
"@backstage/catalog-model": "^1.7.3",
|
|
49
|
-
"@backstage/core-components": "^0.
|
|
50
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
51
|
-
"@backstage/integration-react": "^1.2.
|
|
52
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
53
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
54
|
-
"@backstage/theme": "^0.6.
|
|
49
|
+
"@backstage/core-components": "^0.17.1",
|
|
50
|
+
"@backstage/core-plugin-api": "^1.10.6",
|
|
51
|
+
"@backstage/integration-react": "^1.2.6",
|
|
52
|
+
"@backstage/plugin-catalog-react": "^1.17.0",
|
|
53
|
+
"@backstage/plugin-permission-react": "^0.4.33",
|
|
54
|
+
"@backstage/theme": "^0.6.5",
|
|
55
55
|
"@immobiliarelabs/backstage-plugin-gitlab": "^6.8.0",
|
|
56
56
|
"@janus-idp/shared-react": "^2.14.0",
|
|
57
57
|
"@material-ui/core": "^4.9.13",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"react-router-dom": "^6.0.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@backstage/cli": "^0.
|
|
75
|
-
"@backstage/core-app-api": "^1.
|
|
76
|
-
"@backstage/dev-utils": "^1.1.
|
|
77
|
-
"@backstage/test-utils": "^1.7.
|
|
74
|
+
"@backstage/cli": "^0.32.0",
|
|
75
|
+
"@backstage/core-app-api": "^1.16.1",
|
|
76
|
+
"@backstage/dev-utils": "^1.1.9",
|
|
77
|
+
"@backstage/test-utils": "^1.7.7",
|
|
78
78
|
"@redhat-developer/red-hat-developer-hub-theme": "^0.4.0",
|
|
79
79
|
"@testing-library/jest-dom": "^6.0.0",
|
|
80
80
|
"@testing-library/react": "^14.0.0",
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
],
|
|
89
89
|
"typesVersions": {
|
|
90
90
|
"*": {
|
|
91
|
-
"
|
|
92
|
-
"
|
|
91
|
+
"package.json": [
|
|
92
|
+
"package.json"
|
|
93
93
|
]
|
|
94
94
|
}
|
|
95
95
|
},
|