diff --git a/.changeset/chilly-eagles-approve.md b/.changeset/chilly-eagles-approve.md
new file mode 100644
index 0000000..18efc43
--- /dev/null
+++ b/.changeset/chilly-eagles-approve.md
@@ -0,0 +1,7 @@
+---
+'@dweber019/backstage-plugin-simple-icons': patch
+'@dweber019/backstage-plugin-accentuate': patch
+'@dweber019/backstage-plugin-endoflife': patch
+---
+
+Update dependencies.
diff --git a/.changeset/great-tables-deny.md b/.changeset/great-tables-deny.md
new file mode 100644
index 0000000..da76a15
--- /dev/null
+++ b/.changeset/great-tables-deny.md
@@ -0,0 +1,19 @@
+---
+'@dweber019/backstage-plugin-api-docs-module-wsdl-backend': minor
+'@dweber019/backstage-plugin-api-docs-spectral-linter': minor
+'@dweber019/backstage-plugin-missing-entity-backend': minor
+'@dweber019/backstage-plugin-missing-entity-common': minor
+'@dweber019/backstage-plugin-api-docs-module-wsdl': minor
+'@dweber019/backstage-plugin-accentuate-backend': minor
+'@dweber019/backstage-plugin-accentuate-common': minor
+'@dweber019/backstage-plugin-endoflife-backend': minor
+'@dweber019/backstage-plugin-relations-backend': minor
+'@dweber019/backstage-plugin-missing-entity': minor
+'@dweber019/backstage-plugin-simple-icons': minor
+'@dweber019/backstage-plugin-accentuate': minor
+'@dweber019/backstage-plugin-endoflife': minor
+'@dweber019/backstage-plugin-relations': minor
+'@dweber019/backstage-plugin-tips': minor
+---
+
+Update backstage to 1.41.0 and remove react imports.
diff --git a/.gitignore b/.gitignore
index fd2ccc2..993a20a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,6 @@ dist
!.yarn/releases
!.yarn/sdks
!.yarn/versions
+
+# Cache
+.cache/
\ No newline at end of file
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1bef94c..b27b905 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,8 +42,7 @@ A standalone development version of both the frontend and backend plugins are in
They can be started as follows:
```
-yarn dev # starts both the frontend
-yarn start # starts the frontend only
+yarn start # starts both the frontend & backend
```
## Making Changes
diff --git a/backstage.json b/backstage.json
index e235680..717297d 100644
--- a/backstage.json
+++ b/backstage.json
@@ -1,3 +1,3 @@
{
- "version": "1.36.1"
+ "version": "1.40.1"
}
diff --git a/package.json b/package.json
index 873658b..51100bd 100644
--- a/package.json
+++ b/package.json
@@ -12,9 +12,7 @@
"node": "20 || 22"
},
"scripts": {
- "dev": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
- "start": "yarn workspace app start",
- "start-backend": "yarn workspace backend start",
+ "start": "backstage-cli repo start",
"build:backend": "yarn workspace backend build",
"build:all": "backstage-cli repo build --all",
"build-image": "yarn workspace backend build-image",
@@ -44,7 +42,7 @@
"@changesets/cli": "^2.18.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
+ "@backstage/cli": "^0.33.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^12.0.0",
@@ -53,7 +51,7 @@
"lint-staged": "^13.0.3",
"node-gyp": "^10.0.0",
"prettier": "^2.3.2",
- "typescript": "5.5.4"
+ "typescript": "~5.8.0"
},
"resolutions": {
"@types/react": "^18",
diff --git a/packages/app/package.json b/packages/app/package.json
index df11191..2c728a9 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -12,30 +12,31 @@
},
"bundled": true,
"dependencies": {
- "@backstage/app-defaults": "^1.5.17",
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/cli": "^0.30.0",
- "@backstage/core-app-api": "^1.15.5",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
- "@backstage/integration-react": "^1.2.4",
- "@backstage/plugin-api-docs": "^0.12.4",
- "@backstage/plugin-catalog": "^1.27.0",
- "@backstage/plugin-catalog-common": "^1.1.3",
- "@backstage/plugin-catalog-graph": "^0.4.16",
- "@backstage/plugin-catalog-import": "^0.12.10",
- "@backstage/plugin-catalog-react": "^1.15.2",
- "@backstage/plugin-notifications": "^0.5.2",
- "@backstage/plugin-org": "^0.6.36",
- "@backstage/plugin-permission-react": "^0.4.31",
- "@backstage/plugin-scaffolder": "^1.28.0",
- "@backstage/plugin-search": "^1.4.23",
- "@backstage/plugin-search-react": "^1.8.6",
- "@backstage/plugin-techdocs": "^1.12.3",
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.21",
- "@backstage/plugin-techdocs-react": "^1.2.14",
- "@backstage/plugin-user-settings": "^0.8.19",
- "@backstage/theme": "^0.6.4",
+ "@backstage/app-defaults": "^1.6.3",
+ "@backstage/canon": "^0.5.0",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/core-app-api": "^1.17.1",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
+ "@backstage/integration-react": "^1.2.8",
+ "@backstage/plugin-api-docs": "^0.12.8",
+ "@backstage/plugin-catalog": "^1.31.0",
+ "@backstage/plugin-catalog-common": "^1.1.4",
+ "@backstage/plugin-catalog-graph": "^0.4.20",
+ "@backstage/plugin-catalog-import": "^0.13.1",
+ "@backstage/plugin-catalog-react": "^1.19.0",
+ "@backstage/plugin-notifications": "^0.5.6",
+ "@backstage/plugin-org": "^0.6.40",
+ "@backstage/plugin-permission-react": "^0.4.35",
+ "@backstage/plugin-scaffolder": "^1.32.0",
+ "@backstage/plugin-search": "^1.4.27",
+ "@backstage/plugin-search-react": "^1.9.1",
+ "@backstage/plugin-techdocs": "^1.13.1",
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.25",
+ "@backstage/plugin-techdocs-react": "^1.3.0",
+ "@backstage/plugin-user-settings": "^0.8.23",
+ "@backstage/theme": "^0.6.6",
"@dweber019/backstage-plugin-accentuate": "^0.0.14",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.20",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.10",
@@ -54,7 +55,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/test-utils": "^1.7.9",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
diff --git a/packages/app/src/App.tsx b/packages/app/src/App.tsx
index e645dbe..712b419 100644
--- a/packages/app/src/App.tsx
+++ b/packages/app/src/App.tsx
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-import React from 'react';
import { Navigate, Route } from 'react-router-dom';
import { apiDocsPlugin, ApiExplorerPage } from '@backstage/plugin-api-docs';
import {
diff --git a/packages/app/src/components/Root/LogoFull.tsx b/packages/app/src/components/Root/LogoFull.tsx
index 47e3b73..ce63651 100644
--- a/packages/app/src/components/Root/LogoFull.tsx
+++ b/packages/app/src/components/Root/LogoFull.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { makeStyles } from '@material-ui/core';
const useStyles = makeStyles({
diff --git a/packages/app/src/components/Root/LogoIcon.tsx b/packages/app/src/components/Root/LogoIcon.tsx
index 7eae8c7..c60ba62 100644
--- a/packages/app/src/components/Root/LogoIcon.tsx
+++ b/packages/app/src/components/Root/LogoIcon.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { makeStyles } from '@material-ui/core';
const useStyles = makeStyles({
diff --git a/packages/app/src/components/Root/Root.tsx b/packages/app/src/components/Root/Root.tsx
index 93fc96a..4b17e41 100644
--- a/packages/app/src/components/Root/Root.tsx
+++ b/packages/app/src/components/Root/Root.tsx
@@ -1,4 +1,4 @@
-import React, { PropsWithChildren } from 'react';
+import { PropsWithChildren } from 'react';
import { makeStyles } from '@material-ui/core';
import HomeIcon from '@material-ui/icons/Home';
import ExtensionIcon from '@material-ui/icons/Extension';
diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx
index 4708c55..a392ad0 100644
--- a/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/app/src/components/catalog/EntityPage.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { Button, Grid } from '@material-ui/core';
import {
EntityApiDefinitionCard,
diff --git a/packages/app/src/components/search/SearchPage.tsx b/packages/app/src/components/search/SearchPage.tsx
index 1788dde..08a774b 100644
--- a/packages/app/src/components/search/SearchPage.tsx
+++ b/packages/app/src/components/search/SearchPage.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { makeStyles, Theme, Grid, Paper } from '@material-ui/core';
import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';
diff --git a/packages/app/src/index.tsx b/packages/app/src/index.tsx
index 1a8aaaa..b31e4c0 100644
--- a/packages/app/src/index.tsx
+++ b/packages/app/src/index.tsx
@@ -1,7 +1,7 @@
import '@backstage/cli/asset-types';
-import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
+import '@backstage/canon/css/styles.css';
// @ts-ignore
ReactDOM.createRoot(document.getElementById('root')!).render();
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 0197790..f76f794 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -25,31 +25,31 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
- "@backstage/backend-defaults": "^0.8.1",
+ "@backstage/backend-defaults": "^0.11.0",
"@backstage/backend-tasks": "^0.6.1",
- "@backstage/catalog-client": "^1.9.1",
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/catalog-client": "^1.10.1",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
- "@backstage/plugin-app-backend": "^0.4.5",
- "@backstage/plugin-auth-backend": "^0.24.3",
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.5",
- "@backstage/plugin-auth-node": "^0.6.0",
- "@backstage/plugin-catalog-backend": "^1.31.0",
- "@backstage/plugin-catalog-backend-module-logs": "^0.1.7",
- "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.5",
- "@backstage/plugin-notifications-backend": "^0.5.3",
- "@backstage/plugin-permission-backend": "^0.5.54",
- "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.5",
- "@backstage/plugin-permission-common": "^0.8.4",
- "@backstage/plugin-permission-node": "^0.8.8",
- "@backstage/plugin-proxy-backend": "^0.5.11",
- "@backstage/plugin-scaffolder-backend": "^1.30.0",
- "@backstage/plugin-search-backend": "^1.8.2",
- "@backstage/plugin-search-backend-module-catalog": "^0.3.1",
- "@backstage/plugin-search-backend-module-pg": "^0.5.41",
- "@backstage/plugin-search-backend-module-techdocs": "^0.3.6",
- "@backstage/plugin-search-backend-node": "^1.3.8",
- "@backstage/plugin-techdocs-backend": "^1.11.6",
+ "@backstage/plugin-app-backend": "^0.5.3",
+ "@backstage/plugin-auth-backend": "^0.25.1",
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.9",
+ "@backstage/plugin-auth-node": "^0.6.4",
+ "@backstage/plugin-catalog-backend": "^2.1.0",
+ "@backstage/plugin-catalog-backend-module-logs": "^0.1.11",
+ "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.9",
+ "@backstage/plugin-notifications-backend": "^0.5.7",
+ "@backstage/plugin-permission-backend": "^0.7.1",
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.9",
+ "@backstage/plugin-permission-common": "^0.9.0",
+ "@backstage/plugin-permission-node": "^0.10.1",
+ "@backstage/plugin-proxy-backend": "^0.6.3",
+ "@backstage/plugin-scaffolder-backend": "^2.0.0",
+ "@backstage/plugin-search-backend": "^2.0.3",
+ "@backstage/plugin-search-backend-module-catalog": "^0.3.5",
+ "@backstage/plugin-search-backend-module-pg": "^0.5.45",
+ "@backstage/plugin-search-backend-module-techdocs": "^0.4.3",
+ "@backstage/plugin-search-backend-node": "^1.3.12",
+ "@backstage/plugin-techdocs-backend": "^2.0.3",
"@dweber019/backstage-plugin-accentuate-backend": "^1.0.4",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^1.0.4",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.15",
@@ -64,7 +64,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
+ "@backstage/cli": "^0.33.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^2.0.4"
diff --git a/plugins/accentuate-backend/package.json b/plugins/accentuate-backend/package.json
index 8b79dd6..375e972 100644
--- a/plugins/accentuate-backend/package.json
+++ b/plugins/accentuate-backend/package.json
@@ -34,13 +34,13 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/backend-defaults": "^0.8.1",
- "@backstage/backend-plugin-api": "^1.2.0",
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/backend-defaults": "^0.11.0",
+ "@backstage/backend-plugin-api": "^1.4.0",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
- "@backstage/plugin-auth-node": "^0.6.0",
- "@backstage/plugin-catalog-node": "^1.16.0",
+ "@backstage/plugin-auth-node": "^0.6.4",
+ "@backstage/plugin-catalog-node": "^1.17.1",
"@backstage/types": "^1.2.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.12",
"@types/express": "^4.17.6",
@@ -54,9 +54,9 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^1.3.0",
- "@backstage/cli": "^0.30.0",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/backend-test-utils": "^1.6.0",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/test-utils": "^1.7.9",
"@types/supertest": "^6.0.0",
"msw": "^1.0.0",
"supertest": "^7.0.0"
diff --git a/plugins/accentuate-common/package.json b/plugins/accentuate-common/package.json
index 9636515..15f3403 100644
--- a/plugins/accentuate-common/package.json
+++ b/plugins/accentuate-common/package.json
@@ -36,11 +36,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/types": "^1.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0"
+ "@backstage/cli": "^0.33.0"
},
"files": [
"dist"
diff --git a/plugins/accentuate/package.json b/plugins/accentuate/package.json
index b1f450a..c7a1705 100644
--- a/plugins/accentuate/package.json
+++ b/plugins/accentuate/package.json
@@ -35,12 +35,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
"@backstage/errors": "^1.2.7",
- "@backstage/plugin-catalog": "^1.27.0",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/plugin-catalog": "^1.31.0",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@backstage/types": "^1.2.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.12",
"@material-ui/core": "^4.12.2",
@@ -58,9 +58,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
diff --git a/plugins/accentuate/src/components/AccentuatePage/AccentuatePage.tsx b/plugins/accentuate/src/components/AccentuatePage/AccentuatePage.tsx
index 9cd8177..39595d1 100644
--- a/plugins/accentuate/src/components/AccentuatePage/AccentuatePage.tsx
+++ b/plugins/accentuate/src/components/AccentuatePage/AccentuatePage.tsx
@@ -7,7 +7,6 @@ import {
TableColumn,
} from '@backstage/core-components';
import Alert from '@material-ui/lab/Alert';
-import React from 'react';
import { useApi } from '@backstage/core-plugin-api';
import useAsync from 'react-use/lib/useAsync';
import { accentuateApiRef } from '../../api';
diff --git a/plugins/accentuate/src/components/EntityAccentuateDialog/EntityAccentuateDialog.tsx b/plugins/accentuate/src/components/EntityAccentuateDialog/EntityAccentuateDialog.tsx
index 14b24c5..6de188f 100644
--- a/plugins/accentuate/src/components/EntityAccentuateDialog/EntityAccentuateDialog.tsx
+++ b/plugins/accentuate/src/components/EntityAccentuateDialog/EntityAccentuateDialog.tsx
@@ -1,4 +1,4 @@
-import React, { useRef } from 'react';
+import { useRef } from 'react';
import {
Button,
Dialog,
diff --git a/plugins/accentuate/src/components/EntityAccentuateDialog/TagTypeahead.tsx b/plugins/accentuate/src/components/EntityAccentuateDialog/TagTypeahead.tsx
index a0ae829..87eec3d 100644
--- a/plugins/accentuate/src/components/EntityAccentuateDialog/TagTypeahead.tsx
+++ b/plugins/accentuate/src/components/EntityAccentuateDialog/TagTypeahead.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { Autocomplete } from '@material-ui/lab';
import { WidgetProps } from '@rjsf/utils';
import { Chip, TextField } from '@material-ui/core';
diff --git a/plugins/accentuate/src/components/EntityAccentuateInfo/EntityAccentuateInfo.tsx b/plugins/accentuate/src/components/EntityAccentuateInfo/EntityAccentuateInfo.tsx
index 4732f25..b81ad08 100644
--- a/plugins/accentuate/src/components/EntityAccentuateInfo/EntityAccentuateInfo.tsx
+++ b/plugins/accentuate/src/components/EntityAccentuateInfo/EntityAccentuateInfo.tsx
@@ -1,4 +1,4 @@
-import React, { useState } from 'react';
+import { useState } from 'react';
import { Progress } from '@backstage/core-components';
import { useEntity } from '@backstage/plugin-catalog-react';
import { useApi } from '@backstage/core-plugin-api';
diff --git a/plugins/accentuate/src/components/EntityLayoutWrapper/EntityLayoutWrapper.tsx b/plugins/accentuate/src/components/EntityLayoutWrapper/EntityLayoutWrapper.tsx
index 411792f..51fdaf4 100644
--- a/plugins/accentuate/src/components/EntityLayoutWrapper/EntityLayoutWrapper.tsx
+++ b/plugins/accentuate/src/components/EntityLayoutWrapper/EntityLayoutWrapper.tsx
@@ -1,5 +1,5 @@
import { EntityLayout } from '@backstage/plugin-catalog';
-import React, { ReactNode, useMemo, useState } from 'react';
+import { ReactNode, useMemo, useState } from 'react';
import { EntityAccentuateDialog } from '../EntityAccentuateDialog';
import EditIcon from '@material-ui/icons/Edit';
import { isAccentuateEnabled } from '@dweber019/backstage-plugin-accentuate-common';
diff --git a/plugins/api-docs-module-wsdl-backend/package.json b/plugins/api-docs-module-wsdl-backend/package.json
index 57c5c47..9e95ea9 100644
--- a/plugins/api-docs-module-wsdl-backend/package.json
+++ b/plugins/api-docs-module-wsdl-backend/package.json
@@ -35,9 +35,9 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
- "@backstage/backend-plugin-api": "^1.2.0",
- "@backstage/catalog-client": "^1.9.1",
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/backend-plugin-api": "^1.4.0",
+ "@backstage/catalog-client": "^1.10.1",
+ "@backstage/catalog-model": "^1.7.4",
"@types/express": "^4.17.6",
"cross-fetch": "^3.1.5",
"express": "^4.18.1",
@@ -48,7 +48,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
+ "@backstage/cli": "^0.33.0",
"@types/supertest": "^6.0.0",
"msw": "^1.0.0",
"supertest": "^7.0.0"
diff --git a/plugins/api-docs-module-wsdl/package.json b/plugins/api-docs-module-wsdl/package.json
index 62f441c..09b64cb 100644
--- a/plugins/api-docs-module-wsdl/package.json
+++ b/plugins/api-docs-module-wsdl/package.json
@@ -38,11 +38,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
"@backstage/errors": "^1.2.7",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@material-ui/lab": "4.0.0-alpha.61",
"react-use": "^17.2.4"
},
@@ -52,10 +52,10 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/plugin-api-docs": "^0.12.4",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/plugin-api-docs": "^0.12.8",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0"
diff --git a/plugins/api-docs-module-wsdl/src/components/WsdlDefinitionWidget/WsdlDefinition.tsx b/plugins/api-docs-module-wsdl/src/components/WsdlDefinitionWidget/WsdlDefinition.tsx
index 1da6650..59c0841 100644
--- a/plugins/api-docs-module-wsdl/src/components/WsdlDefinitionWidget/WsdlDefinition.tsx
+++ b/plugins/api-docs-module-wsdl/src/components/WsdlDefinitionWidget/WsdlDefinition.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import useAsync from 'react-use/lib/useAsync';
import { Alert } from '@material-ui/lab';
import { Progress } from '@backstage/core-components';
diff --git a/plugins/api-docs-module-wsdl/src/widgets.tsx b/plugins/api-docs-module-wsdl/src/widgets.tsx
index 5b3e503..41ebc5b 100644
--- a/plugins/api-docs-module-wsdl/src/widgets.tsx
+++ b/plugins/api-docs-module-wsdl/src/widgets.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { WsdlDefinitionWidget } from './components/WsdlDefinitionWidget';
import { ApiEntityV1alpha1 } from '@backstage/catalog-model';
diff --git a/plugins/api-docs-spectral-linter/dev/index.tsx b/plugins/api-docs-spectral-linter/dev/index.tsx
index c119516..f3bcea2 100644
--- a/plugins/api-docs-spectral-linter/dev/index.tsx
+++ b/plugins/api-docs-spectral-linter/dev/index.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { Entity } from '@backstage/catalog-model';
diff --git a/plugins/api-docs-spectral-linter/package.json b/plugins/api-docs-spectral-linter/package.json
index dbb1f1e..f39b624 100644
--- a/plugins/api-docs-spectral-linter/package.json
+++ b/plugins/api-docs-spectral-linter/package.json
@@ -33,10 +33,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
@@ -51,9 +51,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
diff --git a/plugins/api-docs-spectral-linter/src/components/EntityApiDocsSpectralLinterContent/EntityApiDocsSpectralLinterContent.tsx b/plugins/api-docs-spectral-linter/src/components/EntityApiDocsSpectralLinterContent/EntityApiDocsSpectralLinterContent.tsx
index 0d9291b..f0688b4 100644
--- a/plugins/api-docs-spectral-linter/src/components/EntityApiDocsSpectralLinterContent/EntityApiDocsSpectralLinterContent.tsx
+++ b/plugins/api-docs-spectral-linter/src/components/EntityApiDocsSpectralLinterContent/EntityApiDocsSpectralLinterContent.tsx
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-import React, { useState } from 'react';
+import { useState } from 'react';
import {
CodeSnippet,
InfoCard,
diff --git a/plugins/endoflife-backend/package.json b/plugins/endoflife-backend/package.json
index e25648d..b791567 100644
--- a/plugins/endoflife-backend/package.json
+++ b/plugins/endoflife-backend/package.json
@@ -34,12 +34,12 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
- "@backstage/backend-plugin-api": "^1.2.0",
- "@backstage/catalog-client": "^1.9.1",
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/backend-plugin-api": "^1.4.0",
+ "@backstage/catalog-client": "^1.10.1",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
- "@backstage/integration": "^1.16.1",
+ "@backstage/integration": "^1.17.0",
"@types/express": "^4.17.6",
"express": "^4.18.1",
"express-promise-router": "^4.1.0",
@@ -50,7 +50,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
+ "@backstage/cli": "^0.33.0",
"@types/marked": "^5.0.0",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
diff --git a/plugins/endoflife/dev/index.tsx b/plugins/endoflife/dev/index.tsx
index 883de9d..e5d753f 100644
--- a/plugins/endoflife/dev/index.tsx
+++ b/plugins/endoflife/dev/index.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { Entity } from '@backstage/catalog-model';
diff --git a/plugins/endoflife/package.json b/plugins/endoflife/package.json
index 5a2f2f3..e6c5592 100644
--- a/plugins/endoflife/package.json
+++ b/plugins/endoflife/package.json
@@ -34,12 +34,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
"@backstage/errors": "^1.2.7",
- "@backstage/integration-react": "^1.2.4",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/integration-react": "^1.2.8",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@egjs/hammerjs": "^2.0.17",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,7 +48,7 @@
"moment": "^2.30.1",
"react-use": "^17.2.4",
"vis-data": "^7.1.9",
- "vis-timeline": "^7.7.3",
+ "vis-timeline": "^7.7.4",
"vis-util": "^5.0.7",
"xss": "^1.0.15"
},
@@ -58,10 +58,10 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/integration": "^1.16.1",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/integration": "^1.17.0",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
diff --git a/plugins/endoflife/src/components/DateLegend/DateLegend.tsx b/plugins/endoflife/src/components/DateLegend/DateLegend.tsx
index 0686c92..08b93cc 100644
--- a/plugins/endoflife/src/components/DateLegend/DateLegend.tsx
+++ b/plugins/endoflife/src/components/DateLegend/DateLegend.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { Chip, makeStyles, Theme } from '@material-ui/core';
const useStyles = makeStyles((theme: Theme) => ({
diff --git a/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.test.tsx b/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.test.tsx
index 1a363d1..b25aee6 100644
--- a/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.test.tsx
+++ b/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.test.tsx
@@ -1,7 +1,6 @@
import { ComponentEntity, SystemEntity } from '@backstage/catalog-model';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { renderWithEffects, TestApiProvider } from '@backstage/test-utils';
-import React from 'react';
import { EntityEndOfLifeCard } from './EntityEndOfLifeCard';
import { EndOfLifeApi, endOfLifeApiRef } from '../../api';
import {
diff --git a/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.tsx b/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.tsx
index 2a18949..e3e7726 100644
--- a/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.tsx
+++ b/plugins/endoflife/src/components/EntityEndOfLifeCard/EntityEndOfLifeCard.tsx
@@ -1,4 +1,4 @@
-import React, { useCallback, useEffect, useRef } from 'react';
+import { useCallback, useEffect, useRef } from 'react';
import {
MissingAnnotationEmptyState,
useEntity,
diff --git a/plugins/endoflife/src/components/HelpText/HelpText.tsx b/plugins/endoflife/src/components/HelpText/HelpText.tsx
index e2f80d4..75288a4 100644
--- a/plugins/endoflife/src/components/HelpText/HelpText.tsx
+++ b/plugins/endoflife/src/components/HelpText/HelpText.tsx
@@ -1,4 +1,4 @@
-import React, { useMemo } from 'react';
+import { useMemo } from 'react';
import { IconButton, makeStyles, Theme, Tooltip } from '@material-ui/core';
import { configApiRef, useApi } from '@backstage/core-plugin-api';
import HelpOutlineIcon from '@material-ui/icons/HelpOutline';
diff --git a/plugins/missing-entity-backend/package.json b/plugins/missing-entity-backend/package.json
index 00fd1a5..ecd74f7 100644
--- a/plugins/missing-entity-backend/package.json
+++ b/plugins/missing-entity-backend/package.json
@@ -39,13 +39,13 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
- "@backstage/backend-defaults": "^0.8.1",
- "@backstage/backend-plugin-api": "^1.2.0",
- "@backstage/catalog-client": "^1.9.1",
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/backend-defaults": "^0.11.0",
+ "@backstage/backend-plugin-api": "^1.4.0",
+ "@backstage/catalog-client": "^1.10.1",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
- "@backstage/plugin-notifications-node": "^0.2.12",
+ "@backstage/plugin-notifications-node": "^0.2.16",
"@backstage/types": "^1.2.1",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.6",
"@types/express": "*",
@@ -57,8 +57,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^1.3.0",
- "@backstage/cli": "^0.30.0",
+ "@backstage/backend-test-utils": "^1.6.0",
+ "@backstage/cli": "^0.33.0",
"@types/lodash": "^4.17.0",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
diff --git a/plugins/missing-entity-common/package.json b/plugins/missing-entity-common/package.json
index d54dcb8..07760ed 100644
--- a/plugins/missing-entity-common/package.json
+++ b/plugins/missing-entity-common/package.json
@@ -38,6 +38,6 @@
"test": "backstage-cli package test"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0"
+ "@backstage/cli": "^0.33.0"
}
}
diff --git a/plugins/missing-entity/package.json b/plugins/missing-entity/package.json
index 6934e3a..870c2d1 100644
--- a/plugins/missing-entity/package.json
+++ b/plugins/missing-entity/package.json
@@ -37,11 +37,11 @@
"test": "backstage-cli package test"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
"@backstage/errors": "^1.2.7",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.6",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
@@ -49,8 +49,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
diff --git a/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityContent.tsx b/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityContent.tsx
index 29191f2..47482d8 100644
--- a/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityContent.tsx
+++ b/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityContent.tsx
@@ -4,7 +4,7 @@ import {
TableColumn,
} from '@backstage/core-components';
import Alert from '@material-ui/lab/Alert';
-import React, { useCallback, useState } from 'react';
+import { useCallback, useState } from 'react';
import { identityApiRef, useApi } from '@backstage/core-plugin-api';
import { missingEntityApiRef } from '../../api';
import { EntityMissingResults } from '@dweber019/backstage-plugin-missing-entity-common';
diff --git a/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityPage.tsx b/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityPage.tsx
index 042cd7e..363372f 100644
--- a/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityPage.tsx
+++ b/plugins/missing-entity/src/components/MissingEntityPage/MissingEntityPage.tsx
@@ -3,7 +3,6 @@ import {
Header,
Page,
} from '@backstage/core-components';
-import React from 'react';
import { MissingEntityContent } from './MissingEntityContent';
export const MissingEntityPage = () => {
diff --git a/plugins/missing-entity/src/components/MissingEntityWarning.tsx b/plugins/missing-entity/src/components/MissingEntityWarning.tsx
index 108d6c9..acec028 100644
--- a/plugins/missing-entity/src/components/MissingEntityWarning.tsx
+++ b/plugins/missing-entity/src/components/MissingEntityWarning.tsx
@@ -1,7 +1,6 @@
import Box from '@material-ui/core/Box';
import { ResponseErrorPanel } from '@backstage/core-components';
import Alert from '@material-ui/lab/Alert';
-import React from 'react';
import { useEntity } from '@backstage/plugin-catalog-react';
import useAsync from 'react-use/esm/useAsync';
import { ApiHolder, useApi } from '@backstage/core-plugin-api';
diff --git a/plugins/relations-backend/package.json b/plugins/relations-backend/package.json
index 3c2a0ad..31fcde5 100644
--- a/plugins/relations-backend/package.json
+++ b/plugins/relations-backend/package.json
@@ -33,11 +33,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/backend-plugin-api": "^1.2.0",
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/backend-plugin-api": "^1.4.0",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
- "@backstage/plugin-catalog-common": "^1.1.3",
- "@backstage/plugin-catalog-node": "^1.16.0",
+ "@backstage/plugin-catalog-common": "^1.1.4",
+ "@backstage/plugin-catalog-node": "^1.17.1",
"@types/express": "^4.17.6",
"express": "^4.18.1",
"express-promise-router": "^4.1.0",
@@ -47,8 +47,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^1.3.0",
- "@backstage/cli": "^0.30.0",
+ "@backstage/backend-test-utils": "^1.6.0",
+ "@backstage/cli": "^0.33.0",
"@types/lodash": "^4.17.0",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
diff --git a/plugins/relations/package.json b/plugins/relations/package.json
index 99f4807..cd819f5 100644
--- a/plugins/relations/package.json
+++ b/plugins/relations/package.json
@@ -34,12 +34,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
+ "@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
- "@backstage/plugin-catalog-graph": "^0.4.16",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
+ "@backstage/plugin-catalog-graph": "^0.4.20",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@material-ui/core": "^4.12.2",
"react-use": "^17.2.4"
},
@@ -49,9 +49,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
diff --git a/plugins/relations/src/components/EntityRelationsCard/AboutField.tsx b/plugins/relations/src/components/EntityRelationsCard/AboutField.tsx
index 8070a70..fdb3efb 100644
--- a/plugins/relations/src/components/EntityRelationsCard/AboutField.tsx
+++ b/plugins/relations/src/components/EntityRelationsCard/AboutField.tsx
@@ -1,6 +1,5 @@
import { useElementFilter } from '@backstage/core-plugin-api';
import { Grid, makeStyles, Typography } from '@material-ui/core';
-import React from 'react';
const useStyles = makeStyles(theme => ({
value: {
diff --git a/plugins/relations/src/components/EntityRelationsCard/EntityRelationsCard.tsx b/plugins/relations/src/components/EntityRelationsCard/EntityRelationsCard.tsx
index 4512248..f54ed52 100644
--- a/plugins/relations/src/components/EntityRelationsCard/EntityRelationsCard.tsx
+++ b/plugins/relations/src/components/EntityRelationsCard/EntityRelationsCard.tsx
@@ -1,9 +1,9 @@
-import React from 'react';
import { EntityRefLink } from '@backstage/plugin-catalog-react';
import { InfoCard } from '@backstage/core-components';
import { Grid } from '@material-ui/core';
import { AboutField } from './AboutField';
import { RelationsWithLabel, useRelations } from '../../hooks';
+import { Fragment } from 'react';
export interface EntityRelationsCardProps {
title?: string;
@@ -24,10 +24,10 @@ export const EntityRelationsCard = (props: EntityRelationsCardProps) => {
gridSizes={{ xs: 12, sm: 6, lg: 4 }}
>
{relation.entityRefs.map((entityRef, idx2) => (
-
+
{idx2 < relation.entityRefs.length - 1 && , }
-
+
))}
))}
diff --git a/plugins/relations/src/components/EntityRelationsCatalogGraphCard/EntityRelationsCatalogGraphCard.tsx b/plugins/relations/src/components/EntityRelationsCatalogGraphCard/EntityRelationsCatalogGraphCard.tsx
index 20366ca..979ffb8 100644
--- a/plugins/relations/src/components/EntityRelationsCatalogGraphCard/EntityRelationsCatalogGraphCard.tsx
+++ b/plugins/relations/src/components/EntityRelationsCatalogGraphCard/EntityRelationsCatalogGraphCard.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { EntityCatalogGraphCard } from '@backstage/plugin-catalog-graph';
import { useRelationsCatalogGraphDefaults } from '../../hooks';
diff --git a/plugins/relations/src/components/RelationsCatalogGraphPage/RelationsCatalogGraphPage.tsx b/plugins/relations/src/components/RelationsCatalogGraphPage/RelationsCatalogGraphPage.tsx
index 365866d..9f27644 100644
--- a/plugins/relations/src/components/RelationsCatalogGraphPage/RelationsCatalogGraphPage.tsx
+++ b/plugins/relations/src/components/RelationsCatalogGraphPage/RelationsCatalogGraphPage.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { CatalogGraphPage } from '@backstage/plugin-catalog-graph';
import { useRelationsCatalogGraphDefaults } from '../../hooks';
diff --git a/plugins/relations/src/hooks/useRelations.test.tsx b/plugins/relations/src/hooks/useRelations.test.tsx
index 6bb931a..0829cde 100644
--- a/plugins/relations/src/hooks/useRelations.test.tsx
+++ b/plugins/relations/src/hooks/useRelations.test.tsx
@@ -3,7 +3,6 @@ import { renderHook } from '@testing-library/react';
import { ConfigReader } from '@backstage/config';
import { useRelations } from './useRelations';
import { TestApiProvider } from '@backstage/test-utils';
-import React from 'react';
import { Entity } from '@backstage/catalog-model';
import { EntityProvider } from '@backstage/plugin-catalog-react';
diff --git a/plugins/relations/src/hooks/useRelationsCatalogGraphDefaults.test.tsx b/plugins/relations/src/hooks/useRelationsCatalogGraphDefaults.test.tsx
index fe961f2..24fcb27 100644
--- a/plugins/relations/src/hooks/useRelationsCatalogGraphDefaults.test.tsx
+++ b/plugins/relations/src/hooks/useRelationsCatalogGraphDefaults.test.tsx
@@ -3,7 +3,6 @@ import { renderHook } from '@testing-library/react';
import { ConfigReader } from '@backstage/config';
import { useRelationsCatalogGraphDefaults } from './useRelationsCatalogGraphDefaults';
import { TestApiProvider } from '@backstage/test-utils';
-import React from 'react';
describe('useRelationsCatalogGraphDefaults', () => {
const config = new ConfigReader({
diff --git a/plugins/simple-icons/package.json b/plugins/simple-icons/package.json
index 12a873f..118c6a6 100644
--- a/plugins/simple-icons/package.json
+++ b/plugins/simple-icons/package.json
@@ -33,21 +33,21 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/app-defaults": "^1.5.17",
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-plugin-api": "^1.10.4",
- "@backstage/plugin-catalog": "^1.27.0",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/app-defaults": "^1.6.3",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-plugin-api": "^1.10.8",
+ "@backstage/plugin-catalog": "^1.31.0",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@material-ui/core": "^4.12.2",
- "simple-icons": "^14.11.0"
+ "simple-icons": "^15.3.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
diff --git a/plugins/simple-icons/src/simpleIcons.tsx b/plugins/simple-icons/src/simpleIcons.tsx
index dc8c052..dd9da57 100644
--- a/plugins/simple-icons/src/simpleIcons.tsx
+++ b/plugins/simple-icons/src/simpleIcons.tsx
@@ -1,7 +1,6 @@
import { SvgIcon, SvgIconProps } from '@material-ui/core';
import type { SimpleIcon } from 'simple-icons';
import * as icons from 'simple-icons';
-import React from 'react';
import { IconComponent } from '@backstage/core-plugin-api';
export const createIcon = (icon: SimpleIcon, color = true, props?: SvgIconProps) => {
diff --git a/plugins/tips/dev/index.tsx b/plugins/tips/dev/index.tsx
index a37bc97..58180ad 100644
--- a/plugins/tips/dev/index.tsx
+++ b/plugins/tips/dev/index.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { Entity } from '@backstage/catalog-model';
diff --git a/plugins/tips/package.json b/plugins/tips/package.json
index cfd5c76..da95433 100644
--- a/plugins/tips/package.json
+++ b/plugins/tips/package.json
@@ -33,10 +33,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
- "@backstage/catalog-model": "^1.7.3",
- "@backstage/core-components": "^0.16.4",
- "@backstage/core-plugin-api": "^1.10.4",
- "@backstage/plugin-catalog-react": "^1.15.2",
+ "@backstage/catalog-model": "^1.7.4",
+ "@backstage/core-components": "^0.17.3",
+ "@backstage/core-plugin-api": "^1.10.8",
+ "@backstage/plugin-catalog-react": "^1.19.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"react-use": "^17.2.4"
@@ -47,9 +47,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.30.0",
- "@backstage/dev-utils": "^1.1.7",
- "@backstage/test-utils": "^1.7.5",
+ "@backstage/cli": "^0.33.0",
+ "@backstage/dev-utils": "^1.1.11",
+ "@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
diff --git a/plugins/tips/src/components/EntityTipsDialog/EntityTipsDialog.test.tsx b/plugins/tips/src/components/EntityTipsDialog/EntityTipsDialog.test.tsx
index 5a0a883..9cbb0b4 100644
--- a/plugins/tips/src/components/EntityTipsDialog/EntityTipsDialog.test.tsx
+++ b/plugins/tips/src/components/EntityTipsDialog/EntityTipsDialog.test.tsx
@@ -5,7 +5,6 @@ import {
} from '@backstage/catalog-model';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { renderWithEffects, TestApiProvider } from '@backstage/test-utils';
-import React from 'react';
import { TipsConfig, tipsConfigRef } from '../../config';
import { EntityTipsDialog } from './EntityTipsDialog';
import { extraTips } from '../../lib/extraTips';
diff --git a/plugins/tips/src/config.ts b/plugins/tips/src/config.ts
index 012ecc8..d138492 100644
--- a/plugins/tips/src/config.ts
+++ b/plugins/tips/src/config.ts
@@ -1,5 +1,4 @@
import { createApiRef, IdentityApi } from '@backstage/core-plugin-api';
-import React from 'react';
import { Entity } from '@backstage/catalog-model';
export const tipsConfigRef = createApiRef({
diff --git a/plugins/tips/src/lib/extraTips.tsx b/plugins/tips/src/lib/extraTips.tsx
index 7123674..c72f6dd 100644
--- a/plugins/tips/src/lib/extraTips.tsx
+++ b/plugins/tips/src/lib/extraTips.tsx
@@ -1,7 +1,6 @@
import { Tip } from '../config';
import { hasAnnotation, isEntityOfKind, isOwner } from './utils';
import { CodeSnippet } from '@backstage/core-components';
-import React from 'react';
import {
ApiEntity,
ComponentEntity,
diff --git a/tsconfig.json b/tsconfig.json
index 63f811a..eac19c5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,6 +12,6 @@
"compilerOptions": {
"outDir": "dist-types",
"rootDir": ".",
- "jsx": "preserve"
+ "jsx": "react-jsx"
}
}
diff --git a/yarn.lock b/yarn.lock
index 73f685e..9d77000 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2691,6 +2691,13 @@ __metadata:
languageName: node
linkType: hard
+"@babel/runtime@npm:^7.26.10":
+ version: 7.27.6
+ resolution: "@babel/runtime@npm:7.27.6"
+ checksum: 10/cc957a12ba3781241b83d528eb69ddeb86ca5ac43179a825e83aa81263a6b3eb88c57bed8a937cdeacfc3192e07ec24c73acdfea4507d0c0428c8e23d6322bfe
+ languageName: node
+ linkType: hard
+
"@babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0, @babel/template@npm:^7.3.3":
version: 7.25.0
resolution: "@babel/template@npm:7.25.0"
@@ -2728,15 +2735,15 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/app-defaults@npm:^1.5.17":
- version: 1.5.17
- resolution: "@backstage/app-defaults@npm:1.5.17"
+"@backstage/app-defaults@npm:^1.6.3":
+ version: 1.6.3
+ resolution: "@backstage/app-defaults@npm:1.6.3"
dependencies:
- "@backstage/core-app-api": "npm:^1.15.5"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/core-app-api": "npm:^1.17.1"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/theme": "npm:^0.6.6"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
peerDependencies:
@@ -2747,44 +2754,18 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/bba15aa083efc67c4b94909539faa073c8f4ea8222ef43eef0d8c0cb9d1ec432b5c7a8ef4eb693632b4711a4f1aba0f6a1c29fc0601ec4face923246067dade8
+ checksum: 10/b8556ca5f5fb0af460382268f06217cb2b6cf343595dca1f5c6a23b52fe170982befec6d1c330cc72b2e5ac44917912e2adbc169a65bf4b4401303e1b7477fa3
languageName: node
linkType: hard
-"@backstage/backend-app-api@npm:^1.2.0":
- version: 1.2.0
- resolution: "@backstage/backend-app-api@npm:1.2.0"
+"@backstage/backend-app-api@npm:^1.2.4":
+ version: 1.2.4
+ resolution: "@backstage/backend-app-api@npm:1.2.4"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/cli-common": "npm:^0.1.15"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/config-loader": "npm:^1.9.6"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- "@backstage/types": "npm:^1.2.1"
- "@manypkg/get-packages": "npm:^1.1.3"
- compression: "npm:^1.7.4"
- cookie: "npm:^0.7.0"
- cors: "npm:^2.8.5"
- helmet: "npm:^6.0.0"
- jose: "npm:^5.0.0"
- knex: "npm:^3.0.0"
- lodash: "npm:^4.17.21"
- logform: "npm:^2.3.2"
- luxon: "npm:^3.0.0"
- minimatch: "npm:^9.0.0"
- minimist: "npm:^1.2.5"
- morgan: "npm:^1.10.0"
- node-forge: "npm:^1.3.1"
- path-to-regexp: "npm:^8.0.0"
- selfsigned: "npm:^2.0.0"
- stoppable: "npm:^1.1.0"
- triple-beam: "npm:^1.4.1"
- uuid: "npm:^11.0.0"
- winston: "npm:^3.2.1"
- winston-transport: "npm:^4.5.0"
- checksum: 10/4dd8f8fca4e5fc514ee48eecfa36d2ff9af1bc78b77a5be77226dd860494137dd14f3ccb23340a9dbf5afd8e720aef63dd30bce0cee0a7802d8cf972e0cf5135
+ checksum: 10/e7432aa27e3aa90bac32033366ea8d4cd86c6f61ab883f97559b23428bdaf5a9e6332ef366964d839d7dd40a45d6718dc44ac421f189e4085340fe64ed22eea9
languageName: node
linkType: hard
@@ -2942,34 +2923,33 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/backend-defaults@npm:^0.8.0, @backstage/backend-defaults@npm:^0.8.1":
- version: 0.8.1
- resolution: "@backstage/backend-defaults@npm:0.8.1"
+"@backstage/backend-defaults@npm:^0.11.0":
+ version: 0.11.0
+ resolution: "@backstage/backend-defaults@npm:0.11.0"
dependencies:
"@aws-sdk/abort-controller": "npm:^3.347.0"
"@aws-sdk/client-codecommit": "npm:^3.350.0"
"@aws-sdk/client-s3": "npm:^3.350.0"
"@aws-sdk/credential-providers": "npm:^3.350.0"
"@aws-sdk/types": "npm:^3.347.0"
- "@azure/identity": "npm:^4.0.0"
"@azure/storage-blob": "npm:^12.5.0"
- "@backstage/backend-app-api": "npm:^1.2.0"
+ "@backstage/backend-app-api": "npm:^1.2.4"
"@backstage/backend-dev-utils": "npm:^0.1.5"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/cli-common": "npm:^0.1.15"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/cli-node": "npm:^0.2.13"
"@backstage/config": "npm:^1.3.2"
- "@backstage/config-loader": "npm:^1.9.6"
+ "@backstage/config-loader": "npm:^1.10.1"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-aws-node": "npm:^0.1.15"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-aws-node": "npm:^0.1.16"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
"@backstage/types": "npm:^1.2.1"
"@google-cloud/storage": "npm:^7.0.0"
"@keyv/memcache": "npm:^2.0.1"
"@keyv/redis": "npm:^4.0.1"
+ "@keyv/valkey": "npm:^1.0.1"
"@manypkg/get-packages": "npm:^1.1.3"
"@octokit/rest": "npm:^19.0.3"
"@opentelemetry/api": "npm:^1.9.0"
@@ -2985,10 +2965,11 @@ __metadata:
cron: "npm:^3.0.0"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
+ express-rate-limit: "npm:^7.5.0"
fs-extra: "npm:^11.2.0"
git-url-parse: "npm:^15.0.0"
helmet: "npm:^6.0.0"
- isomorphic-git: "npm:^1.23.0"
+ is-glob: "npm:^4.0.3"
jose: "npm:^5.0.0"
keyv: "npm:^5.2.1"
knex: "npm:^3.0.0"
@@ -2996,16 +2977,15 @@ __metadata:
logform: "npm:^2.3.2"
luxon: "npm:^3.0.0"
minimatch: "npm:^9.0.0"
- minimist: "npm:^1.2.5"
mysql2: "npm:^3.0.0"
node-fetch: "npm:^2.7.0"
node-forge: "npm:^1.3.1"
p-limit: "npm:^3.1.0"
- p-throttle: "npm:^4.1.1"
path-to-regexp: "npm:^8.0.0"
pg: "npm:^8.11.3"
pg-connection-string: "npm:^2.3.0"
pg-format: "npm:^1.0.4"
+ rate-limit-redis: "npm:^4.2.0"
raw-body: "npm:^2.4.1"
selfsigned: "npm:^2.0.0"
tar: "npm:^6.1.12"
@@ -3016,12 +2996,13 @@ __metadata:
yauzl: "npm:^3.0.0"
yn: "npm:^4.0.0"
zod: "npm:^3.22.4"
+ zod-to-json-schema: "npm:^3.20.4"
peerDependencies:
"@google-cloud/cloud-sql-connector": ^1.4.0
peerDependenciesMeta:
"@google-cloud/cloud-sql-connector":
optional: true
- checksum: 10/0fb46dc4485ef620eede3e8db033ebb57fc7276637e38da39614cd6176ac2a51ce2b34adce63a317b5dda12e1ab8df3f2f7a42f2cfe0cb1d7301ef7d02139571
+ checksum: 10/936c11b280c6e87832420dbfb6677300c1a3c42f73e3f582bbdd4641f2860d1b84adf05988c1c0238d45419cdf01c0beffc383f31143bc3f412b012d9148f1ba
languageName: node
linkType: hard
@@ -3032,12 +3013,12 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/backend-openapi-utils@npm:^0.5.0":
- version: 0.5.0
- resolution: "@backstage/backend-openapi-utils@npm:0.5.0"
+"@backstage/backend-openapi-utils@npm:^0.5.4":
+ version: 0.5.4
+ resolution: "@backstage/backend-openapi-utils@npm:0.5.4"
dependencies:
"@apidevtools/swagger-parser": "npm:^10.1.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/errors": "npm:^1.2.7"
"@backstage/types": "npm:^1.2.1"
"@types/express": "npm:^4.17.6"
@@ -3052,7 +3033,7 @@ __metadata:
mockttp: "npm:^3.13.0"
openapi-merge: "npm:^1.3.2"
openapi3-ts: "npm:^3.1.2"
- checksum: 10/4a6fc0d86c397df2ed46ba10aa6a8de4b346c653a9c636e04664fddd8fe502f554bf934525daf85e904aecfaf439f22b01277f70f1bcdf355a6667aa42883965
+ checksum: 10/a6ef3bdb18f97f3316a9c913751ea86d35aa0af985b3aeaa74c6ba4d77942e060467d25f76bf8565dd30dbac03209015c4a2e9523b2bf2dffb33b640a5d596bf
languageName: node
linkType: hard
@@ -3094,22 +3075,25 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/backend-plugin-api@npm:^1.2.0":
- version: 1.2.0
- resolution: "@backstage/backend-plugin-api@npm:1.2.0"
+"@backstage/backend-plugin-api@npm:^1.4.0":
+ version: 1.4.0
+ resolution: "@backstage/backend-plugin-api@npm:1.4.0"
dependencies:
"@backstage/cli-common": "npm:^0.1.15"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
"@backstage/types": "npm:^1.2.1"
"@types/express": "npm:^4.17.6"
+ "@types/json-schema": "npm:^7.0.6"
"@types/luxon": "npm:^3.0.0"
+ json-schema: "npm:^0.4.0"
knex: "npm:^3.0.0"
luxon: "npm:^3.0.0"
- checksum: 10/7ae496a2fc497521c79576063edfcbd477f2c1973fe9ef05b71ad9725bd10fb1477a20424c7a8e2210a51837facde075bf5362378347a8c70d89748f4923e3a6
+ zod: "npm:^3.22.4"
+ checksum: 10/6e8f0afbc690ac34fc4bee926009666d51a17cc4c4392524d345f208dbb92df8bb1b3d703d70a08a27cddf8975adf7d09a443e737665c62d6caea270e86a4d29
languageName: node
linkType: hard
@@ -3134,20 +3118,22 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/backend-test-utils@npm:^1.3.0":
- version: 1.3.0
- resolution: "@backstage/backend-test-utils@npm:1.3.0"
+"@backstage/backend-test-utils@npm:^1.6.0":
+ version: 1.6.0
+ resolution: "@backstage/backend-test-utils@npm:1.6.0"
dependencies:
- "@backstage/backend-app-api": "npm:^1.2.0"
- "@backstage/backend-defaults": "npm:^0.8.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-app-api": "npm:^1.2.4"
+ "@backstage/backend-defaults": "npm:^0.11.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
"@backstage/types": "npm:^1.2.1"
"@keyv/memcache": "npm:^2.0.1"
"@keyv/redis": "npm:^4.0.1"
+ "@keyv/valkey": "npm:^1.0.1"
"@types/express": "npm:^4.17.6"
"@types/express-serve-static-core": "npm:^4.17.5"
"@types/keyv": "npm:^4.2.0"
@@ -3165,33 +3151,54 @@ __metadata:
textextensions: "npm:^5.16.0"
uuid: "npm:^11.0.0"
yn: "npm:^4.0.0"
+ zod: "npm:^3.22.4"
+ zod-to-json-schema: "npm:^3.20.4"
+ checksum: 10/aeb98f4c5f770141da6d977c854e6ce56f1245b219e2703850e463f5a76c1c1fefc7252f928a50228ad1d4aa21372a7392ef60877be3635037f4d5572c64c2c2
+ languageName: node
+ linkType: hard
+
+"@backstage/canon@npm:^0.5.0":
+ version: 0.5.0
+ resolution: "@backstage/canon@npm:0.5.0"
+ dependencies:
+ "@base-ui-components/react": "npm:1.0.0-alpha.7"
+ "@remixicon/react": "npm:^4.6.0"
+ "@tanstack/react-table": "npm:^8.21.3"
+ clsx: "npm:^2.1.1"
+ react-aria-components: "npm:^1.10.1"
peerDependencies:
- "@types/jest": "*"
- checksum: 10/233ea83f1355383e466c667607b55518832415ae6cf77134033e92706201517637e938cdece9fe4ff452d4304bc405a73102f04c85ca7ceb4f119d326994a64d
+ "@types/react": ^17.0.0 || ^18.0.0
+ react: ^17.0.0 || ^18.0.0
+ react-dom: ^17.0.0 || ^18.0.0
+ react-router-dom: ^6.3.0
+ peerDependenciesMeta:
+ "@types/react":
+ optional: true
+ checksum: 10/7cf77f5aafd3205564fd74d593d9631f4dd2caae7eacb04f1faf66ea1979a405b27c54c8a639b399f1372ae84edab20c37db05803cfd0bc406ff864155916c40
languageName: node
linkType: hard
-"@backstage/catalog-client@npm:^1.7.1":
- version: 1.7.1
- resolution: "@backstage/catalog-client@npm:1.7.1"
+"@backstage/catalog-client@npm:^1.10.1":
+ version: 1.10.1
+ resolution: "@backstage/catalog-client@npm:1.10.1"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.0"
- "@backstage/errors": "npm:^1.2.4"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/errors": "npm:^1.2.7"
cross-fetch: "npm:^4.0.0"
uri-template: "npm:^2.0.0"
- checksum: 10/2d3e0f1c5ff1640655bf943bdd6955e5e71eb1b7dde71071dfc759dc891f8de9a530e777008a9ca84ca3fce01d728b68e481fd194c6061ccef7f4c070ac4d180
+ checksum: 10/85a220800db02f13f9fdf5beb1bf06d43d6aa0c39c6e6c69c0c6d69ae7bc283f8933a42d984f6d7cb1c4eb1dc91fba7b14c94f7cc0ed775dc3a6ae6fc7e4fc15
languageName: node
linkType: hard
-"@backstage/catalog-client@npm:^1.9.1":
- version: 1.9.1
- resolution: "@backstage/catalog-client@npm:1.9.1"
+"@backstage/catalog-client@npm:^1.7.1":
+ version: 1.7.1
+ resolution: "@backstage/catalog-client@npm:1.7.1"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/errors": "npm:^1.2.7"
+ "@backstage/catalog-model": "npm:^1.7.0"
+ "@backstage/errors": "npm:^1.2.4"
cross-fetch: "npm:^4.0.0"
uri-template: "npm:^2.0.0"
- checksum: 10/4e29bb4b6addf4330e298e08500efda6d7e9a416102abdd65dfbedb5e139d8911449f6bb91a90b2d571ddca53cb908c77a4a894fd34689f740e779e66020e13f
+ checksum: 10/2d3e0f1c5ff1640655bf943bdd6955e5e71eb1b7dde71071dfc759dc891f8de9a530e777008a9ca84ca3fce01d728b68e481fd194c6061ccef7f4c070ac4d180
languageName: node
linkType: hard
@@ -3207,15 +3214,15 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/catalog-model@npm:^1.7.3":
- version: 1.7.3
- resolution: "@backstage/catalog-model@npm:1.7.3"
+"@backstage/catalog-model@npm:^1.7.4":
+ version: 1.7.4
+ resolution: "@backstage/catalog-model@npm:1.7.4"
dependencies:
"@backstage/errors": "npm:^1.2.7"
"@backstage/types": "npm:^1.2.1"
ajv: "npm:^8.10.0"
lodash: "npm:^4.17.21"
- checksum: 10/5c58e19cf30f392c6a9e49edd623fc0a5677d36a2f7ab1e09dadf54fff110e4c2bf3f967061ed7279a106526cd05cae8ac9bedfc03742773e7499807ed9f19c8
+ checksum: 10/48c2db2a8144e891319879cec6cae1980088165a910a757b8ebc07dc337b4d8d5c743fbaa3fa916cdd1b5e06635b3a3edbd1e7d8519ac135824f1ba37c5e3ce2
languageName: node
linkType: hard
@@ -3249,26 +3256,26 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/cli@npm:^0.30.0":
- version: 0.30.0
- resolution: "@backstage/cli@npm:0.30.0"
+"@backstage/cli@npm:^0.33.0":
+ version: 0.33.0
+ resolution: "@backstage/cli@npm:0.33.0"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/cli-common": "npm:^0.1.15"
"@backstage/cli-node": "npm:^0.2.13"
"@backstage/config": "npm:^1.3.2"
- "@backstage/config-loader": "npm:^1.9.6"
+ "@backstage/config-loader": "npm:^1.10.1"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/eslint-plugin": "npm:^0.1.10"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/release-manifests": "npm:^0.0.12"
+ "@backstage/eslint-plugin": "npm:^0.1.11"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/release-manifests": "npm:^0.0.13"
"@backstage/types": "npm:^1.2.1"
"@manypkg/get-packages": "npm:^1.1.3"
- "@module-federation/enhanced": "npm:^0.8.0"
+ "@module-federation/enhanced": "npm:^0.9.0"
"@octokit/graphql": "npm:^5.0.0"
"@octokit/graphql-schema": "npm:^13.7.0"
"@octokit/oauth-app": "npm:^4.2.0"
- "@octokit/request": "npm:^6.0.0"
+ "@octokit/request": "npm:^8.0.0"
"@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.7"
"@rollup/plugin-commonjs": "npm:^26.0.0"
"@rollup/plugin-json": "npm:^6.0.0"
@@ -3301,7 +3308,7 @@ __metadata:
cross-spawn: "npm:^7.0.3"
css-loader: "npm:^6.5.1"
ctrlc-windows: "npm:^2.1.0"
- esbuild: "npm:^0.24.0"
+ esbuild: "npm:^0.25.0"
esbuild-loader: "npm:^4.0.0"
eslint: "npm:^8.6.0"
eslint-config-prettier: "npm:^9.0.0"
@@ -3342,7 +3349,7 @@ __metadata:
process: "npm:^0.11.10"
raw-loader: "npm:^4.0.2"
react-dev-utils: "npm:^12.0.0-next.60"
- react-refresh: "npm:^0.14.0"
+ react-refresh: "npm:^0.17.0"
recursive-readdir: "npm:^2.2.2"
replace-in-file: "npm:^7.1.0"
rollup: "npm:^4.27.3"
@@ -3368,7 +3375,7 @@ __metadata:
zod: "npm:^3.22.4"
zod-validation-error: "npm:^3.4.0"
peerDependencies:
- "@rspack/core": ^1.0.10
+ "@rspack/core": ^1.2.8
"@rspack/dev-server": ^1.0.9
"@rspack/plugin-react-refresh": ^1.0.0
peerDependenciesMeta:
@@ -3380,18 +3387,18 @@ __metadata:
optional: true
bin:
backstage-cli: bin/backstage-cli
- checksum: 10/6601ad691923de47d6d44ca0955dbacaeb8744801115904674e1d4c498b593ee4220f527a5f9db041d83b7336cfbbe1e698ccc129a9c8b72fc33f526bac7a56f
+ checksum: 10/c854a2e64db2600e14beaf6bd6d7ce78039815bea2c3784e3d8eebe67bc452d0d618edc962a71bf2d62757a9fbcb06cecb41a70d3973006301b573ca38c84f13
languageName: node
linkType: hard
-"@backstage/config-loader@npm:^1.9.0, @backstage/config-loader@npm:^1.9.1":
- version: 1.9.1
- resolution: "@backstage/config-loader@npm:1.9.1"
+"@backstage/config-loader@npm:^1.10.1":
+ version: 1.10.1
+ resolution: "@backstage/config-loader@npm:1.10.1"
dependencies:
- "@backstage/cli-common": "npm:^0.1.14"
- "@backstage/config": "npm:^1.2.0"
- "@backstage/errors": "npm:^1.2.4"
- "@backstage/types": "npm:^1.1.1"
+ "@backstage/cli-common": "npm:^0.1.15"
+ "@backstage/config": "npm:^1.3.2"
+ "@backstage/errors": "npm:^1.2.7"
+ "@backstage/types": "npm:^1.2.1"
"@types/json-schema": "npm:^7.0.6"
ajv: "npm:^8.10.0"
chokidar: "npm:^3.5.2"
@@ -3401,21 +3408,20 @@ __metadata:
json-schema-traverse: "npm:^1.0.0"
lodash: "npm:^4.17.21"
minimist: "npm:^1.2.5"
- node-fetch: "npm:^2.7.0"
typescript-json-schema: "npm:^0.65.0"
yaml: "npm:^2.0.0"
- checksum: 10/a5ef3077a20c21a5937a6fc71a224cf1acc79bd543fde9babf73be249f14bf79a9ed8dc086549a0574f2ab4714b8af01f650d52078a1d04ba4c578cc909f07cc
+ checksum: 10/61f66e65bf747b07f72c3475a3875c5409442087ca541c749a1ecff6668cb0564294f6b760a2e76e135871bdaf61f2b8bcb2e62d4786d12693400c57422f3b85
languageName: node
linkType: hard
-"@backstage/config-loader@npm:^1.9.6":
- version: 1.9.6
- resolution: "@backstage/config-loader@npm:1.9.6"
+"@backstage/config-loader@npm:^1.9.0, @backstage/config-loader@npm:^1.9.1":
+ version: 1.9.1
+ resolution: "@backstage/config-loader@npm:1.9.1"
dependencies:
- "@backstage/cli-common": "npm:^0.1.15"
- "@backstage/config": "npm:^1.3.2"
- "@backstage/errors": "npm:^1.2.7"
- "@backstage/types": "npm:^1.2.1"
+ "@backstage/cli-common": "npm:^0.1.14"
+ "@backstage/config": "npm:^1.2.0"
+ "@backstage/errors": "npm:^1.2.4"
+ "@backstage/types": "npm:^1.1.1"
"@types/json-schema": "npm:^7.0.6"
ajv: "npm:^8.10.0"
chokidar: "npm:^3.5.2"
@@ -3425,9 +3431,10 @@ __metadata:
json-schema-traverse: "npm:^1.0.0"
lodash: "npm:^4.17.21"
minimist: "npm:^1.2.5"
+ node-fetch: "npm:^2.7.0"
typescript-json-schema: "npm:^0.65.0"
yaml: "npm:^2.0.0"
- checksum: 10/b9cd3e61acae6df7a44ffe2804eea4728265efd6c1de1ce79dbd1d10ddba1af0236be2ff4058415ff5b1fac9afd367b60bc1f8f60bb2228939f60f61288416b4
+ checksum: 10/a5ef3077a20c21a5937a6fc71a224cf1acc79bd543fde9babf73be249f14bf79a9ed8dc086549a0574f2ab4714b8af01f650d52078a1d04ba4c578cc909f07cc
languageName: node
linkType: hard
@@ -3452,12 +3459,12 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/core-app-api@npm:^1.15.5":
- version: 1.15.5
- resolution: "@backstage/core-app-api@npm:1.15.5"
+"@backstage/core-app-api@npm:^1.17.1":
+ version: 1.17.1
+ resolution: "@backstage/core-app-api@npm:1.17.1"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@types/prop-types": "npm:^15.7.3"
@@ -3476,16 +3483,17 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/731e0880905c6c124c4b675d5ab7966a0dc0071fbb3177d4c9e7cbe9bea46ca7c05ec30aeb3b27a6644f22f9d61cd64e1e771c208af6a69597e9fbc9d0c31b25
+ checksum: 10/04248e92fbbfa0c994ce16369a536b27574f3ad9bb19b34c789c41c872c2cfe71f0cb0c00f89676d387097477125ca45a794df149b89a5654e6f6d92afcb2752
languageName: node
linkType: hard
-"@backstage/core-compat-api@npm:^0.3.6":
- version: 0.3.6
- resolution: "@backstage/core-compat-api@npm:0.3.6"
+"@backstage/core-compat-api@npm:^0.4.3":
+ version: 0.4.3
+ resolution: "@backstage/core-compat-api@npm:0.4.3"
dependencies:
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
"@backstage/version-bridge": "npm:^1.0.11"
lodash: "npm:^4.17.21"
peerDependencies:
@@ -3496,18 +3504,18 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/befd4cb7108672ff0c3f4433e39bf5557e43a755fdf658de7b4a161977efb69b9b8a129930b141b02ea7bca5f71d70353d415d7d89f9a440afd6b4fa28c9a8cf
+ checksum: 10/ade339ad577d6b875232b628b2388f4cf902cb1a5c75c0a1c96b62b8573f77d23a81c0e9e426abc546c6ffb90415ff7804a92d309aea500ba6451beec47ddc8e
languageName: node
linkType: hard
-"@backstage/core-components@npm:^0.16.4":
- version: 0.16.4
- resolution: "@backstage/core-components@npm:0.16.4"
+"@backstage/core-components@npm:^0.17.3":
+ version: 0.17.3
+ resolution: "@backstage/core-components@npm:0.17.3"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/theme": "npm:^0.6.6"
"@backstage/version-bridge": "npm:^1.0.11"
"@dagrejs/dagre": "npm:^1.1.4"
"@date-io/core": "npm:^1.3.13"
@@ -3550,13 +3558,13 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/472f4a17edc740cec15041612068320114b0128d6917d6968db8b435c3f4c2f002be939978b29efb12ce32c3d660b28e9de051ac1104c14f4eae2b6129c5ab49
+ checksum: 10/9c826ba203dcee62077cb9e3c83fbeb1d72558dca4b3fcb41c19c587a8162862dcab061d56b1f3cbdfba96fa19dbcae4959caf9009d3288930606ec2646056c6
languageName: node
linkType: hard
-"@backstage/core-plugin-api@npm:^1.10.4":
- version: 1.10.4
- resolution: "@backstage/core-plugin-api@npm:1.10.4"
+"@backstage/core-plugin-api@npm:^1.10.8":
+ version: 1.10.8
+ resolution: "@backstage/core-plugin-api@npm:1.10.8"
dependencies:
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
@@ -3571,22 +3579,22 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/a6be3be2522eb168eb5375dfd1111a4042319e501c5d2a38a3ebe2267d509375de7df3bd4239ca8c509ef410dc23ccce8178f43d5c76ec8ad00314bc29c0151b
+ checksum: 10/4b92c70ce68e6ec3a1b1cf77fd30591a066cc109f2af352d25583257fe83b71a0ea7f848f24bad7313028128d45819ef10ed526695bfd894ebe4dadeb420f2d1
languageName: node
linkType: hard
-"@backstage/dev-utils@npm:^1.1.7":
- version: 1.1.7
- resolution: "@backstage/dev-utils@npm:1.1.7"
- dependencies:
- "@backstage/app-defaults": "npm:^1.5.17"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-app-api": "npm:^1.15.5"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/theme": "npm:^0.6.4"
+"@backstage/dev-utils@npm:^1.1.11":
+ version: 1.1.11
+ resolution: "@backstage/dev-utils@npm:1.1.11"
+ dependencies:
+ "@backstage/app-defaults": "npm:^1.6.3"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-app-api": "npm:^1.17.1"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/theme": "npm:^0.6.6"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
react-use: "npm:^17.2.4"
@@ -3598,7 +3606,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/a35175ad29a792844ca09080ad31e7b4ee7bed03cd91062ec9191a59d0a6b42907f5b57ff04fb468d73b3cb9616e860184165f02c72d5bb6fc61a492a08b98a2
+ checksum: 10/93a2bfa7d3f2a432df502ae57e4fb4fef31b139707582fc1d59c2ff4736aa2d6736a1463c78a1df0f19ea9efc685a0a66f7426293d715df684687804fbab6e4a
languageName: node
linkType: hard
@@ -3637,26 +3645,26 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/eslint-plugin@npm:^0.1.10":
- version: 0.1.10
- resolution: "@backstage/eslint-plugin@npm:0.1.10"
+"@backstage/eslint-plugin@npm:^0.1.11":
+ version: 0.1.11
+ resolution: "@backstage/eslint-plugin@npm:0.1.11"
dependencies:
"@manypkg/get-packages": "npm:^1.1.3"
minimatch: "npm:^9.0.0"
- checksum: 10/7983d7ff71d940e7aa761d1a5663844dcd23fc4754efd46423e2996a66ac63b39d44866f49dad6794827b738bc9dcbbc1bdee2b3934e2cee477733bcb5a27b2f
+ checksum: 10/16444b067885da00a5640634a0d7bcdccd0a345bd1340fe556250c46af5699707132466f383af35ae8df8a42db60fc2b7db5534572f4dd3d87cbee17abb5ddd1
languageName: node
linkType: hard
-"@backstage/frontend-app-api@npm:^0.10.5":
- version: 0.10.5
- resolution: "@backstage/frontend-app-api@npm:0.10.5"
+"@backstage/frontend-app-api@npm:^0.11.3":
+ version: 0.11.3
+ resolution: "@backstage/frontend-app-api@npm:0.11.3"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-app-api": "npm:^1.15.5"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-app-api": "npm:^1.17.1"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-defaults": "npm:^0.1.6"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
+ "@backstage/frontend-defaults": "npm:^0.2.3"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
lodash: "npm:^4.17.21"
@@ -3669,19 +3677,19 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/55837eeacbc3bac8b9e684c63d8784f56d5adc76d20e415f1e1a30c7fb2014b8407c7e30bdd9823a5f2c9c63ce793271b5f0997c5057359a4c5e73b7ba346afb
+ checksum: 10/a1b012462db67f09c0fe49056fe4d3482da5a9c43a0f3056eb2a6833a66e35d34a6aaa2d0eb9572f4f1b180a9d7511f9357835c441825f5967eb1183a7f78d27
languageName: node
linkType: hard
-"@backstage/frontend-defaults@npm:^0.1.6":
- version: 0.1.6
- resolution: "@backstage/frontend-defaults@npm:0.1.6"
+"@backstage/frontend-defaults@npm:^0.2.3":
+ version: 0.2.3
+ resolution: "@backstage/frontend-defaults@npm:0.2.3"
dependencies:
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-app-api": "npm:^0.10.5"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-app": "npm:^0.1.6"
+ "@backstage/frontend-app-api": "npm:^0.11.3"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-app": "npm:^0.1.10"
"@react-hookz/web": "npm:^24.0.0"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
@@ -3691,16 +3699,16 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/2e387815586c436c5c24a116f0294dddcf1a5bc0a84b8dd73bdb9fc797fd5aca2aeaa77b4da3908f48e4b18a356751d9241473bfbe4951edf56138e0a62994e1
+ checksum: 10/f9b84a850e219c389f4e28ea459f1df03057d1092cfe126365bb2149540fd564269b03a8d0220ca9ba1c4ebd000fbc84f4ee842551e00cd1daec133fa3edf86b
languageName: node
linkType: hard
-"@backstage/frontend-plugin-api@npm:^0.9.5":
- version: 0.9.5
- resolution: "@backstage/frontend-plugin-api@npm:0.9.5"
+"@backstage/frontend-plugin-api@npm:^0.10.3":
+ version: 0.10.3
+ resolution: "@backstage/frontend-plugin-api@npm:0.10.3"
dependencies:
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.4"
@@ -3715,19 +3723,19 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/91a55d7d12545aa8041b64c2443e566775c9c6cca62e6b8bd5d3ac5eb4c8f2d28a8c7bb602c1389537be4ce61d0bf93e2ddeddd4e2fa3ae691817a3bb55fabab
+ checksum: 10/70bd14ad75502d8a7de38b48a21d9672e883e6db49cfe6ce4f1298fb53fe30e5da940e090c63d3bf9e17521d18ae6297c0f322db924184d64ae12fe6f11b8f23
languageName: node
linkType: hard
-"@backstage/frontend-test-utils@npm:^0.2.6":
- version: 0.2.6
- resolution: "@backstage/frontend-test-utils@npm:0.2.6"
+"@backstage/frontend-test-utils@npm:^0.3.3":
+ version: 0.3.3
+ resolution: "@backstage/frontend-test-utils@npm:0.3.3"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/frontend-app-api": "npm:^0.10.5"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-app": "npm:^0.1.6"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/frontend-app-api": "npm:^0.11.3"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-app": "npm:^0.1.10"
+ "@backstage/test-utils": "npm:^1.7.9"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
zod: "npm:^3.22.4"
@@ -3740,7 +3748,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/0fd0c43c85f6a28c23840ac44064d9294340e892bb6e316d66afc683b05eaadebc9415a32a3f98fb81d4e8090b9496255e10ed519bb74757e089ab1d70794174
+ checksum: 10/0310892cc13256a28315e5a9afe9a3b00723bffbcfee67849f01301538d1accdb48361db7dbf092889313aa2e5f7a531e31350b32096e0f223832a6329b75dd8
languageName: node
linkType: hard
@@ -3759,9 +3767,9 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/integration-aws-node@npm:^0.1.15":
- version: 0.1.15
- resolution: "@backstage/integration-aws-node@npm:0.1.15"
+"@backstage/integration-aws-node@npm:^0.1.16":
+ version: 0.1.16
+ resolution: "@backstage/integration-aws-node@npm:0.1.16"
dependencies:
"@aws-sdk/client-sts": "npm:^3.350.0"
"@aws-sdk/credential-provider-node": "npm:^3.350.0"
@@ -3770,17 +3778,17 @@ __metadata:
"@aws-sdk/util-arn-parser": "npm:^3.310.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- checksum: 10/92c52ad6f33ff270840b44bb060837f0f0b9f133c76c171f8aad29192580dd04c5d4db716ad6c07c8a4ebfc709458781bfb39def7ddadce64918d8b4352730ab
+ checksum: 10/89963dda10ac49a9b015b0c3e05fc5995b024c5f7a2a3b519d8e5bb1fe1a8d0a070c4d2a24638f7e4eac46b109696963e4661fe9fb479541265a5f4a935e10b8
languageName: node
linkType: hard
-"@backstage/integration-react@npm:^1.2.4":
- version: 1.2.4
- resolution: "@backstage/integration-react@npm:1.2.4"
+"@backstage/integration-react@npm:^1.2.8":
+ version: 1.2.8
+ resolution: "@backstage/integration-react@npm:1.2.8"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/integration": "npm:^1.16.1"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/integration": "npm:^1.17.0"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
peerDependencies:
@@ -3791,7 +3799,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/ef13e073b87716c7e2f2ff4b8768f795ca3642012f8eb7ff7e457b5bacf1b8a75b41ce7330cb4a49893c9ef83216cfb8459a517f89c54ad8f2d82f33ba526f38
+ checksum: 10/f4d6ea7bd0fa9017dcdd4162e0f6a9a16737891441e0659270674fedd49c1cee594435d92b039230ec4b6c493df390efe12f9c653d09d51b5283f4add74ac4db
languageName: node
linkType: hard
@@ -3812,9 +3820,9 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/integration@npm:^1.16.1":
- version: 1.16.1
- resolution: "@backstage/integration@npm:1.16.1"
+"@backstage/integration@npm:^1.17.0":
+ version: 1.17.0
+ resolution: "@backstage/integration@npm:1.17.0"
dependencies:
"@azure/identity": "npm:^4.0.0"
"@azure/storage-blob": "npm:^12.5.0"
@@ -3826,24 +3834,24 @@ __metadata:
git-url-parse: "npm:^15.0.0"
lodash: "npm:^4.17.21"
luxon: "npm:^3.0.0"
- checksum: 10/2bc2ce06e9c64f4b01d5b4d8cc97fafc732a28bd5412cca65e55f92e9089a71205396b1ac352f5f10f9b4c807b180122ed2896d90fee5ec873bdaaa7162206d5
+ checksum: 10/651a717a2268be73f6b1d34072585641cf3ad0e8e5122fc4cca249e773fda4dcde904588331d352ae455a420120fb1ef7847cd859d8d9132203eec63c8c6b01a
languageName: node
linkType: hard
-"@backstage/plugin-api-docs@npm:^0.12.4":
- version: 0.12.4
- resolution: "@backstage/plugin-api-docs@npm:0.12.4"
+"@backstage/plugin-api-docs@npm:^0.12.8":
+ version: 0.12.8
+ resolution: "@backstage/plugin-api-docs@npm:0.12.8"
dependencies:
"@asyncapi/react-component": "npm:^2.3.3"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-catalog": "npm:^1.27.0"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog": "npm:^1.31.0"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
"@graphiql/react": "npm:^0.23.0"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
@@ -3862,22 +3870,21 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/12f55913cf4699dcba6f9b989442710176b277d8f99a3b199832d16c0ede74e9c707ace6acbed0a5e2dc651a1d1049af7290fcd3e7e1bbe88312293668c10520
+ checksum: 10/a15491fda3444d4e58490df94790b207ca9b8dc1ec9f0e77834bf016a2de3fffa85ac54c57902458a2aeb7f1fa321a25b1b824cb4a4195c20a93f929808dbc73
languageName: node
linkType: hard
-"@backstage/plugin-app-backend@npm:^0.4.5":
- version: 0.4.5
- resolution: "@backstage/plugin-app-backend@npm:0.4.5"
+"@backstage/plugin-app-backend@npm:^0.5.3":
+ version: 0.5.3
+ resolution: "@backstage/plugin-app-backend@npm:0.5.3"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/config-loader": "npm:^1.9.6"
+ "@backstage/config-loader": "npm:^1.10.1"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-app-node": "npm:^0.1.30"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
+ "@backstage/plugin-app-node": "npm:^0.1.34"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
"@backstage/types": "npm:^1.2.1"
- "@types/express": "npm:^4.17.6"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
fs-extra: "npm:^11.2.0"
@@ -3887,33 +3894,34 @@ __metadata:
lodash: "npm:^4.17.21"
luxon: "npm:^3.0.0"
yn: "npm:^4.0.0"
- checksum: 10/648f8fe46d98b7724c673b958494b5dc22ad62b313a3409235e74885b7719796cc9a954823edadfe7cd19d45fab1dc66fc4aea5632642e1e274b577aebb1e580
+ checksum: 10/9745d12d006f5f3d8af62a290840e921e213ba7647e010e8772708728845d2563d2be03f84bfd6ca3320f7f90aa3ea20c73621a92cd3e1136d8df192c0f242b3
languageName: node
linkType: hard
-"@backstage/plugin-app-node@npm:^0.1.30":
- version: 0.1.30
- resolution: "@backstage/plugin-app-node@npm:0.1.30"
+"@backstage/plugin-app-node@npm:^0.1.34":
+ version: 0.1.34
+ resolution: "@backstage/plugin-app-node@npm:0.1.34"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/config-loader": "npm:^1.9.6"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/config-loader": "npm:^1.10.1"
"@types/express": "npm:^4.17.6"
express: "npm:^4.17.1"
fs-extra: "npm:^11.2.0"
- checksum: 10/ceccad2a167fb32215b94cb0ea5bcce5212453fb6cc200290008f3daf8bd536e40a8f493201697c96c0c5f5b97e409a457c848bfdff6a3422ed61425fc1d634b
+ checksum: 10/9d683dcadca4d9a8005a30de6b4695196a2ef82ab8bd282a1ccaaae39e0e6bdd915c6dc9040dd2ec63ca57e6c31ade9b68426bd6a65452473b04872c4ef25bb4
languageName: node
linkType: hard
-"@backstage/plugin-app@npm:^0.1.6":
- version: 0.1.6
- resolution: "@backstage/plugin-app@npm:0.1.6"
- dependencies:
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/theme": "npm:^0.6.4"
+"@backstage/plugin-app@npm:^0.1.10":
+ version: 0.1.10
+ resolution: "@backstage/plugin-app@npm:0.1.10"
+ dependencies:
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/theme": "npm:^0.6.6"
+ "@backstage/types": "npm:^1.2.1"
"@material-ui/core": "npm:^4.9.13"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:^4.0.0-alpha.61"
@@ -3926,306 +3934,48 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/6ba4de2ba60b95366f71b1b301c234a3d7ff34356db006696e8cae15b8c1ba9e3f31e17acf205cc74f2faa068b55ecdc535b1c087ae3a97c90915841192efee6
+ checksum: 10/1961abd525bed732d8c8642db42dba26a5cd3ce1193f869ed754806629c74ab3ffc66b5d71dcab1d240500b515b04836def3181d2d783ac87ee6b625e34674ff
languageName: node
linkType: hard
-"@backstage/plugin-auth-backend-module-atlassian-provider@npm:^0.4.0":
- version: 0.4.0
- resolution: "@backstage/plugin-auth-backend-module-atlassian-provider@npm:0.4.0"
+"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.9":
+ version: 0.2.9
+ resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.9"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- passport: "npm:^0.7.0"
- passport-atlassian-oauth2: "npm:^2.1.0"
- checksum: 10/f0c4633e00b0355fa2dcfbc2efd2463688e59a660dd8f49316c753a7f97672791ac04e452845c6c06a987563a5e318e2ce7a1d7b68075b0d5d5a250b9d97d245
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-auth0-provider@npm:^0.2.0":
- version: 0.2.0
- resolution: "@backstage/plugin-auth-backend-module-auth0-provider@npm:0.2.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.17.1"
- passport-auth0: "npm:^1.4.3"
- passport-oauth2: "npm:^1.6.1"
- checksum: 10/572ae9adb2ab4cf788c94b4c26ee9c7261e25ce5d549c6089ec5cb3291c7d108bbd5be132fd6264b7430aba9194948a0bdd3f9ef3cdc9aac043fc1ce5241e533
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-aws-alb-provider@npm:^0.4.0":
- version: 0.4.0
- resolution: "@backstage/plugin-auth-backend-module-aws-alb-provider@npm:0.4.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-backend": "npm:^0.24.3"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- jose: "npm:^5.0.0"
- node-cache: "npm:^5.1.2"
- checksum: 10/e4d20d3a8eeccbc0a9ec5c5108e927caaec49f7a209e870b62ab2cb41c893d6b072e4948cec09419d2a953654158e798323a8903461fecd36b418d41dfe12358
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:^0.2.5":
- version: 0.2.5
- resolution: "@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:0.2.5"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@types/passport": "npm:^1.0.16"
- express: "npm:^4.19.2"
- jose: "npm:^5.0.0"
- passport: "npm:^0.7.0"
- checksum: 10/7cfa58d0457897206ae243f2934ff43d5794cf91fa2cf8d1ea94cfa6b47e5e9e2e90edfc029a0bf71ddc439f4e597558c024c3961698bd26a3587e83612fa563
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-bitbucket-provider@npm:^0.3.0":
- version: 0.3.0
- resolution: "@backstage/plugin-auth-backend-module-bitbucket-provider@npm:0.3.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- passport: "npm:^0.7.0"
- passport-bitbucket-oauth2: "npm:^0.1.2"
- checksum: 10/6b7d57ae8436fb99c7e226667c52efbfbd4b087ebd1f7a3339f4d7bc4a0595e4eae41843918d9aea36d445da33ee7c216b8a0c510be8969c30ed0a9e25ffdfb2
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:^0.2.0":
- version: 0.2.0
- resolution: "@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:0.2.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- passport: "npm:^0.7.0"
- passport-oauth2: "npm:^1.6.1"
- checksum: 10/8fb8c597a9a8ba282d26b95c9bcd0347854c0d28b7cefabd78f7792593aaacc7ed201fc56cc31a54d9be9b2b949319ebf9c965743a809dcdd663ccb411e9f771
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:^0.4.0":
- version: 0.4.0
- resolution: "@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:0.4.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/config": "npm:^1.3.2"
- "@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- jose: "npm:^5.0.0"
- checksum: 10/194bc0ca3be87a4db9eff355ac1051ebbb16e4e92686a2d1f1667852692b5fcc98bdb8d3fdf46c8ad6a3bd42cffb2e33bc049c94a4299c7bc0b6949717290323
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:^0.4.0":
- version: 0.4.0
- resolution: "@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:0.4.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/types": "npm:^1.2.1"
- google-auth-library: "npm:^9.0.0"
- checksum: 10/6ae070e020f1ffc07545f35ace9bdc26cc7e72e9f4e8306b4d01465ca384178ebf102f47f0028e0d8b7b9d647d2817d0ac91475e2f46c19b623d5d53d7a06893
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-github-provider@npm:^0.3.0":
- version: 0.3.0
- resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.3.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- passport-github2: "npm:^0.1.12"
- checksum: 10/59ec27c834668b4b215f830a43e74e45621365e8d87182a0126408fc510fe45f3164c8edc0ef3f838f91d480b010117405622802560a40be8fb010d491442dc5
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-gitlab-provider@npm:^0.3.0":
- version: 0.3.0
- resolution: "@backstage/plugin-auth-backend-module-gitlab-provider@npm:0.3.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- passport: "npm:^0.7.0"
- passport-gitlab2: "npm:^5.0.0"
- checksum: 10/171bd81e424d328623b007683fe05f30638f65e9e2ffb4b3392b719accb9447fbb4c48a7c4ae7c23aab63cd3b961a34791c13bd324381b9d4675b008d95b8f7b
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-google-provider@npm:^0.3.0":
- version: 0.3.0
- resolution: "@backstage/plugin-auth-backend-module-google-provider@npm:0.3.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- google-auth-library: "npm:^9.0.0"
- passport-google-oauth20: "npm:^2.0.0"
- checksum: 10/d02a93aaea5b10f7d28a0cb6f7e5f8542f341bac610f11fb8d94da4d19c103d6f807b8200b016aac429c826961fc294be85bcf8ca922b654c7c48893099ea1fb
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.5":
- version: 0.2.5
- resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.5"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
passport-oauth2: "npm:^1.7.0"
- checksum: 10/f2c5091dbe406c81346e27c28d2e6ba238a2e5c366a9338eb9622397223108fb401f6ee9bb233fc501118c4519488021c009d27741ea2191fd7ce4b91fb72934
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-microsoft-provider@npm:^0.3.0":
- version: 0.3.0
- resolution: "@backstage/plugin-auth-backend-module-microsoft-provider@npm:0.3.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- jose: "npm:^5.0.0"
- passport-microsoft: "npm:^1.0.0"
- checksum: 10/21952045612f45e22d1f8044fbf66f760cb8e200de3cda10ce8b59ab76d9346281c3907d786c99d0c6a4192c081d69c4909e7a5388fd172433f062e3ab1ab092
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-oauth2-provider@npm:^0.4.0":
- version: 0.4.0
- resolution: "@backstage/plugin-auth-backend-module-oauth2-provider@npm:0.4.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- passport: "npm:^0.7.0"
- passport-oauth2: "npm:^1.6.1"
- checksum: 10/48ebeba4b62bc1d5d895ebbdd51c73c428ef54227c4bee748111e1347a0887612b7758d6c5df6af144ad1bcc8c70ab2dc337d9294ddabfc0b3ab2d1ca1cd9d36
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:^0.2.5":
- version: 0.2.5
- resolution: "@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:0.2.5"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- jose: "npm:^5.0.0"
- checksum: 10/4599a6ea51f8e7ec2ad818ce3bdc33bafbafc57fe9366eeb0df6c61399403dd2651fe9d42a1bbd1edacdc18177f7525ff3b87e0f217802404c0f4f70f974331e
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-oidc-provider@npm:^0.4.0":
- version: 0.4.0
- resolution: "@backstage/plugin-auth-backend-module-oidc-provider@npm:0.4.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-backend": "npm:^0.24.3"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- openid-client: "npm:^5.5.0"
- passport: "npm:^0.7.0"
- checksum: 10/61d1c4e51372fdee0bba7f9557164454fc57731d7d4999f7f7fc90dcdcf347615177d4569d30cbdc97b9f0a97879a9bd8484d14e77fd81a884a93b1d70cc266d
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-okta-provider@npm:^0.2.0":
- version: 0.2.0
- resolution: "@backstage/plugin-auth-backend-module-okta-provider@npm:0.2.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@davidzemon/passport-okta-oauth": "npm:^0.0.5"
- express: "npm:^4.18.2"
- passport: "npm:^0.7.0"
- checksum: 10/55e9c605041ba5d8afce6e09213f47fe341e1831ce29dadb33339f6a5822423a944a79f395a0ae58386e5b6c710e5866e7a2439ada25e2cf4370e9b2d17e9765
- languageName: node
- linkType: hard
-
-"@backstage/plugin-auth-backend-module-onelogin-provider@npm:^0.3.0":
- version: 0.3.0
- resolution: "@backstage/plugin-auth-backend-module-onelogin-provider@npm:0.3.0"
- dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- express: "npm:^4.18.2"
- passport: "npm:^0.7.0"
- passport-onelogin-oauth: "npm:^0.0.1"
- checksum: 10/0e4111d2b5f7e7dd0b3b06c334fac57889542bd79c40b1a0e6277ce306a76ba6ff8883ae4d63ac5e5e293ef5481f1e384398f82da3c010aa0933da0d79933ecb
+ checksum: 10/466e3150daa9726892be80dd263a6c09b06e2ea32cd2bb800b71f06c25bbfe1a2398a07f37c32b362d894d3441b53689d678d82b8e885e9a2f8873e3ca321924
languageName: node
linkType: hard
-"@backstage/plugin-auth-backend@npm:^0.24.3":
- version: 0.24.3
- resolution: "@backstage/plugin-auth-backend@npm:0.24.3"
+"@backstage/plugin-auth-backend@npm:^0.25.1":
+ version: 0.25.1
+ resolution: "@backstage/plugin-auth-backend@npm:0.25.1"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-backend-module-atlassian-provider": "npm:^0.4.0"
- "@backstage/plugin-auth-backend-module-auth0-provider": "npm:^0.2.0"
- "@backstage/plugin-auth-backend-module-aws-alb-provider": "npm:^0.4.0"
- "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "npm:^0.2.5"
- "@backstage/plugin-auth-backend-module-bitbucket-provider": "npm:^0.3.0"
- "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "npm:^0.2.0"
- "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "npm:^0.4.0"
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "npm:^0.4.0"
- "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.3.0"
- "@backstage/plugin-auth-backend-module-gitlab-provider": "npm:^0.3.0"
- "@backstage/plugin-auth-backend-module-google-provider": "npm:^0.3.0"
- "@backstage/plugin-auth-backend-module-microsoft-provider": "npm:^0.3.0"
- "@backstage/plugin-auth-backend-module-oauth2-provider": "npm:^0.4.0"
- "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "npm:^0.2.5"
- "@backstage/plugin-auth-backend-module-oidc-provider": "npm:^0.4.0"
- "@backstage/plugin-auth-backend-module-okta-provider": "npm:^0.2.0"
- "@backstage/plugin-auth-backend-module-onelogin-provider": "npm:^0.3.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
"@backstage/types": "npm:^1.2.1"
"@google-cloud/firestore": "npm:^7.0.0"
- "@node-saml/passport-saml": "npm:^5.0.0"
- "@types/express": "npm:^4.17.6"
- "@types/passport": "npm:^1.0.3"
- compression: "npm:^1.7.4"
connect-session-knex: "npm:^4.0.0"
cookie-parser: "npm:^1.4.5"
- cors: "npm:^2.8.5"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
express-session: "npm:^1.17.1"
- fs-extra: "npm:^11.2.0"
- google-auth-library: "npm:^9.0.0"
jose: "npm:^5.0.0"
knex: "npm:^3.0.0"
lodash: "npm:^4.17.21"
luxon: "npm:^3.0.0"
minimatch: "npm:^9.0.0"
- morgan: "npm:^1.10.0"
- node-cache: "npm:^5.1.2"
- openid-client: "npm:^5.2.1"
passport: "npm:^0.7.0"
- passport-auth0: "npm:^1.4.3"
- passport-github2: "npm:^0.1.12"
- passport-google-oauth20: "npm:^2.0.0"
- passport-microsoft: "npm:^1.0.0"
- passport-oauth2: "npm:^1.6.1"
- passport-onelogin-oauth: "npm:^0.0.1"
uuid: "npm:^11.0.0"
- winston: "npm:^3.2.1"
- yn: "npm:^4.0.0"
- checksum: 10/670618cc2a8604b427e9769b15eab69a812cf52f09ecc209b25474957f577c075108f95fc0b9eabd7179eda6d39f8d30e3c1bc5148c17b000997040163d2b513
+ checksum: 10/ffb9d8b9ed7d666f52800d4c7bde0fb100ac26b58a82a475988b177aab0bf172baad407aa2aa40a537504b3a5110c638d64026df4f6894fa3a3f4fa54b7ca59c
languageName: node
linkType: hard
@@ -4255,13 +4005,13 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/plugin-auth-node@npm:^0.6.0":
- version: 0.6.0
- resolution: "@backstage/plugin-auth-node@npm:0.6.0"
+"@backstage/plugin-auth-node@npm:^0.6.4":
+ version: 0.6.4
+ resolution: "@backstage/plugin-auth-node@npm:0.6.4"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
"@backstage/types": "npm:^1.2.1"
@@ -4274,16 +4024,16 @@ __metadata:
zod: "npm:^3.22.4"
zod-to-json-schema: "npm:^3.21.4"
zod-validation-error: "npm:^3.4.0"
- checksum: 10/417fc30d73997cd2fe22bcfa085f4dcdf16b3062c0d5c2143ac8cda9a48cd775ed524de1f8db7e2714c10d0a0dc55e8b16e335eebe5e92f2ee189cdad9ef0a7b
+ checksum: 10/bbd91e6fc8ebd6762db0b59ae2b3bb4e17c2e24637158ce3442407901103b55c694fa5325d4ac2ed11ea590c11f832c18fe8af33cff55f259b165774c05becd2
languageName: node
linkType: hard
-"@backstage/plugin-auth-react@npm:^0.1.12":
- version: 0.1.12
- resolution: "@backstage/plugin-auth-react@npm:0.1.12"
+"@backstage/plugin-auth-react@npm:^0.1.16":
+ version: 0.1.16
+ resolution: "@backstage/plugin-auth-react@npm:0.1.16"
dependencies:
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
"@material-ui/core": "npm:^4.9.13"
"@react-hookz/web": "npm:^24.0.0"
@@ -4295,66 +4045,62 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/beaa0eae48d56a4ef0441b8da35e7e0cbd0d1d78c9bf80893e26cddcb2244288c50a919af935e9f381a8d14e54a30c79c2ec76e1ef8c355072195e4b9a71de03
+ checksum: 10/2d083dda99bd8dc0e253511959df68aaab0ff9f39bba30d1d082858e2972491f6e2d56fce8b24c56e866ee8fdb9d3d2e076e62d1818148f366b57a7e92877933
languageName: node
linkType: hard
-"@backstage/plugin-bitbucket-cloud-common@npm:^0.2.27":
- version: 0.2.27
- resolution: "@backstage/plugin-bitbucket-cloud-common@npm:0.2.27"
+"@backstage/plugin-bitbucket-cloud-common@npm:^0.3.0":
+ version: 0.3.0
+ resolution: "@backstage/plugin-bitbucket-cloud-common@npm:0.3.0"
dependencies:
- "@backstage/integration": "npm:^1.16.1"
+ "@backstage/integration": "npm:^1.17.0"
cross-fetch: "npm:^4.0.0"
- checksum: 10/97d1cf3228752b92cfa80f96ed5e832174e0f7d344fe0be6f1812a9f0653e005ceaacb77c8d25a0f5f0114dfbd82daee00574a82f4f9aba6855cfe581446d0d3
+ checksum: 10/5786307614aabab89cea033aebe77c8b7c5075dd6c6fffefa257b1918b22058cf1fc14afacf8c7870c28734972468058d8e6ec1bb90a2b91039b7430a3258963
languageName: node
linkType: hard
-"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.7":
- version: 0.1.7
- resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.7"
+"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.11":
+ version: 0.1.11
+ resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.11"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-catalog-backend": "npm:^1.31.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
- checksum: 10/5b9a9ea8ebc8d5fcfeca0e84dbac046de9d691dbba601a3ea92300e581e4ec1b83ae34f9d35b578308f8e4a7b6820ed9ef943ef20da318702d4f22748e6769d9
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/plugin-catalog-backend": "npm:^2.1.0"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
+ checksum: 10/04864a388c51eec90bdc18da8f21acf135798cfe15a544253115af689266359e7eb3d3a7e37149a71cfa6022115acee16bb2fb37affa69a161c38c90c8582fa3
languageName: node
linkType: hard
-"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.5":
- version: 0.2.5
- resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.5"
+"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.9":
+ version: 0.2.9
+ resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.9"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-scaffolder-common": "npm:^1.5.9"
- checksum: 10/9d7b987e994afa07249a622f15978284de1de4a486a48363aab7ab05529bea76e40a544fe693429551a34a450ca2fef4a52fdbe74a56dbf697beda4889de5312
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-scaffolder-common": "npm:^1.5.11"
+ checksum: 10/1d05a89d3d14f652e2e23efedfa024a185c8f4b7e7a840c80996caf3a3127335c1d03149d6633ae5bd7ce0a81bc714032ab3367b11159e560c791c3648515a40
languageName: node
linkType: hard
-"@backstage/plugin-catalog-backend@npm:^1.31.0":
- version: 1.31.0
- resolution: "@backstage/plugin-catalog-backend@npm:1.31.0"
+"@backstage/plugin-catalog-backend@npm:^2.1.0":
+ version: 2.1.0
+ resolution: "@backstage/plugin-catalog-backend@npm:2.1.0"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-openapi-utils": "npm:^0.5.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-openapi-utils": "npm:^0.5.4"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.1"
- "@backstage/plugin-search-common": "npm:^1.2.17"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
"@backstage/types": "npm:^1.2.1"
"@opentelemetry/api": "npm:^1.9.0"
- "@types/express": "npm:^4.17.6"
codeowners-utils: "npm:^1.0.2"
core-js: "npm:^3.6.5"
express: "npm:^4.17.1"
@@ -4372,32 +4118,32 @@ __metadata:
yaml: "npm:^2.0.0"
yn: "npm:^4.0.0"
zod: "npm:^3.22.4"
- checksum: 10/0130d4e6cd745c733305d93e16d045056d5239587490654beceb67da27ee607dc0cafe6e599121ca62c31be53f8f207934e80fd85a7eda1164accd0877e1d8f4
+ checksum: 10/64211aadd78c7d1d2c0c415b5c49fb63807c8e9f635c857e10ea851dd251922ca99ae0c085f687111f2957ece781bde4ca7178f3299850acc8d0b227a85bed01
languageName: node
linkType: hard
-"@backstage/plugin-catalog-common@npm:^1.1.3":
- version: 1.1.3
- resolution: "@backstage/plugin-catalog-common@npm:1.1.3"
+"@backstage/plugin-catalog-common@npm:^1.1.4":
+ version: 1.1.4
+ resolution: "@backstage/plugin-catalog-common@npm:1.1.4"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- checksum: 10/60c0624603576bcf12bf99e6ac1c921e0847ad72f8ac89ed4315b88f128b738e00eab8c6fc1da6e9830dac93b9b0acd2e3cb1ee21667c48a98ac7b79b546a560
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ checksum: 10/e65331add32185a54de3c0bae4187824bd0b2d4a729cf4cd659bda54d3dd1cb94a9aeaf4553ee08ae44439742cc45149767329b3ef07bc39ed014433a62d7bd0
languageName: node
linkType: hard
-"@backstage/plugin-catalog-graph@npm:^0.4.16":
- version: 0.4.16
- resolution: "@backstage/plugin-catalog-graph@npm:0.4.16"
+"@backstage/plugin-catalog-graph@npm:^0.4.20":
+ version: 0.4.20
+ resolution: "@backstage/plugin-catalog-graph@npm:0.4.20"
dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
"@backstage/types": "npm:^1.2.1"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
@@ -4415,26 +4161,26 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/e7e8d70b9c09285a9bd700c9ea63f94304d46a1f3216457ad0799bbe5d3aa125b928822bd2775411f68bf13e1439656474a9bf48d7adf9ea6a477c186541d873
+ checksum: 10/2fdf274e03d332d208a18ce06cb0f9bb6a1d30775ebb4016228fd389f794ae70a7f17ed81bac60fec2ac298a116ed9e616a1ce3171610b884599eea92d82777e
languageName: node
linkType: hard
-"@backstage/plugin-catalog-import@npm:^0.12.10":
- version: 0.12.10
- resolution: "@backstage/plugin-catalog-import@npm:0.12.10"
+"@backstage/plugin-catalog-import@npm:^0.13.1":
+ version: 0.13.1
+ resolution: "@backstage/plugin-catalog-import@npm:0.13.1"
dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
@@ -4453,42 +4199,44 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/9cf822b339f724522846806d418e900af4d1b4401dbd4068e42c04219004e7ba88efae66e8bc49611ff6b4bfb7b9a1fb54fcc6d3e079fece5c8f5d06cdf780e3
+ checksum: 10/5121eeb68e68b20e9942542e5a3fe842f0df729c6bfa9b464ba8b0b310fba680dbb7b1e5dedc9fabd79f6f8070cded773e39ef24eb38cd0e91587d18e92e83cb
languageName: node
linkType: hard
-"@backstage/plugin-catalog-node@npm:^1.16.0":
- version: 1.16.0
- resolution: "@backstage/plugin-catalog-node@npm:1.16.0"
+"@backstage/plugin-catalog-node@npm:^1.17.1":
+ version: 1.17.1
+ resolution: "@backstage/plugin-catalog-node@npm:1.17.1"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
"@backstage/types": "npm:^1.2.1"
- checksum: 10/f94b535491514548e72fd1d9ee10e016be3fa6f762b6ebdf158c8a01b907f580b094179d26e8d8bef3c20ff671a09d88486ac5178fded1d35797198ecf6254ba
+ lodash: "npm:^4.17.21"
+ yaml: "npm:^2.0.0"
+ checksum: 10/59b88c1aba2b100f8c9be5590636da02537ee5ba66851d1490b2f87aed7b008481ce659629fb71f920d0e3d6b6376a2839ea19ae3b41feb53e6ae8c82c70ebb2
languageName: node
linkType: hard
-"@backstage/plugin-catalog-react@npm:^1.15.2":
- version: 1.15.2
- resolution: "@backstage/plugin-catalog-react@npm:1.15.2"
+"@backstage/plugin-catalog-react@npm:^1.19.0":
+ version: 1.19.0
+ resolution: "@backstage/plugin-catalog-react@npm:1.19.0"
dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/frontend-test-utils": "npm:^0.2.6"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/frontend-test-utils": "npm:^0.3.3"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.2"
@@ -4510,38 +4258,42 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/379f934cc871a101714675bbe6aa51a4b0a831731dfac807004b74c804b107f2def033b53bb56c10c7bda1b16d07a014c00b374fccad7677e3f9b29be51fc354
+ checksum: 10/54e77c4190675e37b4b685e5aa807461cb6d39ef4925cd3fe575b2a45a83af572aa9310996012b751e28de3f4f068330c2bfdba7acbb8ab5ce50d6f922779180
languageName: node
linkType: hard
-"@backstage/plugin-catalog@npm:^1.27.0":
- version: 1.27.0
- resolution: "@backstage/plugin-catalog@npm:1.27.0"
+"@backstage/plugin-catalog@npm:^1.31.0":
+ version: 1.31.0
+ resolution: "@backstage/plugin-catalog@npm:1.31.0"
dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/plugin-scaffolder-common": "npm:^1.5.9"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- "@backstage/plugin-search-react": "npm:^1.8.6"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/plugin-scaffolder-common": "npm:^1.5.11"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ "@backstage/plugin-search-react": "npm:^1.9.1"
+ "@backstage/plugin-techdocs-common": "npm:^0.1.1"
+ "@backstage/plugin-techdocs-react": "npm:^1.3.0"
"@backstage/types": "npm:^1.2.1"
+ "@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
"@mui/utils": "npm:^5.14.15"
+ classnames: "npm:^2.3.1"
dataloader: "npm:^2.0.0"
- expiry-map: "npm:^2.0.0"
history: "npm:^5.0.0"
lodash: "npm:^4.17.21"
pluralize: "npm:^8.0.0"
+ react-helmet: "npm:6.1.0"
react-use: "npm:^17.2.4"
zen-observable: "npm:^0.10.0"
peerDependencies:
@@ -4552,85 +4304,90 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/263f358a2cbba53d3e20b52f44dfb983b2060c12987e2fc1c2771054969ad9386886cb53bd49f8b8d391577219a9943417ccf01bf1d2c44b257956c94cef4674
+ checksum: 10/bde368f24a4a6a1ff3d752b6ddbeb862eaf04d0c87b07bbe6c5d958cb888932b5f9a0305cfac3ed045a5e62d4df9a7c2b45f8aeb388aa4d263cd3501681d9606
languageName: node
linkType: hard
-"@backstage/plugin-events-node@npm:^0.4.8":
- version: 0.4.8
- resolution: "@backstage/plugin-events-node@npm:0.4.8"
+"@backstage/plugin-events-node@npm:^0.4.12":
+ version: 0.4.12
+ resolution: "@backstage/plugin-events-node@npm:0.4.12"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/errors": "npm:^1.2.7"
"@backstage/types": "npm:^1.2.1"
+ "@types/content-type": "npm:^1.1.8"
+ "@types/express": "npm:^4.17.6"
+ content-type: "npm:^1.0.5"
cross-fetch: "npm:^4.0.0"
+ express: "npm:^4.17.1"
uri-template: "npm:^2.0.0"
- checksum: 10/9fbc05b1f9abe06cb05395110427c14c9442df11e9e1fe99daf33ec5f5d85c3db8bca87fc0a08914e4a1cc49e90c28fb305e7513cb54a245649ee7240d9cc132
+ checksum: 10/bd520e312d55c50633ebb7f31576fef6e99abe1481bf9fb906c5ff886c1dced675e05fc8dccc6c0ba988a445c0135e973a86d6579f1fc399e1ea50bbe408c110
languageName: node
linkType: hard
-"@backstage/plugin-notifications-backend@npm:^0.5.3":
- version: 0.5.3
- resolution: "@backstage/plugin-notifications-backend@npm:0.5.3"
+"@backstage/plugin-notifications-backend@npm:^0.5.7":
+ version: 0.5.7
+ resolution: "@backstage/plugin-notifications-backend@npm:0.5.7"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
- "@backstage/plugin-notifications-common": "npm:^0.0.8"
- "@backstage/plugin-notifications-node": "npm:^0.2.12"
- "@backstage/plugin-signals-node": "npm:^0.1.17"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
+ "@backstage/plugin-notifications-common": "npm:^0.0.9"
+ "@backstage/plugin-notifications-node": "npm:^0.2.16"
+ "@backstage/plugin-signals-node": "npm:^0.1.21"
+ "@backstage/types": "npm:^1.2.1"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
knex: "npm:^3.0.0"
+ p-throttle: "npm:^4.1.1"
uuid: "npm:^11.0.0"
winston: "npm:^3.2.1"
yn: "npm:^4.0.0"
- checksum: 10/3251f02fb7b29b81f3fcfd15c1aa7febfaaa8e98942df2952205c3c0e0de3c3351d599cbcee37e663246e8421e32f3a2b14bd42cec8243fba5c7765f22881e83
+ checksum: 10/6c331b60f3c5b634d4407c7fe997d3cc0c59377125be629d0d017b8dc8c6188541d261b50dc749c565fa1cf1ff97335478b8ad8a3c7c7fc7a457ff0bf57fdb6f
languageName: node
linkType: hard
-"@backstage/plugin-notifications-common@npm:^0.0.8":
- version: 0.0.8
- resolution: "@backstage/plugin-notifications-common@npm:0.0.8"
+"@backstage/plugin-notifications-common@npm:^0.0.9":
+ version: 0.0.9
+ resolution: "@backstage/plugin-notifications-common@npm:0.0.9"
dependencies:
"@backstage/config": "npm:^1.3.2"
"@material-ui/icons": "npm:^4.9.1"
- checksum: 10/15c094aa791e50845640029e274a02ac853394746074b6dc0be406edef2b49eef3a534779fe28ab6c1ab1f7dde8ce02adb856e82d3da50c0b51468efb023986c
+ checksum: 10/fba43e9b67fa5527c5d1a323407d25bf09c47704fefa3b34bf19c609277b0340ca318f1cf511e88dfe7022c335ce29bfbdc877dea5a13ef76fa836c5d15670a8
languageName: node
linkType: hard
-"@backstage/plugin-notifications-node@npm:^0.2.12":
- version: 0.2.12
- resolution: "@backstage/plugin-notifications-node@npm:0.2.12"
+"@backstage/plugin-notifications-node@npm:^0.2.16":
+ version: 0.2.16
+ resolution: "@backstage/plugin-notifications-node@npm:0.2.16"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/plugin-notifications-common": "npm:^0.0.8"
- "@backstage/plugin-signals-node": "npm:^0.1.17"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/plugin-notifications-common": "npm:^0.0.9"
+ "@backstage/plugin-signals-node": "npm:^0.1.21"
knex: "npm:^3.0.0"
uuid: "npm:^11.0.0"
- checksum: 10/dafbffc229eaa3d9eb55ad3f92a0db05043ec9568a14bf6430de1dc8c531f8c1e2c0e5d938de4b3b4dd076a26e36a8074833c04739808e67dcfd8676cce7f639
+ checksum: 10/afcbca38787590c439e4c551118356583a1d48ccb37bf47d44a2a3689523b93b642216c40bd816a5248f65fe0cbf51d3b985a663ff00b31b914c7a4e5f4d8f4b
languageName: node
linkType: hard
-"@backstage/plugin-notifications@npm:^0.5.2":
- version: 0.5.2
- resolution: "@backstage/plugin-notifications@npm:0.5.2"
+"@backstage/plugin-notifications@npm:^0.5.6":
+ version: 0.5.6
+ resolution: "@backstage/plugin-notifications@npm:0.5.6"
dependencies:
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-notifications-common": "npm:^0.0.8"
- "@backstage/plugin-signals-react": "npm:^0.0.10"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-notifications-common": "npm:^0.0.9"
+ "@backstage/plugin-signals-react": "npm:^0.0.14"
+ "@backstage/theme": "npm:^0.6.6"
"@backstage/types": "npm:^1.2.1"
"@material-ui/core": "npm:^4.9.13"
"@material-ui/icons": "npm:^4.9.1"
@@ -4648,21 +4405,21 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/001a571bf66552111b2f095f179b8a4f821e271fb6f7412197da791cfd691910b199251768dd7974b46903fe6475a31faea71dcfc4b3cce5be0df7fe26c220e0
+ checksum: 10/fc9f5afa9f5a419ee7fd64e69c0e0ea174fb2e1865236fb14076368bf69f9b65cd15c1fe8be359fa5427c9fe6222e54acad676b7f21a1bd31e2440d5f9dd156a
languageName: node
linkType: hard
-"@backstage/plugin-org@npm:^0.6.36":
- version: 0.6.36
- resolution: "@backstage/plugin-org@npm:0.6.36"
+"@backstage/plugin-org@npm:^0.6.40":
+ version: 0.6.40
+ resolution: "@backstage/plugin-org@npm:0.6.40"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
@@ -4679,41 +4436,39 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/4a679b9627a54bfabcd9d141e7d29fe58ac7568dfb76d18ee5332c26a44fedfe311c9be84f989d41593d8a607bbbfa9f900166bc9aa2dc9e9fb28d523017a3ed
+ checksum: 10/e9da01ed0070254eb50eaa1a244f950da07338a64373e90a8ac7ad3f3929fed6415a2d27890dee71a280eea467f62bfe414e220ba82217a45ac5be89b4353778
languageName: node
linkType: hard
-"@backstage/plugin-permission-backend-module-allow-all-policy@npm:^0.2.5":
- version: 0.2.5
- resolution: "@backstage/plugin-permission-backend-module-allow-all-policy@npm:0.2.5"
+"@backstage/plugin-permission-backend-module-allow-all-policy@npm:^0.2.9":
+ version: 0.2.9
+ resolution: "@backstage/plugin-permission-backend-module-allow-all-policy@npm:0.2.9"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- checksum: 10/241a6fa5946589cf4dd74ab3e9b4e67dce41a21a97f4e77270d6b97da1e6d50bd52a5855051dd9243cc9f9b85963852b2c3af1547afeecd7c61c8d570f029bb9
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
+ checksum: 10/4b5a6c9c62a8e60049e7d38d519e0568d6956644e2599582c42dc322e34185aa16510903b54718517e749e7eac9fa8b9ca551a1ed36720d76bda79e02f7be70b
languageName: node
linkType: hard
-"@backstage/plugin-permission-backend@npm:^0.5.54":
- version: 0.5.54
- resolution: "@backstage/plugin-permission-backend@npm:0.5.54"
+"@backstage/plugin-permission-backend@npm:^0.7.1":
+ version: 0.7.1
+ resolution: "@backstage/plugin-permission-backend@npm:0.7.1"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- "@types/express": "npm:^4.17.6"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
dataloader: "npm:^2.0.0"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
lodash: "npm:^4.17.21"
yn: "npm:^4.0.0"
zod: "npm:^3.22.4"
- checksum: 10/c08daf3e633ba376cd41813d9aef3b51f8ec22241cadec5eae406b6507bbe6c0fe21c5718827b9905589448c36bcc20d104f94a12b2ae58b5b6756a570ea4d57
+ checksum: 10/8efdd594f99e7b2f1d4d9f9180f41dc0eae970655a2e3f7c505685402daeea6de9564417d9b164120159e9a4edfe02fc7af345c9fafb18b707b9a0d7a7d0a436
languageName: node
linkType: hard
@@ -4732,9 +4487,9 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/plugin-permission-common@npm:^0.8.4":
- version: 0.8.4
- resolution: "@backstage/plugin-permission-common@npm:0.8.4"
+"@backstage/plugin-permission-common@npm:^0.9.0":
+ version: 0.9.0
+ resolution: "@backstage/plugin-permission-common@npm:0.9.0"
dependencies:
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
@@ -4743,36 +4498,35 @@ __metadata:
uuid: "npm:^11.0.0"
zod: "npm:^3.22.4"
zod-to-json-schema: "npm:^3.20.4"
- checksum: 10/c850ff17d4f97a77064a296a3b53b112906f7483e72d6e48008b17846d3fa2578ce532722844f1761eb81687155f7f58634fd6ea22313733174903fda90860be
+ checksum: 10/f165e3018cf5010a5c6ce8ec9778f2ed0024810c38e2b02f9cca637f7c37b26b23822ba5341794e4dc18a8e153ac21b9fde456dddc19150d328b5f20a4668017
languageName: node
linkType: hard
-"@backstage/plugin-permission-node@npm:^0.8.8":
- version: 0.8.8
- resolution: "@backstage/plugin-permission-node@npm:0.8.8"
+"@backstage/plugin-permission-node@npm:^0.10.1":
+ version: 0.10.1
+ resolution: "@backstage/plugin-permission-node@npm:0.10.1"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
"@types/express": "npm:^4.17.6"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
zod: "npm:^3.22.4"
zod-to-json-schema: "npm:^3.20.4"
- checksum: 10/c9627b349dd1d94a6bebfef2796b88fe4b8216c6002674dc4a975d654ee46458f239db374021b7e7a4a4ec858e8ed859075d5c3ddae5f5b75f9210a4db84b357
+ checksum: 10/c10771a569d8eef7e4028703840ec5c38f918d0a3813d768b620da495a1b4f4a7ad9d9c2ae38613be637d30b61675f585365b451602e6f9f0d1d5a7b2ab3f66e
languageName: node
linkType: hard
-"@backstage/plugin-permission-react@npm:^0.4.31":
- version: 0.4.31
- resolution: "@backstage/plugin-permission-react@npm:0.4.31"
+"@backstage/plugin-permission-react@npm:^0.4.35":
+ version: 0.4.35
+ resolution: "@backstage/plugin-permission-react@npm:0.4.35"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
swr: "npm:^2.0.0"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
@@ -4782,206 +4536,197 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/773d43c5cc242b86de0ed82230ae9f76676e57383cfef31eedd1a084f2791f31df5cf716817c631ce43bf3ab913fc7117548f98a6ec147269660d546fd29ed19
+ checksum: 10/af73b9362b3520a702a01446db2aa064cf67836ae37c187f73e1e02c11c89383b2601878aa115204a0b72a8569710efd5eb67132551fc07ea74192f33443e396
languageName: node
linkType: hard
-"@backstage/plugin-proxy-backend@npm:^0.5.11":
- version: 0.5.11
- resolution: "@backstage/plugin-proxy-backend@npm:0.5.11"
+"@backstage/plugin-proxy-backend@npm:^0.6.3":
+ version: 0.6.3
+ resolution: "@backstage/plugin-proxy-backend@npm:0.6.3"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/config": "npm:^1.3.2"
- "@backstage/plugin-proxy-node": "npm:^0.1.1"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/plugin-proxy-node": "npm:^0.1.5"
"@backstage/types": "npm:^1.2.1"
- "@types/express": "npm:^4.17.6"
- express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
http-proxy-middleware: "npm:^2.0.0"
- morgan: "npm:^1.10.0"
- uuid: "npm:^11.0.0"
- winston: "npm:^3.2.1"
- yaml: "npm:^2.0.0"
- yn: "npm:^4.0.0"
- yup: "npm:^1.0.0"
- checksum: 10/85e7c4f516db50b36d646948c34de949b62a42d811011bf98279517a3a0fa9823b746907a763e65035e5f44279db0931fd6a9c58eb40fa2a09d1052549fa5c7e
+ checksum: 10/22d8a707f4ff63b5c6f29b2b4ccf16ffbbd00852ab089e7192129167e1d6a80c35178a952c680a2b8466d4bbba72a58ebec77a5cf6a8aef68556a8ebb7917870
languageName: node
linkType: hard
-"@backstage/plugin-proxy-node@npm:^0.1.1":
- version: 0.1.1
- resolution: "@backstage/plugin-proxy-node@npm:0.1.1"
+"@backstage/plugin-proxy-node@npm:^0.1.5":
+ version: 0.1.5
+ resolution: "@backstage/plugin-proxy-node@npm:0.1.5"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
http-proxy-middleware: "npm:^2.0.0"
- checksum: 10/8211b2652ebf22e18e4f2b9453ffc247dfbdccb55facbb67ee87c6feb48f84a5dc10d10b65bb2f723c9d4e3e1c9696c653dbde67a532a3fbe620430ccef330b9
+ checksum: 10/7d5f462fd37ae131b84c8760e4fd1024b667e6c8ed97f134bacff4f7e562691cdf5b4989be0c0b3152519a80a55ce125135620c705f64a092ec1e20234aa5233
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-azure@npm:^0.2.6":
- version: 0.2.6
- resolution: "@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.6"
+"@backstage/plugin-scaffolder-backend-module-azure@npm:^0.2.10":
+ version: 0.2.10
+ resolution: "@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.10"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
azure-devops-node-api: "npm:^14.0.0"
yaml: "npm:^2.0.0"
- checksum: 10/852ad2a19466464e785d78531b7e13cbee6037b277f71a1bf3ab936ebba70a3718416d67e67a8f55c2482c65abfbd1e568aa964306c3bf952df4f1a421e9f40d
+ checksum: 10/4f8725f61c5580bf3718fdf1d18b51f52a82bfb468a5bd19ab1161db044b98652c84722178f31c0b798c166468bd2ea9f947a5eecaba059a2bae0f5932f6411c
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:^0.2.6":
- version: 0.2.6
- resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.6"
+"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:^0.2.10":
+ version: 0.2.10
+ resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.10"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-bitbucket-cloud-common": "npm:^0.2.27"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-bitbucket-cloud-common": "npm:^0.3.0"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
+ bitbucket: "npm:^2.12.0"
fs-extra: "npm:^11.2.0"
yaml: "npm:^2.0.0"
- checksum: 10/80d67a2d192fd93c9251b26b5a9b97c7204df5a4d9fe122c444e70871d90406783ecfaa130b334f27f92a6f4497625a325ff8bd974c809e17578fadf6b39a738
+ zod: "npm:^3.22.4"
+ checksum: 10/95f04c7a6db8e8c920307905b8842acc33220a17c5dbc74a992175c7ba8aa46afd1f7ea0cb270def88b9ae40a44eb281fd7ba5186020ba28df3ffeb2301444fe
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:^0.2.6":
- version: 0.2.6
- resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.6"
+"@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:^0.2.10":
+ version: 0.2.10
+ resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.10"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
fs-extra: "npm:^11.2.0"
yaml: "npm:^2.0.0"
- checksum: 10/17ca7cd29dddbc692971661ab0c0787407772294a1adc4d8727e446e32a1c0899d759e66fd332a7d382d314dd96d7849bbd00b47bf1f80b7bc075b741cb5eded
+ zod: "npm:^3.22.4"
+ checksum: 10/18623282b38792ce346a197972a3a662d65fab34a7ccc8c319d9d5c24e502b12e860b252245552a8d31cc22c1f7a55ba235a4e9f93615028826f2436dbd36a06
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-bitbucket@npm:^0.3.7":
- version: 0.3.7
- resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.7"
+"@backstage/plugin-scaffolder-backend-module-bitbucket@npm:^0.3.11":
+ version: 0.3.11
+ resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.11"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
fs-extra: "npm:^11.2.0"
yaml: "npm:^2.0.0"
- checksum: 10/723c3af87ab230198fa39bcf1a534f83f032b7412a3358a7114a85f43c402362fe54dbabe9e7294a02e6a9b214795d3eef87b16e0cd14665cf4df0389b4eb434
+ checksum: 10/94cd43c395298565dfedc64c0d3603e6501bbcee7ad04632478962cb46be6dc85c3d44cf3c35ea131d77b8dbf4eb831996fe42254732ef62cf5b66fe61b5159d
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-gerrit@npm:^0.2.6":
- version: 0.2.6
- resolution: "@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.6"
+"@backstage/plugin-scaffolder-backend-module-gerrit@npm:^0.2.10":
+ version: 0.2.10
+ resolution: "@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.10"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
yaml: "npm:^2.0.0"
- checksum: 10/4ef32fe59967e29ae3b8d2dc40ddfac01c44b8191fea8e6807757d579f1a020de2116b2c9ee626428de087fac63df1f8fbc45be8a944fc0236fe7fd3ed3c9bd4
+ checksum: 10/56b70e4fbe961acf658df6d8bd294118d447470bdcf54ac2ebe808a38fa533c724effaf8c256e2931e36cfdefc616069ee2d4ea5372c6fca6b995e2aa2b5059b
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-gitea@npm:^0.2.6":
- version: 0.2.6
- resolution: "@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.6"
+"@backstage/plugin-scaffolder-backend-module-gitea@npm:^0.2.10":
+ version: 0.2.10
+ resolution: "@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.10"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
yaml: "npm:^2.0.0"
- checksum: 10/dca4e48a09b1ec221a40849e3adce46ec08eab2dc692d7c4bb7caade7e5033eb27f63597de7150f419bb93f834e8d5ade515d7931d9f50542432ddd465bd278d
+ checksum: 10/7ccb46b12f267ac3ceb8383d21be9c07f009d6d291688496f3d74e97d6fa09ca39bc366b546b00073b1c6a6b572b9059e0f4003629591b04e19934d901adefad
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-github@npm:^0.6.0":
- version: 0.6.0
- resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.6.0"
+"@backstage/plugin-scaffolder-backend-module-github@npm:^0.8.0":
+ version: 0.8.0
+ resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.8.0"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
+ "@backstage/types": "npm:^1.2.1"
"@octokit/webhooks": "npm:^10.9.2"
libsodium-wrappers: "npm:^0.7.11"
octokit: "npm:^3.0.0"
octokit-plugin-create-pull-request: "npm:^5.0.0"
yaml: "npm:^2.0.0"
- checksum: 10/9666cf2b555be55e46b242651169d034c10f54592eafd6c79a3ca5b060b80da0216aef730581a1b8ac76602efcabae92ae897cd5e78c9b7751e0f105f25bc19f
+ zod: "npm:^3.22.4"
+ checksum: 10/29a72aa889564ffce1422e5a041e4e5c14998d417167b0a1aee45facee477dccaea100df938ec64c60f7290d4810aaa6a3c431eeae2da9920370dd5c98d4f134
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend-module-gitlab@npm:^0.8.0":
- version: 0.8.0
- resolution: "@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.8.0"
+"@backstage/plugin-scaffolder-backend-module-gitlab@npm:^0.9.2":
+ version: 0.9.2
+ resolution: "@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.9.2"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
"@gitbeaker/rest": "npm:^41.2.0"
luxon: "npm:^3.0.0"
winston: "npm:^3.2.1"
yaml: "npm:^2.0.0"
zod: "npm:^3.22.4"
- checksum: 10/0a2d8abc5f4a042bdccef5ca956bc13ddf7b99a1242ed0ea7c2aff821bb47e11084342b2af717f2961d0606eb249c8a1d2f90d9682d838fad4c434d8688a1297
+ checksum: 10/1fcb4b694dd1098855f1979c0b2b7893a5d098ea9a444e866eea61d51f3faeae36c186df8ec0e18639b7328748c311d462d4f5969b466d870294e52becce73db
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-backend@npm:^1.30.0":
- version: 1.30.0
- resolution: "@backstage/plugin-scaffolder-backend@npm:1.30.0"
+"@backstage/plugin-scaffolder-backend@npm:^2.0.0":
+ version: 2.0.0
+ resolution: "@backstage/plugin-scaffolder-backend@npm:2.0.0"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-defaults": "npm:^0.8.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-defaults": "npm:^0.11.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-bitbucket-cloud-common": "npm:^0.2.27"
- "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.5"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- "@backstage/plugin-scaffolder-backend-module-azure": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-backend-module-bitbucket": "npm:^0.3.7"
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-backend-module-gerrit": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-backend-module-gitea": "npm:^0.2.6"
- "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.6.0"
- "@backstage/plugin-scaffolder-backend-module-gitlab": "npm:^0.8.0"
- "@backstage/plugin-scaffolder-common": "npm:^1.5.9"
- "@backstage/plugin-scaffolder-node": "npm:^0.7.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-bitbucket-cloud-common": "npm:^0.3.0"
+ "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.9"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
+ "@backstage/plugin-scaffolder-backend-module-azure": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-backend-module-bitbucket": "npm:^0.3.11"
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-backend-module-gerrit": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-backend-module-gitea": "npm:^0.2.10"
+ "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.8.0"
+ "@backstage/plugin-scaffolder-backend-module-gitlab": "npm:^0.9.2"
+ "@backstage/plugin-scaffolder-common": "npm:^1.5.11"
+ "@backstage/plugin-scaffolder-node": "npm:^0.9.0"
"@backstage/types": "npm:^1.2.1"
"@opentelemetry/api": "npm:^1.9.0"
- "@types/express": "npm:^4.17.6"
"@types/luxon": "npm:^3.0.0"
concat-stream: "npm:^2.0.0"
express: "npm:^4.17.1"
@@ -4990,7 +4735,7 @@ __metadata:
globby: "npm:^11.0.0"
isbinaryfile: "npm:^5.0.0"
isolated-vm: "npm:^5.0.1"
- jsonschema: "npm:^1.2.6"
+ jsonschema: "npm:^1.5.0"
knex: "npm:^3.0.0"
lodash: "npm:^4.17.21"
logform: "npm:^2.3.2"
@@ -5007,59 +4752,62 @@ __metadata:
yaml: "npm:^2.0.0"
zen-observable: "npm:^0.10.0"
zod: "npm:^3.22.4"
- checksum: 10/45e726698a57adbaafcb2a1bce5ce33a2c4b04de7c264f2beeefd82f3c514be78bde6d35e5e9506123814526112bc29dae4828f2456712f3f5869a869fcc94f9
+ zod-to-json-schema: "npm:^3.20.4"
+ checksum: 10/af315614a670827582147213c620cbb36230de8f1bef359cc22516c42762826f7448eafd9220bf4e3a9226a074af493ae4a21f91c17f0c949c096e7fe47f858c
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-common@npm:^1.5.9":
- version: 1.5.9
- resolution: "@backstage/plugin-scaffolder-common@npm:1.5.9"
+"@backstage/plugin-scaffolder-common@npm:^1.5.11":
+ version: 1.5.11
+ resolution: "@backstage/plugin-scaffolder-common@npm:1.5.11"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
"@backstage/types": "npm:^1.2.1"
- checksum: 10/ffea008b5ff6e6aad2c7e022eff5670a4b7ad3cee61fcd1351ba270e034b62cb5ed10d2f6263f83c6ae5fde335b9325c9ad84f92ae4709ed04cf2e269aac6810
+ checksum: 10/fbd167442f63a1161cd877ddae152c1bdfb5ef1f39cacf04fa0149f8abf6bb8d6d6ffb086dbd618e3533cab2fd51467c36670fd53e2cba9f5fd26ed5d7d8fbfb
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-node@npm:^0.7.0":
- version: 0.7.0
- resolution: "@backstage/plugin-scaffolder-node@npm:0.7.0"
+"@backstage/plugin-scaffolder-node@npm:^0.9.0":
+ version: 0.9.0
+ resolution: "@backstage/plugin-scaffolder-node@npm:0.9.0"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-scaffolder-common": "npm:^1.5.9"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-scaffolder-common": "npm:^1.5.11"
"@backstage/types": "npm:^1.2.1"
+ "@isomorphic-git/pgp-plugin": "npm:^0.0.7"
concat-stream: "npm:^2.0.0"
fs-extra: "npm:^11.2.0"
globby: "npm:^11.0.0"
isomorphic-git: "npm:^1.23.0"
- jsonschema: "npm:^1.2.6"
+ jsonschema: "npm:^1.5.0"
+ lodash: "npm:^4.17.21"
p-limit: "npm:^3.1.0"
tar: "npm:^6.1.12"
winston: "npm:^3.2.1"
+ winston-transport: "npm:^4.7.0"
zod: "npm:^3.22.4"
zod-to-json-schema: "npm:^3.20.4"
- checksum: 10/65d738232dea6f8bbad232d21ef0fb065cdef171b93b188ef697b3dac9b76c33a7bd86b2f8a018088a646f4e2281754f6503091b65584bb8cf7475327e4a7dba
+ checksum: 10/db4c56c520abf8d13819e9375c7317ed45e3dc18a1a823b3352aa4ef1af8142f3a627963da6e630a2414a4a29c77de39a7ab3543346e110cbf824367165418d2
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder-react@npm:^1.14.5":
- version: 1.14.5
- resolution: "@backstage/plugin-scaffolder-react@npm:1.14.5"
- dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/plugin-scaffolder-common": "npm:^1.5.9"
- "@backstage/theme": "npm:^0.6.4"
+"@backstage/plugin-scaffolder-react@npm:^1.17.0":
+ version: 1.17.0
+ resolution: "@backstage/plugin-scaffolder-react@npm:1.17.0"
+ dependencies:
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/plugin-scaffolder-common": "npm:^1.5.11"
+ "@backstage/theme": "npm:^0.6.6"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.2"
@@ -5074,7 +4822,7 @@ __metadata:
ajv: "npm:^8.0.1"
ajv-errors: "npm:^3.0.0"
classnames: "npm:^2.2.6"
- flatted: "npm:3.3.2"
+ flatted: "npm:3.3.3"
humanize-duration: "npm:^3.25.1"
immer: "npm:^9.0.6"
json-schema: "npm:^0.4.0"
@@ -5095,28 +4843,28 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/d48e9bb45a812e02cc6aa536b76d5e0f8735d2356e8e2ba7f573351352aaa483ed9a5e1ddf0acf4a7c30bd34f5f2f075fc1cd5ff3078117768630bbbafe57197
+ checksum: 10/9a044ab1889879f2b7cbb3cceb9c1ccce55310940c480ab40732ca2d141c4fc00dff0e497c4eb91e7fae09d2e6f34a699f804fd41338a37cdbf4c046174449de
languageName: node
linkType: hard
-"@backstage/plugin-scaffolder@npm:^1.28.0":
- version: 1.28.0
- resolution: "@backstage/plugin-scaffolder@npm:1.28.0"
+"@backstage/plugin-scaffolder@npm:^1.32.0":
+ version: 1.32.0
+ resolution: "@backstage/plugin-scaffolder@npm:1.32.0"
dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/plugin-scaffolder-common": "npm:^1.5.9"
- "@backstage/plugin-scaffolder-react": "npm:^1.14.5"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/plugin-scaffolder-common": "npm:^1.5.11"
+ "@backstage/plugin-scaffolder-react": "npm:^1.17.0"
"@backstage/types": "npm:^1.2.1"
"@codemirror/language": "npm:^6.0.0"
"@codemirror/legacy-modes": "npm:^6.1.0"
@@ -5156,127 +4904,124 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/768b45343210a6065e1cc04cece60c5d064e888a0d967505bf6552c24feaa6ce9fda533ee4235bb8b49b48b1078f41cc8e300fedcdf69da3e5134b02dd4f7d53
+ checksum: 10/28817b074b29e8ab181f4aef147e1e6b30f04a17cafe0c9301b0300236b3267fdce7f51538743a4c276f25a5ef70b0e71e2e90dc79ac4ceaffce906b3c6b4581
languageName: node
linkType: hard
-"@backstage/plugin-search-backend-module-catalog@npm:^0.3.1":
- version: 0.3.1
- resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.1"
+"@backstage/plugin-search-backend-module-catalog@npm:^0.3.5":
+ version: 0.3.5
+ resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.5"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-search-backend-node": "npm:^1.3.8"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- checksum: 10/71d2e69acfcdfb8bd333dd30f6aab964695f6c387cae34bf419c3520f64bf389556ac0f158b7a978ef8d19b5659e4ec0884417529e914692a913693b92aa7c48
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-search-backend-node": "npm:^1.3.12"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ checksum: 10/e4a8a2a4f1c5568fd7fc6ef29ad0c911f9791a9a1f9c0f2d43756cffb60989ce6658d9d913940e4bf3c9ba7a9fc7178725baa0998eabf65bc60d2f09bc314084
languageName: node
linkType: hard
-"@backstage/plugin-search-backend-module-pg@npm:^0.5.41":
- version: 0.5.41
- resolution: "@backstage/plugin-search-backend-module-pg@npm:0.5.41"
+"@backstage/plugin-search-backend-module-pg@npm:^0.5.45":
+ version: 0.5.45
+ resolution: "@backstage/plugin-search-backend-module-pg@npm:0.5.45"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/plugin-search-backend-node": "npm:^1.3.8"
- "@backstage/plugin-search-common": "npm:^1.2.17"
+ "@backstage/plugin-search-backend-node": "npm:^1.3.12"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
knex: "npm:^3.0.0"
lodash: "npm:^4.17.21"
uuid: "npm:^11.0.0"
- checksum: 10/437c90fe9cce0672fda5126bef5248ad335f381b1f5546c6ce07c05f47432e1e97ac3758f80c404f0421ee1731cafe0c25cac400bec30b3dcf0fd6252142e3a3
+ checksum: 10/3883ba74a7a56effebdb56785063128104f7365362df336c9e304331fb62a1e0ba50e393eceab977eb19f81fafb73c6589b26c14b9111a0715ef583dd46d43c1
languageName: node
linkType: hard
-"@backstage/plugin-search-backend-module-techdocs@npm:^0.3.6":
- version: 0.3.6
- resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.3.6"
+"@backstage/plugin-search-backend-module-techdocs@npm:^0.4.3":
+ version: 0.4.3
+ resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.4.3"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-search-backend-node": "npm:^1.3.8"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- "@backstage/plugin-techdocs-node": "npm:^1.13.0"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-search-backend-node": "npm:^1.3.12"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ "@backstage/plugin-techdocs-node": "npm:^1.13.4"
lodash: "npm:^4.17.21"
p-limit: "npm:^3.1.0"
- checksum: 10/4ee4708df7ce8fed45c13bc78184e43da89bab61d4716bd07cfefe08353f607814477f65cd89211bf776aed1df1b1a2e6d0902991538f82b7937c9bb5f811d41
+ checksum: 10/87e50fc301ac313f714b811711368e2640fa137f87fd2fce160dd62e34d9cf61d3f77127a4d3a8d88a7b66b6b5dea3b97b189b50a6356dbf8a73e35dc7826a7f
languageName: node
linkType: hard
-"@backstage/plugin-search-backend-node@npm:^1.3.8":
- version: 1.3.8
- resolution: "@backstage/plugin-search-backend-node@npm:1.3.8"
+"@backstage/plugin-search-backend-node@npm:^1.3.12":
+ version: 1.3.12
+ resolution: "@backstage/plugin-search-backend-node@npm:1.3.12"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-search-common": "npm:^1.2.17"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
"@types/lunr": "npm:^2.3.3"
lodash: "npm:^4.17.21"
lunr: "npm:^2.3.9"
ndjson: "npm:^2.0.0"
uuid: "npm:^11.0.0"
- checksum: 10/b9621ef61c47276b7d23146574bbe2d06118892765b0a6f92e55b5f7ceb584c41317eb1a38ac954207ed835c84d33e76bfb959ba59cd4dca52754e1de9683c93
+ checksum: 10/d69044372f2f05bdc91b054d83ce59f5fab246703614fa93084a04c283d030b80678066a4f23baad8e4a743a92212a2535e70ed48d8410b20b48163ca8063905
languageName: node
linkType: hard
-"@backstage/plugin-search-backend@npm:^1.8.2":
- version: 1.8.2
- resolution: "@backstage/plugin-search-backend@npm:1.8.2"
+"@backstage/plugin-search-backend@npm:^2.0.3":
+ version: 2.0.3
+ resolution: "@backstage/plugin-search-backend@npm:2.0.3"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-defaults": "npm:^0.8.0"
- "@backstage/backend-openapi-utils": "npm:^0.5.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-defaults": "npm:^0.11.0"
+ "@backstage/backend-openapi-utils": "npm:^0.5.4"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- "@backstage/plugin-search-backend-node": "npm:^1.3.8"
- "@backstage/plugin-search-common": "npm:^1.2.17"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
+ "@backstage/plugin-search-backend-node": "npm:^1.3.12"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
"@backstage/types": "npm:^1.2.1"
- "@types/express": "npm:^4.17.6"
dataloader: "npm:^2.0.0"
express: "npm:^4.17.1"
lodash: "npm:^4.17.21"
qs: "npm:^6.10.1"
yn: "npm:^4.0.0"
zod: "npm:^3.22.4"
- checksum: 10/f592a38987b0a3e41b0e7cbccee028f8e39343df4f01f36e07b0cd32817ff05a3e4b7a39fd51c251e4786d53a97b164d4e91bbfcef366ccae768e1fd323beba3
+ checksum: 10/9a6a01fd2b4e5dbfd7f1f2f58f79f952848911778771a3fa495bdd5877fa7b55177749aafafd438b2257502e15614ceada02a0f06a78ec82dcf180f8582d9c3b
languageName: node
linkType: hard
-"@backstage/plugin-search-common@npm:^1.2.17":
- version: 1.2.17
- resolution: "@backstage/plugin-search-common@npm:1.2.17"
+"@backstage/plugin-search-common@npm:^1.2.18":
+ version: 1.2.18
+ resolution: "@backstage/plugin-search-common@npm:1.2.18"
dependencies:
- "@backstage/plugin-permission-common": "npm:^0.8.4"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
"@backstage/types": "npm:^1.2.1"
- checksum: 10/30cfcb164940b7eb70d8163766cca981536372d0cb5c6e006837e044d91a60be16b83534a2887b0a7cf90a51bed35cd7b188e62598e7340cbf79e371a8bfd0e6
+ checksum: 10/9a7c262a5e1fc2d1bc40a9738d6e29ba215867a10efa22c1c3e3b7847d2b6f7566fde4c22f6989933a47d2f1928ee7544ade4f88fb2e0956f4dde7cf02cb85a6
languageName: node
linkType: hard
-"@backstage/plugin-search-react@npm:^1.8.6":
- version: 1.8.6
- resolution: "@backstage/plugin-search-react@npm:1.8.6"
+"@backstage/plugin-search-react@npm:^1.9.1":
+ version: 1.9.1
+ resolution: "@backstage/plugin-search-react@npm:1.9.1"
dependencies:
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ "@backstage/theme": "npm:^0.6.6"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.2"
@@ -5294,22 +5039,22 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/3847968ad729f316b23c3413c359af74d127efdf99c18d56e82b14997d7f58a0a66372deb04e64cc6f899fc5b77f74e66bea28fde7560487ac1d184cbc6bf9fa
+ checksum: 10/612f35769320cfbc1b927dc8ca7afbcf92d5fd9f7b6fe09a730ff3b6fdd7c9490db2829cd3ddac551a348d0d5e92852ea677a7a38397d16ef8f30470bf649eda
languageName: node
linkType: hard
-"@backstage/plugin-search@npm:^1.4.23":
- version: 1.4.23
- resolution: "@backstage/plugin-search@npm:1.4.23"
+"@backstage/plugin-search@npm:^1.4.27":
+ version: 1.4.27
+ resolution: "@backstage/plugin-search@npm:1.4.27"
dependencies:
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- "@backstage/plugin-search-react": "npm:^1.8.6"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ "@backstage/plugin-search-react": "npm:^1.9.1"
"@backstage/types": "npm:^1.2.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.2"
@@ -5324,31 +5069,31 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/4c2dec7ee1c08be927d7b4ec98e97a9b86a52e0d9c423ca7966b54bf0fbb7da5f9618904d5162f8ff74b1064a64133531c574ec9a9cb6c74a4591a6271478d45
+ checksum: 10/54c79f207818eb499e9e5bdebd199d700e40add2f51b25d832a522a5f5d3806c12b1d82047397b9157eaa5c824e23fe3d40f2604190d192ed991bfdd7a65fe7f
languageName: node
linkType: hard
-"@backstage/plugin-signals-node@npm:^0.1.17":
- version: 0.1.17
- resolution: "@backstage/plugin-signals-node@npm:0.1.17"
+"@backstage/plugin-signals-node@npm:^0.1.21":
+ version: 0.1.21
+ resolution: "@backstage/plugin-signals-node@npm:0.1.21"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-events-node": "npm:^0.4.8"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-events-node": "npm:^0.4.12"
"@backstage/types": "npm:^1.2.1"
express: "npm:^4.17.1"
uuid: "npm:^11.0.0"
ws: "npm:^8.18.0"
- checksum: 10/cb2184c90bfc9e2e78280c45dd3a728ced0927d327710548dbbdd2c923b95aae43528ae09d39ecc8a58b40edbbf3aba313fcbf87010df288f1bf900da63a759a
+ checksum: 10/0c683a3410b41abe989dd1f5055e820645b9aa56fa7bda577438292aea6cb757ede4819f56ff8ac654c87f1fcd52a131d8d1557e8ad610ce73b3bb2f5beffb62
languageName: node
linkType: hard
-"@backstage/plugin-signals-react@npm:^0.0.10":
- version: 0.0.10
- resolution: "@backstage/plugin-signals-react@npm:0.0.10"
+"@backstage/plugin-signals-react@npm:^0.0.14":
+ version: 0.0.14
+ resolution: "@backstage/plugin-signals-react@npm:0.0.14"
dependencies:
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/types": "npm:^1.2.1"
"@material-ui/core": "npm:^4.12.4"
peerDependencies:
@@ -5359,28 +5104,27 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/828cbfc4eb6fca444375af6feb87e99eddf80b69efd48d0945aadba181645522a20fe2f54241dfbf2137742cb9011cd44054af68841eea82f2b7a71e9b6c2d62
+ checksum: 10/22583aa9e9f5e1a80b60bab476034d4966b31df3b927c709e8bb886704c7b5c80169be84c8cddf101a8fcc24ad405921ad6c25d2804e19a3f6fa5781b208b7b2
languageName: node
linkType: hard
-"@backstage/plugin-techdocs-backend@npm:^1.11.6":
- version: 1.11.6
- resolution: "@backstage/plugin-techdocs-backend@npm:1.11.6"
+"@backstage/plugin-techdocs-backend@npm:^2.0.3":
+ version: 2.0.3
+ resolution: "@backstage/plugin-techdocs-backend@npm:2.0.3"
dependencies:
- "@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-defaults": "npm:^0.11.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-search-backend-module-techdocs": "npm:^0.3.6"
- "@backstage/plugin-techdocs-common": "npm:^0.1.0"
- "@backstage/plugin-techdocs-node": "npm:^1.13.0"
- "@types/express": "npm:^4.17.6"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.3"
+ "@backstage/plugin-techdocs-common": "npm:^0.1.1"
+ "@backstage/plugin-techdocs-node": "npm:^1.13.4"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
fs-extra: "npm:^11.2.0"
@@ -5388,26 +5132,27 @@ __metadata:
lodash: "npm:^4.17.21"
p-limit: "npm:^3.1.0"
winston: "npm:^3.2.1"
- checksum: 10/a979ecdf87c2c05c0cc98c522d3c6cde7134a048d41272ec268898fff62b98a2343c7a7b570db909b783f34a400306d24a5188e6360b8c4bfddc39e8b3d107cc
+ checksum: 10/724cd9c6f886a7a37b4df0dea4327c42341f1980480bccd9d99b83aedd795ba8a3c48d738492801b85f0d2b7cf83982b5edd7c60269e7db561e7551666512518
languageName: node
linkType: hard
-"@backstage/plugin-techdocs-common@npm:^0.1.0":
- version: 0.1.0
- resolution: "@backstage/plugin-techdocs-common@npm:0.1.0"
- checksum: 10/e38752e54cd4d516e6ab4908dca16cad7863ecd8c81cf4f0d52a4dbe159c3a2080788f3941395b45011dd47d72930236cd44567a5c7a39efb9a3a037df1b2cba
+"@backstage/plugin-techdocs-common@npm:^0.1.1":
+ version: 0.1.1
+ resolution: "@backstage/plugin-techdocs-common@npm:0.1.1"
+ checksum: 10/e0c197facff4c393c6d43677345cf86ed2b5c9cdf2c273a2a5ee6beb00deb837691288bfea91f32fffe757fdd89ebd2d5b5864e55b24d9af72fcc0a320f355fc
languageName: node
linkType: hard
-"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.21":
- version: 1.1.21
- resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.21"
+"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.25":
+ version: 1.1.25
+ resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.25"
dependencies:
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-techdocs-react": "npm:^1.2.14"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-techdocs-react": "npm:^1.3.0"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@react-hookz/web": "npm:^24.0.0"
@@ -5421,13 +5166,13 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/fdb4a0f3531c5eea51ad5ef39faee2bfa7c0d34e7d42f19949b747540ef43680bf1eaabd761e6bdaaf842786f244a97e5c55c1d4035bbede2779c4b9919a7b70
+ checksum: 10/a7a85f5f69e706d85f800b69d4aa016a2874fad401b6c5b4515e9dc7ebea75cabc68cc124d53588564c71815a8a574048fecd8ccfd5d809489e667c2f92e8f3f
languageName: node
linkType: hard
-"@backstage/plugin-techdocs-node@npm:^1.13.0":
- version: 1.13.0
- resolution: "@backstage/plugin-techdocs-node@npm:1.13.0"
+"@backstage/plugin-techdocs-node@npm:^1.13.4":
+ version: 1.13.4
+ resolution: "@backstage/plugin-techdocs-node@npm:1.13.4"
dependencies:
"@aws-sdk/client-s3": "npm:^3.350.0"
"@aws-sdk/credential-providers": "npm:^3.350.0"
@@ -5435,14 +5180,14 @@ __metadata:
"@aws-sdk/types": "npm:^3.347.0"
"@azure/identity": "npm:^4.0.0"
"@azure/storage-blob": "npm:^12.5.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-aws-node": "npm:^0.1.15"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- "@backstage/plugin-techdocs-common": "npm:^0.1.0"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-aws-node": "npm:^0.1.16"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ "@backstage/plugin-techdocs-common": "npm:^0.1.1"
"@google-cloud/storage": "npm:^7.0.0"
"@smithy/node-http-handler": "npm:^3.0.0"
"@trendyol-js/openstack-swift-sdk": "npm:^0.0.7"
@@ -5458,18 +5203,20 @@ __metadata:
p-limit: "npm:^3.1.0"
recursive-readdir: "npm:^2.2.2"
winston: "npm:^3.2.1"
- checksum: 10/22e532693a2face71b9bd60f26a9c60dc3d10164b309bba6b839b345bad60d536032572b037fea71e7cf11746ec1857e29bd3b3b22bb4c38aa3a0a8041a31988
+ checksum: 10/bec73acc64d11c260bf4f22f0aadd6a91722c2bd4527f69c0c501729e08527cc09f1e2fcc512bd81fca8f00033aeeb0e5926ebbea5b987d79efcba3fc29d4e8b
languageName: node
linkType: hard
-"@backstage/plugin-techdocs-react@npm:^1.2.14":
- version: 1.2.14
- resolution: "@backstage/plugin-techdocs-react@npm:1.2.14"
+"@backstage/plugin-techdocs-react@npm:^1.3.0":
+ version: 1.3.0
+ resolution: "@backstage/plugin-techdocs-react@npm:1.3.0"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-techdocs-common": "npm:^0.1.1"
"@backstage/version-bridge": "npm:^1.0.11"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/styles": "npm:^4.11.0"
@@ -5485,31 +5232,31 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/ca4e58659985b8443085a5549906b32f0ca9ac96d21a8c25e676c7277c64072bd42bba7cc8da64b65ab25910552993ff5285212138daf6f9d15961759b0de042
+ checksum: 10/9cd78612050a068a07160f0a6aba4e7c1186ef8abcc18b4148622e2d1820ae98d7196a6f4939be1d379eba13b66a350c1dc47281cb8f6256b04bb8985378bc3b
languageName: node
linkType: hard
-"@backstage/plugin-techdocs@npm:^1.12.3":
- version: 1.12.3
- resolution: "@backstage/plugin-techdocs@npm:1.12.3"
+"@backstage/plugin-techdocs@npm:^1.13.1":
+ version: 1.13.1
+ resolution: "@backstage/plugin-techdocs@npm:1.13.1"
dependencies:
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-auth-react": "npm:^0.1.12"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-search-common": "npm:^1.2.17"
- "@backstage/plugin-search-react": "npm:^1.8.6"
- "@backstage/plugin-techdocs-common": "npm:^0.1.0"
- "@backstage/plugin-techdocs-react": "npm:^1.2.14"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-auth-react": "npm:^0.1.16"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-search-common": "npm:^1.2.18"
+ "@backstage/plugin-search-react": "npm:^1.9.1"
+ "@backstage/plugin-techdocs-common": "npm:^0.1.1"
+ "@backstage/plugin-techdocs-react": "npm:^1.3.0"
+ "@backstage/theme": "npm:^0.6.6"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
@@ -5529,7 +5276,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/fed4da3fa65d319a7a8263393261d8b87578acb6406e97444c3774183f82739be728485d1f2bbcf21f89af6ccbca40eb3c6c2edf0e6ca37119e5a188f76a4091
+ checksum: 10/7338934a36a13852fd50e6b0ecee38998fdb06ff7387976daef10c3b54146e8cab21f239895ee0fc4bacf4534961c6f930bdfc0af16b434233a58b28177a2bfb
languageName: node
linkType: hard
@@ -5540,21 +5287,21 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/plugin-user-settings@npm:^0.8.19":
- version: 0.8.19
- resolution: "@backstage/plugin-user-settings@npm:0.8.19"
+"@backstage/plugin-user-settings@npm:^0.8.23":
+ version: 0.8.23
+ resolution: "@backstage/plugin-user-settings@npm:0.8.23"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/core-app-api": "npm:^1.15.5"
- "@backstage/core-compat-api": "npm:^0.3.6"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/core-app-api": "npm:^1.17.1"
+ "@backstage/core-compat-api": "npm:^0.4.3"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/frontend-plugin-api": "npm:^0.9.5"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-signals-react": "npm:^0.0.10"
+ "@backstage/frontend-plugin-api": "npm:^0.10.3"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-signals-react": "npm:^0.0.14"
"@backstage/plugin-user-settings-common": "npm:^0.0.1"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/theme": "npm:^0.6.6"
"@backstage/types": "npm:^1.2.1"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
@@ -5569,27 +5316,27 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/9d231641a5d0ba27e380e0b92bb34dc51f90dfde887babdbbc82f7c50ed01293d5518007bb5a670d3b3cfb49dac7a4f46de4d748ef1560ba0cc48fcb65149736
+ checksum: 10/b6f52dd20878b873dd97c55340bd1be6828b61106853764230e88d80d0245e7c8efd0eeb51acb240f36a080ed705da527353c99c2943a149845a057fbb767698
languageName: node
linkType: hard
-"@backstage/release-manifests@npm:^0.0.12":
- version: 0.0.12
- resolution: "@backstage/release-manifests@npm:0.0.12"
- checksum: 10/482108faf39bd4095dfda34d00007065bff54a5aff836ef7c935a7a583baa6ae9d25e9d0c58a419e4d7d65eeb4f50357da47ab4d9cbd2d79da331fa426f64a3c
+"@backstage/release-manifests@npm:^0.0.13":
+ version: 0.0.13
+ resolution: "@backstage/release-manifests@npm:0.0.13"
+ checksum: 10/b8c71e22dbc7d78fca93f9ed83c614e403a8bb103a2aceae4c799898af3aba976370e2255fd9e32b25f5dac3f80e1f37379d8c72a9d9c199cabbf111e70fe873
languageName: node
linkType: hard
-"@backstage/test-utils@npm:^1.7.5":
- version: 1.7.5
- resolution: "@backstage/test-utils@npm:1.7.5"
+"@backstage/test-utils@npm:^1.7.9":
+ version: 1.7.9
+ resolution: "@backstage/test-utils@npm:1.7.9"
dependencies:
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-app-api": "npm:^1.15.5"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/core-app-api": "npm:^1.17.1"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/theme": "npm:^0.6.6"
"@backstage/types": "npm:^1.2.1"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
@@ -5598,23 +5345,20 @@ __metadata:
zen-observable: "npm:^0.10.0"
peerDependencies:
"@testing-library/react": ^16.0.0
- "@types/jest": "*"
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.3.0
peerDependenciesMeta:
- "@types/jest":
- optional: true
"@types/react":
optional: true
- checksum: 10/3cb246fe6bf15d52563b95e385c7a9867c54da4eaac8e5844e497d93445821d0181d07cfa41009ff4fdf152d3de4074b1aea88192c78e1ea27f60c73e0dc2c1e
+ checksum: 10/3ad5ebdbfe09138fb5b264ebc35163336d55d7a818b09754d120cd2600e1a55e5964c0fc898e111eb4fe4022eaa6b30e70c62656b3ce53c44a22d2e834970d25
languageName: node
linkType: hard
-"@backstage/theme@npm:^0.6.4":
- version: 0.6.4
- resolution: "@backstage/theme@npm:0.6.4"
+"@backstage/theme@npm:^0.6.6":
+ version: 0.6.6
+ resolution: "@backstage/theme@npm:0.6.6"
dependencies:
"@emotion/react": "npm:^11.10.5"
"@emotion/styled": "npm:^11.10.5"
@@ -5628,7 +5372,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
- checksum: 10/afa4a94a60136b48da5f3e994017e5a65248fa22942034831f83df0dffb4759e80c5aa9690606a8913e35a7d093747a3e50e56b5bdf2a58cb8f77d3d25ff8c70
+ checksum: 10/80297d992e853b3882fd158d192844a85738e89da6db7b6b47d27744129f04ea3c9ec946cb08fe226627f5e882670464d14bd07234e65debe98b3572eccbee15
languageName: node
linkType: hard
@@ -5668,6 +5412,27 @@ __metadata:
languageName: node
linkType: hard
+"@base-ui-components/react@npm:1.0.0-alpha.7":
+ version: 1.0.0-alpha.7
+ resolution: "@base-ui-components/react@npm:1.0.0-alpha.7"
+ dependencies:
+ "@babel/runtime": "npm:^7.26.10"
+ "@floating-ui/react": "npm:^0.27.5"
+ "@floating-ui/utils": "npm:^0.2.9"
+ "@react-aria/overlays": "npm:^3.26.1"
+ prop-types: "npm:^15.8.1"
+ use-sync-external-store: "npm:^1.4.0"
+ peerDependencies:
+ "@types/react": ^17 || ^18 || ^19
+ react: ^17 || ^18 || ^19
+ react-dom: ^17 || ^18 || ^19
+ peerDependenciesMeta:
+ "@types/react":
+ optional: true
+ checksum: 10/2a1393f5e2bd0af7f32e10259fe86a1482411d57011aa8cf4f9780f4f06eee61c2dc2216ee0526dd3648d609b951cb3b1e5fcb5aba643c82ac7fab6d8af054e7
+ languageName: node
+ linkType: hard
+
"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -6083,32 +5848,20 @@ __metadata:
languageName: node
linkType: hard
-"@davidzemon/passport-okta-oauth@npm:^0.0.5":
- version: 0.0.5
- resolution: "@davidzemon/passport-okta-oauth@npm:0.0.5"
- dependencies:
- "@types/passport-oauth2": "npm:^1.4.11"
- passport-oauth2: "npm:^1.6.1"
- pkginfo: "npm:^0.4.1"
- uid2: "npm:^1.0.0"
- checksum: 10/6932aca4213f1e47c41454cbb9ef1309643ffa14fa3da401f18e397e76f3fa1669be76d96db65dd6435854d7f05b30d3a27f645d10e3c6ed955ad30930d47b3e
- languageName: node
- linkType: hard
-
"@dweber019/backstage-plugin-accentuate-backend@npm:^1.0.4, @dweber019/backstage-plugin-accentuate-backend@workspace:plugins/accentuate-backend":
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-accentuate-backend@workspace:plugins/accentuate-backend"
dependencies:
- "@backstage/backend-defaults": "npm:^0.8.1"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/backend-test-utils": "npm:^1.3.0"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/backend-defaults": "npm:^0.11.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/backend-test-utils": "npm:^1.6.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
+ "@backstage/test-utils": "npm:^1.7.9"
"@backstage/types": "npm:^1.2.1"
"@dweber019/backstage-plugin-accentuate-common": "npm:^0.0.12"
"@types/express": "npm:^4.17.6"
@@ -6130,8 +5883,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-accentuate-common@workspace:plugins/accentuate-common"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/types": "npm:^1.2.1"
languageName: unknown
linkType: soft
@@ -6140,15 +5893,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-accentuate@workspace:plugins/accentuate"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-catalog": "npm:^1.27.0"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/plugin-catalog": "npm:^1.31.0"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@backstage/types": "npm:^1.2.1"
"@dweber019/backstage-plugin-accentuate-common": "npm:^0.0.12"
"@material-ui/core": "npm:^4.12.2"
@@ -6178,10 +5931,10 @@ __metadata:
resolution: "@dweber019/backstage-plugin-api-docs-module-wsdl-backend@workspace:plugins/api-docs-module-wsdl-backend"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@types/express": "npm:^4.17.6"
"@types/supertest": "npm:^6.0.0"
cross-fetch: "npm:^3.1.5"
@@ -6200,15 +5953,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-api-docs-module-wsdl@workspace:plugins/api-docs-module-wsdl"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-api-docs": "npm:^0.12.4"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/plugin-api-docs": "npm:^0.12.8"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@material-ui/lab": "npm:4.0.0-alpha.61"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^15.0.0"
@@ -6225,13 +5978,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-api-docs-spectral-linter@workspace:plugins/api-docs-spectral-linter"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
@@ -6257,13 +6010,13 @@ __metadata:
resolution: "@dweber019/backstage-plugin-endoflife-backend@workspace:plugins/endoflife-backend"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
+ "@backstage/integration": "npm:^1.17.0"
"@types/express": "npm:^4.17.6"
"@types/marked": "npm:^5.0.0"
"@types/supertest": "npm:^6.0.0"
@@ -6282,16 +6035,16 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-endoflife@workspace:plugins/endoflife"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/integration": "npm:^1.16.1"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/integration": "npm:^1.17.0"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@egjs/hammerjs": "npm:^2.0.17"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
@@ -6307,7 +6060,7 @@ __metadata:
msw: "npm:^1.0.0"
react-use: "npm:^17.2.4"
vis-data: "npm:^7.1.9"
- vis-timeline: "npm:^7.7.3"
+ vis-timeline: "npm:^7.7.4"
vis-util: "npm:^5.0.7"
xss: "npm:^1.0.15"
peerDependencies:
@@ -6322,15 +6075,15 @@ __metadata:
resolution: "@dweber019/backstage-plugin-missing-entity-backend@workspace:plugins/missing-entity-backend"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-defaults": "npm:^0.8.1"
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/backend-test-utils": "npm:^1.3.0"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/backend-defaults": "npm:^0.11.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/backend-test-utils": "npm:^1.6.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/config": "npm:^1.3.2"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-notifications-node": "npm:^0.2.12"
+ "@backstage/plugin-notifications-node": "npm:^0.2.16"
"@backstage/types": "npm:^1.2.1"
"@dweber019/backstage-plugin-missing-entity-common": "npm:^0.0.6"
"@types/express": "npm:*"
@@ -6350,7 +6103,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-missing-entity-common@workspace:plugins/missing-entity-common"
dependencies:
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/cli": "npm:^0.33.0"
languageName: unknown
linkType: soft
@@ -6358,13 +6111,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-missing-entity@workspace:plugins/missing-entity"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
"@backstage/errors": "npm:^1.2.7"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
"@dweber019/backstage-plugin-missing-entity-common": "npm:^0.0.6"
"@material-ui/core": "npm:^4.9.13"
"@material-ui/icons": "npm:^4.11.3"
@@ -6386,13 +6139,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-relations-backend@workspace:plugins/relations-backend"
dependencies:
- "@backstage/backend-plugin-api": "npm:^1.2.0"
- "@backstage/backend-test-utils": "npm:^1.3.0"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/backend-plugin-api": "npm:^1.4.0"
+ "@backstage/backend-test-utils": "npm:^1.6.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-node": "npm:^1.16.0"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-node": "npm:^1.17.1"
"@types/express": "npm:^4.17.6"
"@types/lodash": "npm:^4.17.0"
"@types/supertest": "npm:^6.0.0"
@@ -6410,15 +6163,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-relations@workspace:plugins/relations"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
- "@backstage/plugin-catalog-graph": "npm:^0.4.16"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
+ "@backstage/plugin-catalog-graph": "npm:^0.4.20"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@material-ui/core": "npm:^4.12.2"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^15.0.0"
@@ -6438,21 +6191,21 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-simple-icons@workspace:plugins/simple-icons"
dependencies:
- "@backstage/app-defaults": "npm:^1.5.17"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
- "@backstage/plugin-catalog": "npm:^1.27.0"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/app-defaults": "npm:^1.6.3"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
+ "@backstage/plugin-catalog": "npm:^1.31.0"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@material-ui/core": "npm:^4.12.2"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^15.0.0"
"@testing-library/user-event": "npm:^14.0.0"
"@types/node": "npm:*"
msw: "npm:^1.0.0"
- simple-icons: "npm:^14.11.0"
+ simple-icons: "npm:^15.3.0"
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
languageName: unknown
@@ -6462,13 +6215,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-tips@workspace:plugins/tips"
dependencies:
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/dev-utils": "npm:^1.1.7"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/test-utils": "npm:^1.7.5"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/dev-utils": "npm:^1.1.11"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/test-utils": "npm:^1.7.9"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@testing-library/jest-dom": "npm:^6.0.0"
@@ -6670,9 +6423,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/aix-ppc64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/aix-ppc64@npm:0.24.0"
+"@esbuild/aix-ppc64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/aix-ppc64@npm:0.25.5"
conditions: os=aix & cpu=ppc64
languageName: node
linkType: hard
@@ -6684,9 +6437,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/android-arm64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/android-arm64@npm:0.24.0"
+"@esbuild/android-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/android-arm64@npm:0.25.5"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
@@ -6698,9 +6451,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/android-arm@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/android-arm@npm:0.24.0"
+"@esbuild/android-arm@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/android-arm@npm:0.25.5"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
@@ -6712,9 +6465,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/android-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/android-x64@npm:0.24.0"
+"@esbuild/android-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/android-x64@npm:0.25.5"
conditions: os=android & cpu=x64
languageName: node
linkType: hard
@@ -6726,9 +6479,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/darwin-arm64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/darwin-arm64@npm:0.24.0"
+"@esbuild/darwin-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/darwin-arm64@npm:0.25.5"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
@@ -6740,9 +6493,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/darwin-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/darwin-x64@npm:0.24.0"
+"@esbuild/darwin-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/darwin-x64@npm:0.25.5"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
@@ -6754,9 +6507,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/freebsd-arm64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/freebsd-arm64@npm:0.24.0"
+"@esbuild/freebsd-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/freebsd-arm64@npm:0.25.5"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
@@ -6768,9 +6521,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/freebsd-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/freebsd-x64@npm:0.24.0"
+"@esbuild/freebsd-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/freebsd-x64@npm:0.25.5"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
@@ -6782,9 +6535,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-arm64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-arm64@npm:0.24.0"
+"@esbuild/linux-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-arm64@npm:0.25.5"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
@@ -6796,9 +6549,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-arm@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-arm@npm:0.24.0"
+"@esbuild/linux-arm@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-arm@npm:0.25.5"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
@@ -6810,9 +6563,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-ia32@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-ia32@npm:0.24.0"
+"@esbuild/linux-ia32@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-ia32@npm:0.25.5"
conditions: os=linux & cpu=ia32
languageName: node
linkType: hard
@@ -6824,9 +6577,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-loong64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-loong64@npm:0.24.0"
+"@esbuild/linux-loong64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-loong64@npm:0.25.5"
conditions: os=linux & cpu=loong64
languageName: node
linkType: hard
@@ -6838,9 +6591,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-mips64el@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-mips64el@npm:0.24.0"
+"@esbuild/linux-mips64el@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-mips64el@npm:0.25.5"
conditions: os=linux & cpu=mips64el
languageName: node
linkType: hard
@@ -6852,9 +6605,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-ppc64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-ppc64@npm:0.24.0"
+"@esbuild/linux-ppc64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-ppc64@npm:0.25.5"
conditions: os=linux & cpu=ppc64
languageName: node
linkType: hard
@@ -6866,9 +6619,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-riscv64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-riscv64@npm:0.24.0"
+"@esbuild/linux-riscv64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-riscv64@npm:0.25.5"
conditions: os=linux & cpu=riscv64
languageName: node
linkType: hard
@@ -6880,9 +6633,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-s390x@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-s390x@npm:0.24.0"
+"@esbuild/linux-s390x@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-s390x@npm:0.25.5"
conditions: os=linux & cpu=s390x
languageName: node
linkType: hard
@@ -6894,13 +6647,20 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/linux-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/linux-x64@npm:0.24.0"
+"@esbuild/linux-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/linux-x64@npm:0.25.5"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
+"@esbuild/netbsd-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/netbsd-arm64@npm:0.25.5"
+ conditions: os=netbsd & cpu=arm64
+ languageName: node
+ linkType: hard
+
"@esbuild/netbsd-x64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/netbsd-x64@npm:0.21.5"
@@ -6908,16 +6668,16 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/netbsd-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/netbsd-x64@npm:0.24.0"
+"@esbuild/netbsd-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/netbsd-x64@npm:0.25.5"
conditions: os=netbsd & cpu=x64
languageName: node
linkType: hard
-"@esbuild/openbsd-arm64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/openbsd-arm64@npm:0.24.0"
+"@esbuild/openbsd-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/openbsd-arm64@npm:0.25.5"
conditions: os=openbsd & cpu=arm64
languageName: node
linkType: hard
@@ -6929,9 +6689,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/openbsd-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/openbsd-x64@npm:0.24.0"
+"@esbuild/openbsd-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/openbsd-x64@npm:0.25.5"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard
@@ -6943,9 +6703,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/sunos-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/sunos-x64@npm:0.24.0"
+"@esbuild/sunos-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/sunos-x64@npm:0.25.5"
conditions: os=sunos & cpu=x64
languageName: node
linkType: hard
@@ -6957,9 +6717,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/win32-arm64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/win32-arm64@npm:0.24.0"
+"@esbuild/win32-arm64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/win32-arm64@npm:0.25.5"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
@@ -6971,9 +6731,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/win32-ia32@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/win32-ia32@npm:0.24.0"
+"@esbuild/win32-ia32@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/win32-ia32@npm:0.25.5"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
@@ -6985,9 +6745,9 @@ __metadata:
languageName: node
linkType: hard
-"@esbuild/win32-x64@npm:0.24.0":
- version: 0.24.0
- resolution: "@esbuild/win32-x64@npm:0.24.0"
+"@esbuild/win32-x64@npm:0.25.5":
+ version: 0.25.5
+ resolution: "@esbuild/win32-x64@npm:0.25.5"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
@@ -7079,6 +6839,32 @@ __metadata:
languageName: node
linkType: hard
+"@floating-ui/react-dom@npm:^2.1.3":
+ version: 2.1.3
+ resolution: "@floating-ui/react-dom@npm:2.1.3"
+ dependencies:
+ "@floating-ui/dom": "npm:^1.0.0"
+ peerDependencies:
+ react: ">=16.8.0"
+ react-dom: ">=16.8.0"
+ checksum: 10/185223bb436f719943054f634ab5c885b32df745c7bc27504d77783944cfe02ce0f16a01d222d7abc511d3fc56fd36703ce6056eb2c4451b6666a7800b74a29f
+ languageName: node
+ linkType: hard
+
+"@floating-ui/react@npm:^0.27.5":
+ version: 0.27.12
+ resolution: "@floating-ui/react@npm:0.27.12"
+ dependencies:
+ "@floating-ui/react-dom": "npm:^2.1.3"
+ "@floating-ui/utils": "npm:^0.2.9"
+ tabbable: "npm:^6.0.0"
+ peerDependencies:
+ react: ">=17.0.0"
+ react-dom: ">=17.0.0"
+ checksum: 10/1bd397df1aca2a095d46085f8f8763eb7ade13997a73d5148b559709991737d575d9706612a56da8051081e52d5e441ccabcc3057c81395faf2cb871f3edc2b8
+ languageName: node
+ linkType: hard
+
"@floating-ui/utils@npm:^0.2.8":
version: 0.2.8
resolution: "@floating-ui/utils@npm:0.2.8"
@@ -7086,6 +6872,64 @@ __metadata:
languageName: node
linkType: hard
+"@floating-ui/utils@npm:^0.2.9":
+ version: 0.2.9
+ resolution: "@floating-ui/utils@npm:0.2.9"
+ checksum: 10/0ca786347db3dd8d9034b86d1449fabb96642788e5900cc5f2aee433cd7b243efbcd7a165bead50b004ee3f20a90ddebb6a35296fc41d43cfd361b6f01b69ffb
+ languageName: node
+ linkType: hard
+
+"@formatjs/ecma402-abstract@npm:2.3.4":
+ version: 2.3.4
+ resolution: "@formatjs/ecma402-abstract@npm:2.3.4"
+ dependencies:
+ "@formatjs/fast-memoize": "npm:2.2.7"
+ "@formatjs/intl-localematcher": "npm:0.6.1"
+ decimal.js: "npm:^10.4.3"
+ tslib: "npm:^2.8.0"
+ checksum: 10/573971ffc291096a4b9fcc80b4708124e89bf2e3ac50e0f78b41eb797e9aa1b842f4dc3665e4467a853c738386821769d9e40408a1d25bc73323a1f057a16cf2
+ languageName: node
+ linkType: hard
+
+"@formatjs/fast-memoize@npm:2.2.7":
+ version: 2.2.7
+ resolution: "@formatjs/fast-memoize@npm:2.2.7"
+ dependencies:
+ tslib: "npm:^2.8.0"
+ checksum: 10/e7e6efc677d63a13d99a854305db471b69f64cbfebdcb6dbe507dab9aa7eaae482ca5de86f343c856ca0a2c8f251672bd1f37c572ce14af602c0287378097d43
+ languageName: node
+ linkType: hard
+
+"@formatjs/icu-messageformat-parser@npm:2.11.2":
+ version: 2.11.2
+ resolution: "@formatjs/icu-messageformat-parser@npm:2.11.2"
+ dependencies:
+ "@formatjs/ecma402-abstract": "npm:2.3.4"
+ "@formatjs/icu-skeleton-parser": "npm:1.8.14"
+ tslib: "npm:^2.8.0"
+ checksum: 10/e919eb2a132ac1d54fb1a7e3a3254007649b55196d3818090df92a4268dcddf20cbdf863c06039fbbe7a35a8a3f17bdc172dade99d1f17c1d8a95dcec444c3e3
+ languageName: node
+ linkType: hard
+
+"@formatjs/icu-skeleton-parser@npm:1.8.14":
+ version: 1.8.14
+ resolution: "@formatjs/icu-skeleton-parser@npm:1.8.14"
+ dependencies:
+ "@formatjs/ecma402-abstract": "npm:2.3.4"
+ tslib: "npm:^2.8.0"
+ checksum: 10/2fbe3155c310358820b118d8c9844f314eff3500a82f1c65402434a3095823e1afeaab8d1762b4a59cc5679d82dc4c8c134683565d7cdae4daace23251f46a47
+ languageName: node
+ linkType: hard
+
+"@formatjs/intl-localematcher@npm:0.6.1":
+ version: 0.6.1
+ resolution: "@formatjs/intl-localematcher@npm:0.6.1"
+ dependencies:
+ tslib: "npm:^2.8.0"
+ checksum: 10/c7b3bc8395d18670677f207b2fd107561fff5d6394a9b4273c29e0bea920300ec3a2eefead600ebb7761c04a770cada28f78ac059f84d00520bfb57a9db36998
+ languageName: node
+ linkType: hard
+
"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
@@ -7650,6 +7494,43 @@ __metadata:
languageName: node
linkType: hard
+"@internationalized/date@npm:^3.8.2":
+ version: 3.8.2
+ resolution: "@internationalized/date@npm:3.8.2"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ checksum: 10/ca281d8785acff520ba4782d4eb0c542bb6c2783dbd3eb5457aeddbb68b9674f860fc00c6dd467f39c12eff9a04381742b07f0b9e210a115c094507e046d7b5a
+ languageName: node
+ linkType: hard
+
+"@internationalized/message@npm:^3.1.8":
+ version: 3.1.8
+ resolution: "@internationalized/message@npm:3.1.8"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ intl-messageformat: "npm:^10.1.0"
+ checksum: 10/8f27a31f5d1eef7084447ed141e896e12cc19d786a1346ba60137de5b8bcc58a9da978d79954e2a74302aa673f942fb772130ebd6195565e33db30bd7eb4ef47
+ languageName: node
+ linkType: hard
+
+"@internationalized/number@npm:^3.6.3":
+ version: 3.6.3
+ resolution: "@internationalized/number@npm:3.6.3"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ checksum: 10/b6f1793d12f89aca4c5bd88b60643739c4b02cade50a42c61192a2a5e0a913088ee35e4013b7ef3f675bdc919ebaf9a1631f1c40b1ceffd998f3fc14201a01c3
+ languageName: node
+ linkType: hard
+
+"@internationalized/string@npm:^3.2.7":
+ version: 3.2.7
+ resolution: "@internationalized/string@npm:3.2.7"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ checksum: 10/38b54817cf125ba88d1136a6bca4fb57c46672d26d21490f838efe928049546800df6d9c8048411696455fc8caacb8ac23c2de2a1b61f2258b1302c1c97cc128
+ languageName: node
+ linkType: hard
+
"@ioredis/commands@npm:^1.1.1":
version: 1.2.0
resolution: "@ioredis/commands@npm:1.2.0"
@@ -7657,6 +7538,13 @@ __metadata:
languageName: node
linkType: hard
+"@iovalkey/commands@npm:^0.1.0":
+ version: 0.1.0
+ resolution: "@iovalkey/commands@npm:0.1.0"
+ checksum: 10/9226ad4b26b8b3bf8446f4aa95bc0ae45bef0d15af7f087a3484e7f4f50f3f8741ba03f4355ebc3b2982d47a2960cb7f39bb83f33256c258fe1ae34bccbc71e1
+ languageName: node
+ linkType: hard
+
"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -7671,6 +7559,59 @@ __metadata:
languageName: node
linkType: hard
+"@isomorphic-git/pgp-plugin@npm:^0.0.7":
+ version: 0.0.7
+ resolution: "@isomorphic-git/pgp-plugin@npm:0.0.7"
+ dependencies:
+ "@isomorphic-pgp/sign-and-verify": "npm:^0.0.10"
+ "@isomorphic-pgp/util": "npm:^0.0.6"
+ checksum: 10/56aa93b20c869877ad65489cd06145d2f97e0a515bb164b3d9dfef62225ec709d25672be2e1d4645514366e10491d0d76a767d97d64a5d4b285d57ebd8ec8e34
+ languageName: node
+ linkType: hard
+
+"@isomorphic-pgp/parser@npm:^0.0.3":
+ version: 0.0.3
+ resolution: "@isomorphic-pgp/parser@npm:0.0.3"
+ dependencies:
+ array-buffer-to-hex: "npm:^1.0.0"
+ base64-js: "npm:^1.3.0"
+ bn.js: "npm:^4.11.8"
+ clz-buffer: "npm:^1.0.0"
+ concat-buffers: "npm:^1.0.0"
+ crc: "npm:^3.8.0"
+ isomorphic-textencoder: "npm:^1.0.1"
+ select-case: "npm:^1.0.0"
+ checksum: 10/9b0470114427a21fdea02a91fa073be7ceb6accc3aa923141bd27a08db4e04a4f6b46f281317ab3ed9ed4799573b0edf90ed648628a08f847850e6688e755180
+ languageName: node
+ linkType: hard
+
+"@isomorphic-pgp/sign-and-verify@npm:^0.0.10":
+ version: 0.0.10
+ resolution: "@isomorphic-pgp/sign-and-verify@npm:0.0.10"
+ dependencies:
+ "@isomorphic-pgp/parser": "npm:^0.0.3"
+ "@isomorphic-pgp/util": "npm:^0.0.6"
+ "@wmhilton/crypto-hash": "npm:^1.0.2"
+ array-buffer-to-hex: "npm:^1.0.0"
+ isomorphic-textencoder: "npm:^1.0.1"
+ jsbn: "npm:^1.1.0"
+ sha.js: "npm:^2.4.11"
+ checksum: 10/64c3c74e84e7067bd9e67122444baf957bfdf6ab25d90074177dbbca707957fb6c5a5f125b6b7bca5a48d98df0b996a511c84822b57bdf3ebc9aadf402bf7f35
+ languageName: node
+ linkType: hard
+
+"@isomorphic-pgp/util@npm:^0.0.6":
+ version: 0.0.6
+ resolution: "@isomorphic-pgp/util@npm:0.0.6"
+ dependencies:
+ "@isomorphic-pgp/parser": "npm:^0.0.3"
+ array-buffer-to-hex: "npm:^1.0.0"
+ concat-buffers: "npm:^1.0.0"
+ sha.js: "npm:^2.4.11"
+ checksum: 10/09c464a20b67289066352c07d4be90ea29bcffbecfb2d12dc843d70b71e25b23cacfc760388ed081faefc4ef7df4eb177547ba6a2dfb0fb722780e12fbd2529c
+ languageName: node
+ linkType: hard
+
"@istanbuljs/load-nyc-config@npm:^1.0.0":
version: 1.1.0
resolution: "@istanbuljs/load-nyc-config@npm:1.1.0"
@@ -8147,6 +8088,15 @@ __metadata:
languageName: node
linkType: hard
+"@keyv/valkey@npm:^1.0.1":
+ version: 1.0.6
+ resolution: "@keyv/valkey@npm:1.0.6"
+ dependencies:
+ iovalkey: "npm:^0.3.3"
+ checksum: 10/36e48930928845e6a14dfb4f9f8069851ff10d3aeef62277f78c8dcea735f8dca5faf4399f67fc2730231b24270d9ab6be77a46e122e9006d3f6e55cc5c0b97a
+ languageName: node
+ linkType: hard
+
"@kubernetes/client-node@npm:0.20.0":
version: 0.20.0
resolution: "@kubernetes/client-node@npm:0.20.0"
@@ -8539,46 +8489,46 @@ __metadata:
languageName: node
linkType: hard
-"@module-federation/bridge-react-webpack-plugin@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.8.5"
+"@module-federation/bridge-react-webpack-plugin@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.9.1"
dependencies:
- "@module-federation/sdk": "npm:0.8.5"
+ "@module-federation/sdk": "npm:0.9.1"
"@types/semver": "npm:7.5.8"
semver: "npm:7.6.3"
- checksum: 10/c33e10831e18130e2a44e00eaf10a7dc81fad73f28b70316c0a2c84adb015c775c6dc5cbe8370b0f8f6c4736969acc45991c50d079740c99acefe88f12f5ed8b
+ checksum: 10/4ff197741b1bdccf8f9e2236781e5ce3ef434e4207c5462b4b95b044c4c57a3ab3dd4dce48490d9fde5bd06fb855b9918841c7d04306726ee224d3e288074091
languageName: node
linkType: hard
-"@module-federation/data-prefetch@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/data-prefetch@npm:0.8.5"
+"@module-federation/data-prefetch@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/data-prefetch@npm:0.9.1"
dependencies:
- "@module-federation/runtime": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
+ "@module-federation/runtime": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
fs-extra: "npm:9.1.0"
peerDependencies:
react: ">=16.9.0"
react-dom: ">=16.9.0"
- checksum: 10/34b911943b16f402e206392ac346715725b1589427310eccfabf619a32c2153ac8a6f610f984a7a5b0bae0a0ca7ed58844c39597b2db01028a98039906eca3ec
+ checksum: 10/a3c0e8d77f4d06e3851d041175ef3f55d47ff4069a526b9ac773c8aba71a520a0490653c87cdcf3761e96f9eb9ea16d45026f3aafdf0851c34ff4db6d71ec113
languageName: node
linkType: hard
-"@module-federation/dts-plugin@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/dts-plugin@npm:0.8.5"
+"@module-federation/dts-plugin@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/dts-plugin@npm:0.9.1"
dependencies:
- "@module-federation/error-codes": "npm:0.8.5"
- "@module-federation/managers": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
- "@module-federation/third-party-dts-extractor": "npm:0.8.5"
+ "@module-federation/error-codes": "npm:0.9.1"
+ "@module-federation/managers": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
+ "@module-federation/third-party-dts-extractor": "npm:0.9.1"
adm-zip: "npm:^0.5.10"
ansi-colors: "npm:^4.1.3"
axios: "npm:^1.7.4"
chalk: "npm:3.0.0"
fs-extra: "npm:9.1.0"
isomorphic-ws: "npm:5.0.0"
- koa: "npm:2.15.3"
+ koa: "npm:2.15.4"
lodash.clonedeepwith: "npm:4.5.0"
log4js: "npm:6.9.1"
node-schedule: "npm:2.1.1"
@@ -8590,22 +8540,24 @@ __metadata:
peerDependenciesMeta:
vue-tsc:
optional: true
- checksum: 10/4269a32f81ca5c4f509134acd26b499e6f69985ed9d50bf6a6888338eceb78e7c3c715e956791b9680863e14b5b2f82ea6f2c663e3c7fc3bb4acd072a51d0739
+ checksum: 10/e9fd11b150456f2621636587d181f6456fe5cd60a0720843fe1310e350c3ff8ebef02ea87d1bf40dc04a4b4cd65cfb2e9007ca1c20e4e5664142b7c670c4a57d
languageName: node
linkType: hard
-"@module-federation/enhanced@npm:^0.8.0":
- version: 0.8.5
- resolution: "@module-federation/enhanced@npm:0.8.5"
- dependencies:
- "@module-federation/bridge-react-webpack-plugin": "npm:0.8.5"
- "@module-federation/data-prefetch": "npm:0.8.5"
- "@module-federation/dts-plugin": "npm:0.8.5"
- "@module-federation/managers": "npm:0.8.5"
- "@module-federation/manifest": "npm:0.8.5"
- "@module-federation/rspack": "npm:0.8.5"
- "@module-federation/runtime-tools": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
+"@module-federation/enhanced@npm:^0.9.0":
+ version: 0.9.1
+ resolution: "@module-federation/enhanced@npm:0.9.1"
+ dependencies:
+ "@module-federation/bridge-react-webpack-plugin": "npm:0.9.1"
+ "@module-federation/data-prefetch": "npm:0.9.1"
+ "@module-federation/dts-plugin": "npm:0.9.1"
+ "@module-federation/error-codes": "npm:0.9.1"
+ "@module-federation/inject-external-runtime-core-plugin": "npm:0.9.1"
+ "@module-federation/managers": "npm:0.9.1"
+ "@module-federation/manifest": "npm:0.9.1"
+ "@module-federation/rspack": "npm:0.9.1"
+ "@module-federation/runtime-tools": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
btoa: "npm:^1.2.1"
upath: "npm:2.0.1"
peerDependencies:
@@ -8619,51 +8571,61 @@ __metadata:
optional: true
webpack:
optional: true
- checksum: 10/a2ca858723e8a1f611f61262901b15b0ce8973b26dafeb872b2d053a6ac2993a1e80198de34770d340a6b6deb74fe4806ddeb73735c0b016ee4eb17bca3e9e15
+ checksum: 10/a7955711f37ba02a18f3570289dfd8fbed30511b82fcf593e56808559cfd49d8852028aa67950db5e45617d0917536d067d85847892e62c20b68ba6ab40e17c4
+ languageName: node
+ linkType: hard
+
+"@module-federation/error-codes@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/error-codes@npm:0.9.1"
+ checksum: 10/545aecc606a506ee47f061835e0eaa41b8d1b02f6bf71b36ec9ae85a1b0370af1f7b7cf92a8f52c3c4b35da858653244316de5ab06bea5dac5b92995467631cc
languageName: node
linkType: hard
-"@module-federation/error-codes@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/error-codes@npm:0.8.5"
- checksum: 10/7274b7453c200013826e0d10fbc334084a01360bd1b8f62213a062ae2b08952edfc9f58b2a3253dbd0a01ab90c78df12816b04802736f9c5ce2ca4e7a09f0fc1
+"@module-federation/inject-external-runtime-core-plugin@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/inject-external-runtime-core-plugin@npm:0.9.1"
+ peerDependencies:
+ "@module-federation/runtime-tools": 0.9.1
+ checksum: 10/931eef6292c278450fc8cdb017073fa0b721796461eee12a254fc60a88a2f17e91395b12371f2c8b3b25b4056fc2dd2b76d1022e679be7353947c3d797e75ea5
languageName: node
linkType: hard
-"@module-federation/managers@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/managers@npm:0.8.5"
+"@module-federation/managers@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/managers@npm:0.9.1"
dependencies:
- "@module-federation/sdk": "npm:0.8.5"
+ "@module-federation/sdk": "npm:0.9.1"
find-pkg: "npm:2.0.0"
fs-extra: "npm:9.1.0"
- checksum: 10/83d008c7098e0b14fe15b966bb3344479e17593d04fb6a1f061440b92f4a337fd5f56835be3a71ae4a1adf87145dd7d7d5b7b3b0d942e56c2de0b758458ac569
+ checksum: 10/32c1666244ba98644ab6eccdc844415d1aece1c105f6ba2ff17a3836866e7cdb2f61e556cb5a2b506b898ec709951f318d397f4d153efeff377067237968462f
languageName: node
linkType: hard
-"@module-federation/manifest@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/manifest@npm:0.8.5"
+"@module-federation/manifest@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/manifest@npm:0.9.1"
dependencies:
- "@module-federation/dts-plugin": "npm:0.8.5"
- "@module-federation/managers": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
+ "@module-federation/dts-plugin": "npm:0.9.1"
+ "@module-federation/managers": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
chalk: "npm:3.0.0"
find-pkg: "npm:2.0.0"
- checksum: 10/7c58ddd05492b6721c9848934ae98dec1cd21dcf1282753112bdc7f6a1a79c80e31e7aed041ccb580f181834780c4234adcfe96b829d5cf5609df0f5b2cf4c80
+ checksum: 10/539b86bd5388296fb35a34c7b732b92788600ab6625d53f11588ad67c3a603ac3c1974541d9cf04db2d24635be1610414c29388e849d96bbb812cad3b1c79425
languageName: node
linkType: hard
-"@module-federation/rspack@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/rspack@npm:0.8.5"
+"@module-federation/rspack@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/rspack@npm:0.9.1"
dependencies:
- "@module-federation/bridge-react-webpack-plugin": "npm:0.8.5"
- "@module-federation/dts-plugin": "npm:0.8.5"
- "@module-federation/managers": "npm:0.8.5"
- "@module-federation/manifest": "npm:0.8.5"
- "@module-federation/runtime-tools": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
+ "@module-federation/bridge-react-webpack-plugin": "npm:0.9.1"
+ "@module-federation/dts-plugin": "npm:0.9.1"
+ "@module-federation/inject-external-runtime-core-plugin": "npm:0.9.1"
+ "@module-federation/managers": "npm:0.9.1"
+ "@module-federation/manifest": "npm:0.9.1"
+ "@module-federation/runtime-tools": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
peerDependencies:
"@rspack/core": ">=0.7"
typescript: ^4.9.0 || ^5.0.0
@@ -8673,57 +8635,66 @@ __metadata:
optional: true
vue-tsc:
optional: true
- checksum: 10/0e2d7fde81baef9485c068bcc1c5e24c530850e377106e0484db58d220806162d9ddbc911f180163d9a5100aea6190c71fb2db9191e2cd51d082a1455384e4b6
+ checksum: 10/e6deb7236ccc66d7f0475a09916ec714c9855847bfd3d3ec6cdbee991016a222a22f6ae3fd14d71351d55e22e8949140f37ce9ce79dece5416731c6698726096
languageName: node
linkType: hard
-"@module-federation/runtime-tools@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/runtime-tools@npm:0.8.5"
+"@module-federation/runtime-core@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/runtime-core@npm:0.9.1"
dependencies:
- "@module-federation/runtime": "npm:0.8.5"
- "@module-federation/webpack-bundler-runtime": "npm:0.8.5"
- checksum: 10/79572d10be0d5755df9ba0a2b24868e41b735bbc388e94c010fc5623f3129c9b5e16ba1ea5529f5d4eac401a00cec540d3283f227c6838abdc05139b1e8e9be5
+ "@module-federation/error-codes": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
+ checksum: 10/6f9edbe23013395d7896fc2a24cb4055bc78df5a335f090e079df951835c1cf91c567228f19879eee3fddb0b34128abd0b50feaca1cf3fb2828c7b9bacc22169
languageName: node
linkType: hard
-"@module-federation/runtime@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/runtime@npm:0.8.5"
+"@module-federation/runtime-tools@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/runtime-tools@npm:0.9.1"
dependencies:
- "@module-federation/error-codes": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
- checksum: 10/fae7368c9bc71b0d51b6a92b42aa3ad2e16863c3bd19c232644d2cee0cb9722a1e400111e558eeeab24ad884eacc3aa5e2e265383c9287ace5cc6d0d4cfe3237
+ "@module-federation/runtime": "npm:0.9.1"
+ "@module-federation/webpack-bundler-runtime": "npm:0.9.1"
+ checksum: 10/9436e814a4ab72839b8aed1aa097f32cf7d4d49728dd863c9ce6dc4fb149fe49da6dc9cdeb97814f0023cc91489c9aca06cbfdf9fb4e43d20498ab6ee78c95dd
languageName: node
linkType: hard
-"@module-federation/sdk@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/sdk@npm:0.8.5"
+"@module-federation/runtime@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/runtime@npm:0.9.1"
dependencies:
- isomorphic-rslog: "npm:0.0.6"
- checksum: 10/a5e0687d61be3c4a4832ab72bb66d5883ef3e9d1472fe425be5df48cf621ff1e48ca0e3298660bdcbded24b535b0066c6d9aa4a0fa7637051a5c47ee69ccc52c
+ "@module-federation/error-codes": "npm:0.9.1"
+ "@module-federation/runtime-core": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
+ checksum: 10/71eb1c3e81b307ebfe06c43ce70bfa56b217e9dfbed27f0b4235d3d0d05cc0fe2eb1dc57fffb3260ed9e0239257ef117ae13924c642b5ff97d9c65bdf48206fe
+ languageName: node
+ linkType: hard
+
+"@module-federation/sdk@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/sdk@npm:0.9.1"
+ checksum: 10/ea0320feff328a05405e65503d1df28e46a9ad17ef99b77f1428db5c89efbadd2a76ec82d99a54ac1d21286cee6d9ddbba881a9c46748dfe8abdb11e9afef7da
languageName: node
linkType: hard
-"@module-federation/third-party-dts-extractor@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/third-party-dts-extractor@npm:0.8.5"
+"@module-federation/third-party-dts-extractor@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/third-party-dts-extractor@npm:0.9.1"
dependencies:
find-pkg: "npm:2.0.0"
fs-extra: "npm:9.1.0"
resolve: "npm:1.22.8"
- checksum: 10/c967d0a892b9b28a64860e4446001a8310cbad26215ec5c45eea1e3871aca31667aadb60508fcddaf91e4262cf2f202033cfd4546a60171334b74994ed94a990
+ checksum: 10/68c70c79573cd927212d95879aa7b35490519d0ec9f58dd264c9d61e22fea8d452e45a52a94155128d8378e5cdcaecb229707b5b0f4e4c0d53ae96e2fbac366a
languageName: node
linkType: hard
-"@module-federation/webpack-bundler-runtime@npm:0.8.5":
- version: 0.8.5
- resolution: "@module-federation/webpack-bundler-runtime@npm:0.8.5"
+"@module-federation/webpack-bundler-runtime@npm:0.9.1":
+ version: 0.9.1
+ resolution: "@module-federation/webpack-bundler-runtime@npm:0.9.1"
dependencies:
- "@module-federation/runtime": "npm:0.8.5"
- "@module-federation/sdk": "npm:0.8.5"
- checksum: 10/dc33b438acb127c564a7787c543817cd9e0a7852c78feb9c9dcf535ed44484c0c4eff33bebc4fda8b2ef560365f28acb8f9d35dd2b91b2b928d5e26e4ba3aba3
+ "@module-federation/runtime": "npm:0.9.1"
+ "@module-federation/sdk": "npm:0.9.1"
+ checksum: 10/430cac0a770b3c46bc195088eb4c1892e1e29a69238dbe72423d64b2b67050afeca2b5026b1a30659b4fe8d9faa038ff97cceba7e2ddf6193b93763f270d9df6
languageName: node
linkType: hard
@@ -8963,40 +8934,6 @@ __metadata:
languageName: node
linkType: hard
-"@node-saml/node-saml@npm:^5.0.0":
- version: 5.0.0
- resolution: "@node-saml/node-saml@npm:5.0.0"
- dependencies:
- "@types/debug": "npm:^4.1.12"
- "@types/qs": "npm:^6.9.11"
- "@types/xml-encryption": "npm:^1.2.4"
- "@types/xml2js": "npm:^0.4.14"
- "@xmldom/is-dom-node": "npm:^1.0.1"
- "@xmldom/xmldom": "npm:^0.8.10"
- debug: "npm:^4.3.4"
- xml-crypto: "npm:^6.0.0"
- xml-encryption: "npm:^3.0.2"
- xml2js: "npm:^0.6.2"
- xmlbuilder: "npm:^15.1.1"
- xpath: "npm:^0.0.34"
- checksum: 10/e886f0831321997f682e2f1c652dee4c42e47e417bbe09c7d0f237ccd4604c8212449091398157e09cef03d389e7009b01413d7dedc97f275590317aff7185ff
- languageName: node
- linkType: hard
-
-"@node-saml/passport-saml@npm:^5.0.0":
- version: 5.0.0
- resolution: "@node-saml/passport-saml@npm:5.0.0"
- dependencies:
- "@node-saml/node-saml": "npm:^5.0.0"
- "@types/express": "npm:^4.17.21"
- "@types/passport": "npm:^1.0.16"
- "@types/passport-strategy": "npm:^0.2.38"
- passport: "npm:^0.7.0"
- passport-strategy: "npm:^1.0.0"
- checksum: 10/3142f1f69c011288edd4c6a9d252b3186c3bcf7af6d0995b52258d7c1ba1c86a5b8ee5fa9306a522cf1d6c525da775439bc50164664a72aebb86ead7244fcc9e
- languageName: node
- linkType: hard
-
"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -9447,6 +9384,16 @@ __metadata:
languageName: node
linkType: hard
+"@octokit/endpoint@npm:^9.0.6":
+ version: 9.0.6
+ resolution: "@octokit/endpoint@npm:9.0.6"
+ dependencies:
+ "@octokit/types": "npm:^13.1.0"
+ universal-user-agent: "npm:^6.0.0"
+ checksum: 10/2bf776423365ee926bf3f722a664e52f1070758eff4a176279fb132103fd0c76e3541f83ace49bbad9a64f9c9b8de453be565ca8d6136989e9514dea65380ecf
+ languageName: node
+ linkType: hard
+
"@octokit/graphql-schema@npm:^13.7.0":
version: 13.10.0
resolution: "@octokit/graphql-schema@npm:13.10.0"
@@ -9708,6 +9655,17 @@ __metadata:
languageName: node
linkType: hard
+"@octokit/request-error@npm:^5.1.1":
+ version: 5.1.1
+ resolution: "@octokit/request-error@npm:5.1.1"
+ dependencies:
+ "@octokit/types": "npm:^13.1.0"
+ deprecation: "npm:^2.0.0"
+ once: "npm:^1.4.0"
+ checksum: 10/6ad98626407ba57bb33fa197611be74bee1dd9abc8d5d845648d6a2a04aa6840c0eb7f4be341d55dfcab5bc19181ad5fd25194869a7aaac6245f74b3a14d9662
+ languageName: node
+ linkType: hard
+
"@octokit/request@npm:^6.0.0, @octokit/request@npm:^6.2.3":
version: 6.2.8
resolution: "@octokit/request@npm:6.2.8"
@@ -9722,6 +9680,18 @@ __metadata:
languageName: node
linkType: hard
+"@octokit/request@npm:^8.0.0":
+ version: 8.4.1
+ resolution: "@octokit/request@npm:8.4.1"
+ dependencies:
+ "@octokit/endpoint": "npm:^9.0.6"
+ "@octokit/request-error": "npm:^5.1.1"
+ "@octokit/types": "npm:^13.1.0"
+ universal-user-agent: "npm:^6.0.0"
+ checksum: 10/2b2c9131cc9b608baeeef8ce2943768cc9db5fbe36a665f734a099bd921561c760e4391fbdf39d5aefb725db26742db1488c65624940ef7cec522e10863caa5e
+ languageName: node
+ linkType: hard
+
"@octokit/request@npm:^8.3.0, @octokit/request@npm:^8.3.1":
version: 8.4.0
resolution: "@octokit/request@npm:8.4.0"
@@ -10554,6 +10524,932 @@ __metadata:
languageName: node
linkType: hard
+"@react-aria/autocomplete@npm:3.0.0-beta.5":
+ version: 3.0.0-beta.5
+ resolution: "@react-aria/autocomplete@npm:3.0.0-beta.5"
+ dependencies:
+ "@react-aria/combobox": "npm:^3.12.5"
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/listbox": "npm:^3.14.6"
+ "@react-aria/searchfield": "npm:^3.8.6"
+ "@react-aria/textfield": "npm:^3.17.5"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/autocomplete": "npm:3.0.0-beta.2"
+ "@react-stately/combobox": "npm:^3.10.6"
+ "@react-types/autocomplete": "npm:3.0.0-alpha.32"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/f8b4427b310a4bd221cb0e38b031a4150c306f7d1177926c5a2bea0dd4370db6e49e220ca2358c283ea4c009f0a65611340486d161193f7943659a60e20a1881
+ languageName: node
+ linkType: hard
+
+"@react-aria/breadcrumbs@npm:^3.5.26":
+ version: 3.5.26
+ resolution: "@react-aria/breadcrumbs@npm:3.5.26"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/link": "npm:^3.8.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/breadcrumbs": "npm:^3.7.14"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/e0b9fe416cb84281e207ab12644d3bf21d6af82b4ec5d5ac204209ef6aff9abcc242660c23b2f3ef3572aa0f1e72dcc33905066f720afa1ccfc3cf3d4b916c31
+ languageName: node
+ linkType: hard
+
+"@react-aria/button@npm:^3.13.3":
+ version: 3.13.3
+ resolution: "@react-aria/button@npm:3.13.3"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/toolbar": "npm:3.0.0-beta.18"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/toggle": "npm:^3.8.5"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/c360899930f648c56f16bf5d0d2d8c01b5d59449b87fff4e758e68127aa8e453396ffbdc6ee0fa2fbcf18fce73472041da36d21929b2d28bd55770bbfd75e384
+ languageName: node
+ linkType: hard
+
+"@react-aria/calendar@npm:^3.8.3":
+ version: 3.8.3
+ resolution: "@react-aria/calendar@npm:3.8.3"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/calendar": "npm:^3.8.2"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/calendar": "npm:^3.7.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/53570c8c95fced3704a908ba218ee316db46f5c58352a5970f3b0a863257d8293dd732b0aaeb983921358f45acd50df623db88afa49df4d6735508d08369212b
+ languageName: node
+ linkType: hard
+
+"@react-aria/checkbox@npm:^3.15.7":
+ version: 3.15.7
+ resolution: "@react-aria/checkbox@npm:3.15.7"
+ dependencies:
+ "@react-aria/form": "npm:^3.0.18"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/toggle": "npm:^3.11.5"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/checkbox": "npm:^3.6.15"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/toggle": "npm:^3.8.5"
+ "@react-types/checkbox": "npm:^3.9.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/a041baf3977d41f0f46db184b80da9f4d928209ca0bd764cb43202e5fc2f7a1ed44d7b9963d38f11dab934bf0ac5c0ee9311894b8177ed890c4f174b0640b8c8
+ languageName: node
+ linkType: hard
+
+"@react-aria/collections@npm:3.0.0-rc.3":
+ version: 3.0.0-rc.3
+ resolution: "@react-aria/collections@npm:3.0.0-rc.3"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ use-sync-external-store: "npm:^1.4.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/a7a6ba15554ba6f3047cf6898a222e800b8317d4f0b05dbe11cf4301bc3aaa249ea2ae855ec4b0afd9f95c33e47f9ad10227299f6c382995155d91a94ce91493
+ languageName: node
+ linkType: hard
+
+"@react-aria/color@npm:^3.0.9":
+ version: 3.0.9
+ resolution: "@react-aria/color@npm:3.0.9"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/numberfield": "npm:^3.11.16"
+ "@react-aria/slider": "npm:^3.7.21"
+ "@react-aria/spinbutton": "npm:^3.6.16"
+ "@react-aria/textfield": "npm:^3.17.5"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-aria/visually-hidden": "npm:^3.8.25"
+ "@react-stately/color": "npm:^3.8.6"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-types/color": "npm:^3.0.6"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/387b1609bafa89297525384925f5c7e290f5a2b592488daae4482873518401b0b5f1eb712000a3ad823f66888937499d3e0522b85ae9adc1e819ea8761abf19a
+ languageName: node
+ linkType: hard
+
+"@react-aria/combobox@npm:^3.12.5":
+ version: 3.12.5
+ resolution: "@react-aria/combobox@npm:3.12.5"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/listbox": "npm:^3.14.6"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/menu": "npm:^3.18.5"
+ "@react-aria/overlays": "npm:^3.27.3"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/textfield": "npm:^3.17.5"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/combobox": "npm:^3.10.6"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/combobox": "npm:^3.13.6"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/171d27bb3a2eefc3c5e3ecdca1d760e44116a68d6169bfa214b05caf840aa879033855a3c1ea273f8d288d066800182f4f8a1299c3dbb7f0dff137db78ad9c41
+ languageName: node
+ linkType: hard
+
+"@react-aria/datepicker@npm:^3.14.5":
+ version: 3.14.5
+ resolution: "@react-aria/datepicker@npm:3.14.5"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@internationalized/number": "npm:^3.6.3"
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/form": "npm:^3.0.18"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/spinbutton": "npm:^3.6.16"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/datepicker": "npm:^3.14.2"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/calendar": "npm:^3.7.2"
+ "@react-types/datepicker": "npm:^3.12.2"
+ "@react-types/dialog": "npm:^3.5.19"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/440475577e9aee6c18c5e8f5d2c91f22f5a528ee283b472627eb8cf226c7a2125fa537b30b7e5f20e9d6325631e13c5dfa23f88d6f7e6c1e9fd41eff8ccb7590
+ languageName: node
+ linkType: hard
+
+"@react-aria/dialog@npm:^3.5.27":
+ version: 3.5.27
+ resolution: "@react-aria/dialog@npm:3.5.27"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/overlays": "npm:^3.27.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/dialog": "npm:^3.5.19"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/21257bb14352ab611e5659ce555cd845d8de51d30eea0cf7882b5119848c2136cd35f796a3031bbbcbc9640bffadeb35eee6f6254b34f2791c5a739c550e60da
+ languageName: node
+ linkType: hard
+
+"@react-aria/disclosure@npm:^3.0.6":
+ version: 3.0.6
+ resolution: "@react-aria/disclosure@npm:3.0.6"
+ dependencies:
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/disclosure": "npm:^3.0.5"
+ "@react-types/button": "npm:^3.12.2"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/c1e602d6bc91b8b4884b2ec4ef4c3f1ea3d3052ead219a73eb4be110348ef0bde8fd3a68af92e7d8af83a59465b208e8a0d363b1ecffde53134516ce13f0361a
+ languageName: node
+ linkType: hard
+
+"@react-aria/dnd@npm:^3.10.1":
+ version: 3.10.1
+ resolution: "@react-aria/dnd@npm:3.10.1"
+ dependencies:
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/overlays": "npm:^3.27.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/dnd": "npm:^3.6.0"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/bf1058f59d20054571541455d9fa25eff469363b6f65852d237d9479bee4d6323fc3bd8497115d16e93d4396ab2faba0317875416c93d65a1a566881771624c1
+ languageName: node
+ linkType: hard
+
+"@react-aria/focus@npm:^3.20.5":
+ version: 3.20.5
+ resolution: "@react-aria/focus@npm:3.20.5"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ clsx: "npm:^2.0.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/543c2f18c1d4f10940662608ca67947d1bc22630ae272e73136b36c2aefec61243148668201442132825bf4e9c0ab64add86c9870b9a51cb7bde2dfab7453a6e
+ languageName: node
+ linkType: hard
+
+"@react-aria/form@npm:^3.0.18":
+ version: 3.0.18
+ resolution: "@react-aria/form@npm:3.0.18"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/8c3edfaf3f2be28a16d7b0dcf00c677926e6e505fe26ebc348201f6f4e9e44aced1f17400a6c19717b18a3378be28438f269b438317a18f2070529fe2ac1e770
+ languageName: node
+ linkType: hard
+
+"@react-aria/grid@npm:^3.14.2":
+ version: 3.14.2
+ resolution: "@react-aria/grid@npm:3.14.2"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/grid": "npm:^3.11.3"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-types/checkbox": "npm:^3.9.5"
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/5f19539b1fe01d82b3693166269acae3fe74467b318f257babca79e5689b932ec83e5d7894ea0cbfd5e568fae3ffa61d04ae049a8967af09384f12d8e75792fa
+ languageName: node
+ linkType: hard
+
+"@react-aria/gridlist@npm:^3.13.2":
+ version: 3.13.2
+ resolution: "@react-aria/gridlist@npm:3.13.2"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/grid": "npm:^3.14.2"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-stately/tree": "npm:^3.9.0"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/ea5e2f986fc74b627afe4918f94aa8cc778f146d7781822ce55788bb59a90e5765446d7c0bb5bcc86c1e4dd17ced3bd52ab6f703a50e8253bef25b70d3be0b56
+ languageName: node
+ linkType: hard
+
+"@react-aria/i18n@npm:^3.12.10":
+ version: 3.12.10
+ resolution: "@react-aria/i18n@npm:3.12.10"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@internationalized/message": "npm:^3.1.8"
+ "@internationalized/number": "npm:^3.6.3"
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6f331ceb62a1364d32f2336257ed82715f712e27d3e04a173296efc320f6532626561e883c2c3639ef4efdcd03498005e87d7160d8942ea8255d18d57770d3a0
+ languageName: node
+ linkType: hard
+
+"@react-aria/interactions@npm:^3.25.3":
+ version: 3.25.3
+ resolution: "@react-aria/interactions@npm:3.25.3"
+ dependencies:
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/flags": "npm:^3.1.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/21754f3e15c35430262b8e283d00010543c8855bac9b9feeb701c967394940d4063b63380b59637c7da8e9b922f29edb3525d15d6005202a6dc22fd32a0d951f
+ languageName: node
+ linkType: hard
+
+"@react-aria/label@npm:^3.7.19":
+ version: 3.7.19
+ resolution: "@react-aria/label@npm:3.7.19"
+ dependencies:
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/984a97ac0bca6487031bc006d8b697766d990e78e381d5e230414429542e51d84197459b45b834069615d9f17f5b162e671e464e62f78854ac8fbb458d1b3346
+ languageName: node
+ linkType: hard
+
+"@react-aria/landmark@npm:^3.0.4":
+ version: 3.0.4
+ resolution: "@react-aria/landmark@npm:3.0.4"
+ dependencies:
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ use-sync-external-store: "npm:^1.4.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/ab1d9cc93e83b0f486157dc878474e59b601631220bb688840c55baf6ccfd65d8fe2a04adaaa055f0e2883f3e7428b74d52cc13d32e15f930c0cb1c189309ee8
+ languageName: node
+ linkType: hard
+
+"@react-aria/link@npm:^3.8.3":
+ version: 3.8.3
+ resolution: "@react-aria/link@npm:3.8.3"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/link": "npm:^3.6.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/978f875a81616f46706da3596dfb52845af93420c3b2ce29d83c8eed5203cd0b5bdd3f988039dff3e3420de668927be46c2971333d628fa7af3f83b7796159f8
+ languageName: node
+ linkType: hard
+
+"@react-aria/listbox@npm:^3.14.6":
+ version: 3.14.6
+ resolution: "@react-aria/listbox@npm:3.14.6"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-types/listbox": "npm:^3.7.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/068a1e5d56516436dbc8bde6e3a98db7ec277f0a0ce73ce6334e762c196570ae751dc0b0503f1e66624569d89ce412bc9292fa67f5a52db03db3104bb1d2f300
+ languageName: node
+ linkType: hard
+
+"@react-aria/live-announcer@npm:^3.4.3":
+ version: 3.4.3
+ resolution: "@react-aria/live-announcer@npm:3.4.3"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ checksum: 10/73e3fc9bc2796cbccbcd0e01e2b4bd62d0b1a3915b1d0f01d2054141033c6b2a5275a7b7c52bdc0a3b9ef738881b4a84bb5d6df57d1ee066278e5bdf40a8f979
+ languageName: node
+ linkType: hard
+
+"@react-aria/menu@npm:^3.18.5":
+ version: 3.18.5
+ resolution: "@react-aria/menu@npm:3.18.5"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/overlays": "npm:^3.27.3"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/menu": "npm:^3.9.5"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-stately/tree": "npm:^3.9.0"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/menu": "npm:^3.10.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/409f21cfa7d9cca62ca7c21b047bd72314181782b2d6ea0bb16a33075280653eef1b4d9c4b0ad15ebe72ec59e12103f3b1f86e6e7cd8886571956d6d099ae200
+ languageName: node
+ linkType: hard
+
+"@react-aria/meter@npm:^3.4.24":
+ version: 3.4.24
+ resolution: "@react-aria/meter@npm:3.4.24"
+ dependencies:
+ "@react-aria/progress": "npm:^3.4.24"
+ "@react-types/meter": "npm:^3.4.10"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/980e46d3b784c59523ea9eb342c28e2a29e0549937da4def5f61ce011abb2da40f833dbe3f14550ffcd384860e08d4e8ee286e58834100b04c7de93fa5587e50
+ languageName: node
+ linkType: hard
+
+"@react-aria/numberfield@npm:^3.11.16":
+ version: 3.11.16
+ resolution: "@react-aria/numberfield@npm:3.11.16"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/spinbutton": "npm:^3.6.16"
+ "@react-aria/textfield": "npm:^3.17.5"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/numberfield": "npm:^3.9.13"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/numberfield": "npm:^3.8.12"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/3e83938fe4fe76ef662c543734988b56d60824d8d2d19de5adffe06191106aa98b2b6dd4241ed49fc3e7ad3e1c4c43cbdd81c6fc32d728959e5b377faf8ffdcd
+ languageName: node
+ linkType: hard
+
+"@react-aria/overlays@npm:^3.26.1, @react-aria/overlays@npm:^3.27.3":
+ version: 3.27.3
+ resolution: "@react-aria/overlays@npm:3.27.3"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-aria/visually-hidden": "npm:^3.8.25"
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/overlays": "npm:^3.8.16"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/8cee1a99bc9ff4ecf0577b76f54cccaf684dde2278d0c270e82c683ef6f42bb8100de4596ae411e775643a3765abbd87fdb1c5d46bf05481ed9df9ed9b82276a
+ languageName: node
+ linkType: hard
+
+"@react-aria/progress@npm:^3.4.24":
+ version: 3.4.24
+ resolution: "@react-aria/progress@npm:3.4.24"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/progress": "npm:^3.5.13"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/e7e4cf6f904f1b35a54704aa6d473c4eb239130ba8fbba71f6298b68a92c067162132fb5adf1e6f8960bdc8a2913004d979e088575761b0ba5252c28cdf62b0b
+ languageName: node
+ linkType: hard
+
+"@react-aria/radio@npm:^3.11.5":
+ version: 3.11.5
+ resolution: "@react-aria/radio@npm:3.11.5"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/form": "npm:^3.0.18"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/radio": "npm:^3.10.14"
+ "@react-types/radio": "npm:^3.8.10"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/63bbca9ad7a065453f60bb759c0377a8febeb0e4582807726d7eef36a05c806d6d0c9d86ad7b73c42cc0a1c47bab5a1d0369e0d670fc4f58924662395418b24d
+ languageName: node
+ linkType: hard
+
+"@react-aria/searchfield@npm:^3.8.6":
+ version: 3.8.6
+ resolution: "@react-aria/searchfield@npm:3.8.6"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/textfield": "npm:^3.17.5"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/searchfield": "npm:^3.5.13"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/searchfield": "npm:^3.6.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/7db3dd61084e49c9d2c9fa9aa10821087aff91cfadeade78b559cd1877c67a49dcdd238b48a8b2501cd7070b9123d276e8ef6170cb5438cdce28ef6889eea366
+ languageName: node
+ linkType: hard
+
+"@react-aria/select@npm:^3.15.7":
+ version: 3.15.7
+ resolution: "@react-aria/select@npm:3.15.7"
+ dependencies:
+ "@react-aria/form": "npm:^3.0.18"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/listbox": "npm:^3.14.6"
+ "@react-aria/menu": "npm:^3.18.5"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-aria/visually-hidden": "npm:^3.8.25"
+ "@react-stately/select": "npm:^3.6.14"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/select": "npm:^3.9.13"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/8e0974ddc558051c384a7d9da1eeea4623cbe4a61f0f0402aebeb4be23a1cb5875b839608dcc6aaca4ab6c288143c202eb0fa2ee3ed8f62b7e33d142604f2fba
+ languageName: node
+ linkType: hard
+
+"@react-aria/selection@npm:^3.24.3":
+ version: 3.24.3
+ resolution: "@react-aria/selection@npm:3.24.3"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/f2575161b69d87e7c5ee7d0d658c96c97e815a0de74d121f3744efcfb62f181efd3250f3842b0347d54e9d27c85b41292728927efb3bcc2bdcf8873d92647eb1
+ languageName: node
+ linkType: hard
+
+"@react-aria/separator@npm:^3.4.10":
+ version: 3.4.10
+ resolution: "@react-aria/separator@npm:3.4.10"
+ dependencies:
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/706aed510aa306f70ff98a82061995f3fb1ffa6ca0134b282ac9a776441fe4241ff87f8008fa04761b3edaadf8020c96f55720821a7ff4b5c362cad3eb7ed98a
+ languageName: node
+ linkType: hard
+
+"@react-aria/slider@npm:^3.7.21":
+ version: 3.7.21
+ resolution: "@react-aria/slider@npm:3.7.21"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/slider": "npm:^3.6.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/slider": "npm:^3.7.12"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/1a063533b33f224adf782840664e517a8034a28129648908b7391c648c4141c58103dc9733c81f12b1848320669dcca64a059a3279c4114ae81df796a274da59
+ languageName: node
+ linkType: hard
+
+"@react-aria/spinbutton@npm:^3.6.16":
+ version: 3.6.16
+ resolution: "@react-aria/spinbutton@npm:3.6.16"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/2f032d3206738902e91661b0e5ff1cdd75005c40b75a219bbf6aab48b3aad16d1d1090c873ab2e1e0400dee74db56c455948ff2ebe0a6c7f1edb200dfea826e5
+ languageName: node
+ linkType: hard
+
+"@react-aria/ssr@npm:^3.9.9":
+ version: 3.9.9
+ resolution: "@react-aria/ssr@npm:3.9.9"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d0675357b51784e9dbe3add97aa0e6acc810ab0ef01d1c7a317ff8ead5eae64d66c60cc751ea3d10f874bb381e445099bb31cb7f1955801848ce6dce91b588a2
+ languageName: node
+ linkType: hard
+
+"@react-aria/switch@npm:^3.7.5":
+ version: 3.7.5
+ resolution: "@react-aria/switch@npm:3.7.5"
+ dependencies:
+ "@react-aria/toggle": "npm:^3.11.5"
+ "@react-stately/toggle": "npm:^3.8.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/switch": "npm:^3.5.12"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/1f716296b444b1db28bd55493ddabbdc403fc48a865cbbd0e383e69e2e42b97e778446383740330cf7e76a4a2dcc0de6f84fed1cddd0f0760b6ffa34118794cb
+ languageName: node
+ linkType: hard
+
+"@react-aria/table@npm:^3.17.5":
+ version: 3.17.5
+ resolution: "@react-aria/table@npm:3.17.5"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/grid": "npm:^3.14.2"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-aria/visually-hidden": "npm:^3.8.25"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/flags": "npm:^3.1.2"
+ "@react-stately/table": "npm:^3.14.3"
+ "@react-types/checkbox": "npm:^3.9.5"
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/table": "npm:^3.13.1"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d10e2432b66b0279413fec031673172ed8c49d93185cd1657511467b04ec780bc089a7e45d75c9ba71c94419355107e961e679acd254da8a19d446e1c9343a70
+ languageName: node
+ linkType: hard
+
+"@react-aria/tabs@npm:^3.10.5":
+ version: 3.10.5
+ resolution: "@react-aria/tabs@npm:3.10.5"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/tabs": "npm:^3.8.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/tabs": "npm:^3.3.16"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/39db9d4d5a0e87e7cbdb91bcdc5385e02fd21cb1e1c181ecf226e6b0fba9c948c03623cceb11d831a87056c6bc3a0528a7e7a9f58292b0c4dfaa6b9cce56f3bb
+ languageName: node
+ linkType: hard
+
+"@react-aria/tag@npm:^3.6.2":
+ version: 3.6.2
+ resolution: "@react-aria/tag@npm:3.6.2"
+ dependencies:
+ "@react-aria/gridlist": "npm:^3.13.2"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/fbfb3a9769077bcc23199aacd80c83b42e89f752d0690c6a5751d9a95b6e760365be2915fa134db9ad040355b341b150270f553ece6f791378a27102e90e7fca
+ languageName: node
+ linkType: hard
+
+"@react-aria/textfield@npm:^3.17.5":
+ version: 3.17.5
+ resolution: "@react-aria/textfield@npm:3.17.5"
+ dependencies:
+ "@react-aria/form": "npm:^3.0.18"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/textfield": "npm:^3.12.3"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/59f2df9650b8acb961a1eaec59bb8a0b18ef6b0b1f3d8bbc2f398ae4fcfc8b3a2a2c22c357319bb53bc166b4e2c624ab58187104621b164de22f465ab342f72d
+ languageName: node
+ linkType: hard
+
+"@react-aria/toast@npm:^3.0.5":
+ version: 3.0.5
+ resolution: "@react-aria/toast@npm:3.0.5"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/landmark": "npm:^3.0.4"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/toast": "npm:^3.1.1"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d674bde2446e29b44fe393386da154d8a467954edf29c9c2cdb922972ea6f962e4f16220c03a410bb0be555b9f96f96f71146762123b9d9187e081a74696bee2
+ languageName: node
+ linkType: hard
+
+"@react-aria/toggle@npm:^3.11.5":
+ version: 3.11.5
+ resolution: "@react-aria/toggle@npm:3.11.5"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/toggle": "npm:^3.8.5"
+ "@react-types/checkbox": "npm:^3.9.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6490a53496b317d3f12c93e347b2d9dd0e7e4835d66eb0823612d3918836338566c0ed2ac22bf4d94649c6019bf411d9c9a1b8f49d420d52eab8f737c2c3f8c5
+ languageName: node
+ linkType: hard
+
+"@react-aria/toolbar@npm:3.0.0-beta.18":
+ version: 3.0.0-beta.18
+ resolution: "@react-aria/toolbar@npm:3.0.0-beta.18"
+ dependencies:
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/0ea1d0d73dad265773678fc66712800840b20558d3e19f0b6aa1f0953ba57e48be9ad293d1f48db3e609b017998ded11227d1aebfb998bcfbe05467498318ced
+ languageName: node
+ linkType: hard
+
+"@react-aria/tooltip@npm:^3.8.5":
+ version: 3.8.5
+ resolution: "@react-aria/tooltip@npm:3.8.5"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/tooltip": "npm:^3.5.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/tooltip": "npm:^3.4.18"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/4398c4ca41ab302b8e50a86c07909b461275bf5025c0163ecb5ae57bbe98e15164927ed58a1137a235996626b19d5397916736ee3257d8bc33d09ec0b1d3f70e
+ languageName: node
+ linkType: hard
+
+"@react-aria/tree@npm:^3.1.1":
+ version: 3.1.1
+ resolution: "@react-aria/tree@npm:3.1.1"
+ dependencies:
+ "@react-aria/gridlist": "npm:^3.13.2"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/tree": "npm:^3.9.0"
+ "@react-types/button": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d387de7a9de81df8f45a16882ddb24ecf8da06638822b8be4d66357b0b3edd67a85aa185f8cf947c4c8f9036c396bea406dd5e277ef0f74828a29d2dd86fd809
+ languageName: node
+ linkType: hard
+
+"@react-aria/utils@npm:^3.29.1":
+ version: 3.29.1
+ resolution: "@react-aria/utils@npm:3.29.1"
+ dependencies:
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-stately/flags": "npm:^3.1.2"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ clsx: "npm:^2.0.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/90af5ee5b9c7db063ba66a28cfecb8594f356c2b0fc4cce2fcee94543f3b160214e4a9c280e83355af89452b88b1def8856493705c770874da7121ba1d3d0cc0
+ languageName: node
+ linkType: hard
+
+"@react-aria/virtualizer@npm:^4.1.7":
+ version: 4.1.7
+ resolution: "@react-aria/virtualizer@npm:4.1.7"
+ dependencies:
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-stately/virtualizer": "npm:^4.4.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/4bb747314ac96da76c64490041ab95f4a0889bab7e5805b0e18cb71bdb290ae73932ddd866657cfcdfac8382d6b3017c3dfb1a91ae415a6d1ab45b11d88f66ec
+ languageName: node
+ linkType: hard
+
+"@react-aria/visually-hidden@npm:^3.8.25":
+ version: 3.8.25
+ resolution: "@react-aria/visually-hidden@npm:3.8.25"
+ dependencies:
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/362a793beac35fde101e598f4cac9cd98394b9a0171309842e2428b25074ee696358c45d2ded8244bc40a9db8471440994be59b0f347d2c643092c6445aaca61
+ languageName: node
+ linkType: hard
+
"@react-hookz/deep-equal@npm:^1.0.4":
version: 1.0.4
resolution: "@react-hookz/deep-equal@npm:1.0.4"
@@ -10577,6 +11473,768 @@ __metadata:
languageName: node
linkType: hard
+"@react-stately/autocomplete@npm:3.0.0-beta.2":
+ version: 3.0.0-beta.2
+ resolution: "@react-stately/autocomplete@npm:3.0.0-beta.2"
+ dependencies:
+ "@react-stately/utils": "npm:^3.10.7"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/836e593688c33ab118547b60fae93ffb1e9e440aed0ffc8c382290f414bfdc313a88964a00a6bd8b7e7b9aca691538b66adfaafee6065b93cedeb80c5aeef675
+ languageName: node
+ linkType: hard
+
+"@react-stately/calendar@npm:^3.8.2":
+ version: 3.8.2
+ resolution: "@react-stately/calendar@npm:3.8.2"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/calendar": "npm:^3.7.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d2858a42dc2c324248c4c1ddb6f6fe66de11bfe2703c85f0fd739075712f668427212207626ed35af2fcbe15cd0ee6e2ad53eafe98766fd7352e0e2f134435c4
+ languageName: node
+ linkType: hard
+
+"@react-stately/checkbox@npm:^3.6.15":
+ version: 3.6.15
+ resolution: "@react-stately/checkbox@npm:3.6.15"
+ dependencies:
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/checkbox": "npm:^3.9.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/4c2b5213395e59432c59609b3cd2ca8316cf77f18716dcee2abe31af5c4a12fac3125408799b0631771e1095fc5924de7850e09c3fa6e53f56c0f79debc0db77
+ languageName: node
+ linkType: hard
+
+"@react-stately/collections@npm:^3.12.5":
+ version: 3.12.5
+ resolution: "@react-stately/collections@npm:3.12.5"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/12024f72ec6602c9447e2bc134da566d99da2e29b41ffba207712be31aaf121b805505397dcfb1ee07dd8d234c40d3018c33364adae271f3231a004775a96fd8
+ languageName: node
+ linkType: hard
+
+"@react-stately/color@npm:^3.8.6":
+ version: 3.8.6
+ resolution: "@react-stately/color@npm:3.8.6"
+ dependencies:
+ "@internationalized/number": "npm:^3.6.3"
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/numberfield": "npm:^3.9.13"
+ "@react-stately/slider": "npm:^3.6.5"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/color": "npm:^3.0.6"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/20ec019c71676c5d336c89b703729c0c8098219c942843a3018e5542fee49c6db56c47b746c4c9cddfb9ea48213a3a860861722fc5b41239e3de827c2ef84351
+ languageName: node
+ linkType: hard
+
+"@react-stately/combobox@npm:^3.10.6":
+ version: 3.10.6
+ resolution: "@react-stately/combobox@npm:3.10.6"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-stately/select": "npm:^3.6.14"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/combobox": "npm:^3.13.6"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/8bc67ee18d1c896620cc11233a8efdaf8ec7f5ec31d068fbbc80e75a54e385617518e2b420f3211c17b905e3cac6026f8b056ae96ee114ea4e897f4ce1951502
+ languageName: node
+ linkType: hard
+
+"@react-stately/data@npm:^3.13.1":
+ version: 3.13.1
+ resolution: "@react-stately/data@npm:3.13.1"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/b6eea6a721d4de13ffad7aa12a76012d297e1fbbc919bad35d99f57bf481feb547d56c74467e1dadf8f0cb6be9027e54faa6b10dc4aeb1b46a5c6598218baa2c
+ languageName: node
+ linkType: hard
+
+"@react-stately/datepicker@npm:^3.14.2":
+ version: 3.14.2
+ resolution: "@react-stately/datepicker@npm:3.14.2"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/datepicker": "npm:^3.12.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/dd10f99f32e12eef9d361eb183cd52113a1857613be844da9895b5a8954260ace283e43bd1bae3d73a71f1cb5e6381627999f8a24d4ed320903dba50f864183b
+ languageName: node
+ linkType: hard
+
+"@react-stately/disclosure@npm:^3.0.5":
+ version: 3.0.5
+ resolution: "@react-stately/disclosure@npm:3.0.5"
+ dependencies:
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/b1f3f80e6523a0fb0c325064162a59635f560f41dbadd51fd89db02bbad9bafa843b7b1565420444b3b266f2eb92dcf556916b0dabe06d32bb86a2106849c41c
+ languageName: node
+ linkType: hard
+
+"@react-stately/dnd@npm:^3.6.0":
+ version: 3.6.0
+ resolution: "@react-stately/dnd@npm:3.6.0"
+ dependencies:
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/9fe59a8d5849af27b5fb0609691bdf0ab14ef8cad8a27405e0c83842d44b171e6d1409716b8e80f12797b187bb553f4acf71a87cd5acd86c76137a3525449194
+ languageName: node
+ linkType: hard
+
+"@react-stately/flags@npm:^3.1.2":
+ version: 3.1.2
+ resolution: "@react-stately/flags@npm:3.1.2"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ checksum: 10/a020c3680c36d9624f765c5916ce95d69959f64887928e8f380f11b5362bb0499a901a5842e4e12eb8e5a776af59212b1ee0c4c6a6681ce75f61dace8b2f9c40
+ languageName: node
+ linkType: hard
+
+"@react-stately/form@npm:^3.1.5":
+ version: 3.1.5
+ resolution: "@react-stately/form@npm:3.1.5"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6c392949ca8ac045163f3716a41f03d6ccbe3fd5704401cbece0ba572d43abbb350f5019534765540d5b511b9aeba70ca2c03dc4ba218074b59a3efbea601564
+ languageName: node
+ linkType: hard
+
+"@react-stately/grid@npm:^3.11.3":
+ version: 3.11.3
+ resolution: "@react-stately/grid@npm:3.11.3"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/09655c28cef0c3007024af0c01982d2c079e558169dcf1994966c2526c6346b442068e2e9700a8abbbbcbd13781cc0eb5b346d974dc9a85dd5c263722d96f5c7
+ languageName: node
+ linkType: hard
+
+"@react-stately/layout@npm:^4.3.1":
+ version: 4.3.1
+ resolution: "@react-stately/layout@npm:4.3.1"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/table": "npm:^3.14.3"
+ "@react-stately/virtualizer": "npm:^4.4.1"
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/table": "npm:^3.13.1"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/f7d299038aefba602944b5caa81719388427778edc394582dfe14c70f9f485b74a0da6d0eeb6aab843e3fbdd6af251a3678b1a8c76c77f64adb16d695dbd22cd
+ languageName: node
+ linkType: hard
+
+"@react-stately/list@npm:^3.12.3":
+ version: 3.12.3
+ resolution: "@react-stately/list@npm:3.12.3"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/e8edce5e59e061a4b71621ce7617f4e48cbef5e5c5b6377808e0977f4cad4e541726f255bdeb1c18db867b35ab19883981882bbc27ddbc3e5c26722c496b02f8
+ languageName: node
+ linkType: hard
+
+"@react-stately/menu@npm:^3.9.5":
+ version: 3.9.5
+ resolution: "@react-stately/menu@npm:3.9.5"
+ dependencies:
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-types/menu": "npm:^3.10.2"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/a8163b76de49ec10da7129c306304a96e8f4e689450ffdbf6ab5f56fd8b0316db5beb16ebc58da52c19b4abe28954a7200955c41e1a9088e40f5e5d00f975067
+ languageName: node
+ linkType: hard
+
+"@react-stately/numberfield@npm:^3.9.13":
+ version: 3.9.13
+ resolution: "@react-stately/numberfield@npm:3.9.13"
+ dependencies:
+ "@internationalized/number": "npm:^3.6.3"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/numberfield": "npm:^3.8.12"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/639e2064ed0afd23ec6681b32abca78f9453eb38d11b350247bf4038f6561579f6d444ead6c9c3317c1b1adaaaa22812053cfba8effdd8cb1b199d04b7ce1fbe
+ languageName: node
+ linkType: hard
+
+"@react-stately/overlays@npm:^3.6.17":
+ version: 3.6.17
+ resolution: "@react-stately/overlays@npm:3.6.17"
+ dependencies:
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/overlays": "npm:^3.8.16"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/9c44f181cd8f0b99a40142aebf3d7e1d1df1e96a789b636a5ee877529e60fddece4ebcf32d9812d9848ce0298bf5cb6202df3b680552b32c89f1276bce3f8a7b
+ languageName: node
+ linkType: hard
+
+"@react-stately/radio@npm:^3.10.14":
+ version: 3.10.14
+ resolution: "@react-stately/radio@npm:3.10.14"
+ dependencies:
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/radio": "npm:^3.8.10"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/45ad56b50f3fcd04c1b335f8f64caceaa6f8483fd84717a461ae04ed8718dabf06f88bf8bd89fcca27d2c6bc548b4a38f0e4ef53ad51f3320aeb85c67b288846
+ languageName: node
+ linkType: hard
+
+"@react-stately/searchfield@npm:^3.5.13":
+ version: 3.5.13
+ resolution: "@react-stately/searchfield@npm:3.5.13"
+ dependencies:
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/searchfield": "npm:^3.6.3"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6114f1ce0c2e8ddbeedc5b5293783c4e1ecb0cc6f24e09cb6095e32be9b49bdc67619941c16f834850e31acfafd74f4241edaa3529f510ec490a2e6c8e7cdc0b
+ languageName: node
+ linkType: hard
+
+"@react-stately/select@npm:^3.6.14":
+ version: 3.6.14
+ resolution: "@react-stately/select@npm:3.6.14"
+ dependencies:
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-types/select": "npm:^3.9.13"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/33116af11830f0d7bf7e10cb03e52ed9c36d17d94674d96440fd73ae8d7da1b93edc4de6170a3681493c76c0ad5c8b24c2961f170b2a784447743775dce32a65
+ languageName: node
+ linkType: hard
+
+"@react-stately/selection@npm:^3.20.3":
+ version: 3.20.3
+ resolution: "@react-stately/selection@npm:3.20.3"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/9903810f5f4e2f37381aba8c81525a819de69316c3bd5d66b29fc5f22e49b3d349d26792e811f7167e16857879c8e6ce8d817d9838c69367481a42977a2022a2
+ languageName: node
+ linkType: hard
+
+"@react-stately/slider@npm:^3.6.5":
+ version: 3.6.5
+ resolution: "@react-stately/slider@npm:3.6.5"
+ dependencies:
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/slider": "npm:^3.7.12"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/121f2f23cad929e7087825ec1a17c51610ac0e62a0b0951d042a6e6a354fcea1751575a7bf6648ae5054a260d89a7613dc0353bf0e9f76553e25c2dce1dba095
+ languageName: node
+ linkType: hard
+
+"@react-stately/table@npm:^3.14.3":
+ version: 3.14.3
+ resolution: "@react-stately/table@npm:3.14.3"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/flags": "npm:^3.1.2"
+ "@react-stately/grid": "npm:^3.11.3"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/table": "npm:^3.13.1"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/04cd616d526b9b806808ea09ce596dc1fe5fff931deec5ccce3258d0a76ee02c787320004ccc2d3a2d67e54d39f7ab274673210254c8598bd99b767cec8eda1a
+ languageName: node
+ linkType: hard
+
+"@react-stately/tabs@npm:^3.8.3":
+ version: 3.8.3
+ resolution: "@react-stately/tabs@npm:3.8.3"
+ dependencies:
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/tabs": "npm:^3.3.16"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/5fb036bc36b5c7fde32c6e7553795fad0f5b2d999837961298341e68d211444ca2a378554c5f73ccf0909e60299cdcd4b0e8c317e57f8c1662e6384957a1ed4a
+ languageName: node
+ linkType: hard
+
+"@react-stately/toast@npm:^3.1.1":
+ version: 3.1.1
+ resolution: "@react-stately/toast@npm:3.1.1"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ use-sync-external-store: "npm:^1.4.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/c6ff8b947920e05e3e817cbb478f31c45c64035801456c7c8052c37bea5d966a3ea2c74071c2bed6f2006dec160a6b1204b7cc98965a9c10ca3b4bb4d6765f39
+ languageName: node
+ linkType: hard
+
+"@react-stately/toggle@npm:^3.8.5":
+ version: 3.8.5
+ resolution: "@react-stately/toggle@npm:3.8.5"
+ dependencies:
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/checkbox": "npm:^3.9.5"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/3d8e6c4a39c64fc904355aaa3980e3a63595c24472e3f557716597ac6f9f26299dec5b0843b327b4fe1416436054a65e45ec79073a3be1fad8f093f0d2940864
+ languageName: node
+ linkType: hard
+
+"@react-stately/tooltip@npm:^3.5.5":
+ version: 3.5.5
+ resolution: "@react-stately/tooltip@npm:3.5.5"
+ dependencies:
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-types/tooltip": "npm:^3.4.18"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/0744283f1dbb811502311370495b6722a59c251fe20ac2e5373aeed8f655ec9f89d92980426a69b7191c048f7c02e3a66c78a7018452ad4638c82e5b7f99b698
+ languageName: node
+ linkType: hard
+
+"@react-stately/tree@npm:^3.9.0":
+ version: 3.9.0
+ resolution: "@react-stately/tree@npm:3.9.0"
+ dependencies:
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6980382c94f87a663124e9488e3cf5f8ea09b05fc2f0017cbb886aa19ce0d8525d8b6b8221f1e293a67543cc06786ea203813218c3444fe7e14b31d9eae65ca3
+ languageName: node
+ linkType: hard
+
+"@react-stately/utils@npm:^3.10.7":
+ version: 3.10.7
+ resolution: "@react-stately/utils@npm:3.10.7"
+ dependencies:
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/b9c1a62d4f179e252d08a2f18120a02ffc8704424f257e81e5e74da1222e3acd1e821ce84220d87d9d7b4b6d4dc2fd58d5bb380546d198bf434b700cda8ac3d8
+ languageName: node
+ linkType: hard
+
+"@react-stately/virtualizer@npm:^4.4.1":
+ version: 4.4.1
+ resolution: "@react-stately/virtualizer@npm:4.4.1"
+ dependencies:
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-types/shared": "npm:^3.30.0"
+ "@swc/helpers": "npm:^0.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/aab5c3a647dc43dd5120a6db4cdfdf24aa47f7fcabf273e05947e33af8cba172f4f442499729d53537a2aa46ca7292dcb94c6b4b4c5b017542df42c25a97a128
+ languageName: node
+ linkType: hard
+
+"@react-types/autocomplete@npm:3.0.0-alpha.32":
+ version: 3.0.0-alpha.32
+ resolution: "@react-types/autocomplete@npm:3.0.0-alpha.32"
+ dependencies:
+ "@react-types/combobox": "npm:^3.13.6"
+ "@react-types/searchfield": "npm:^3.6.3"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/ad617628499db45b2acb07d2f4a4b7aa0569124ee1b7c35b2f1eb9819a2d09a755ab4d3be489243c0d579fc16485aec24950ce3b132a655f83d302eb0d140f96
+ languageName: node
+ linkType: hard
+
+"@react-types/breadcrumbs@npm:^3.7.14":
+ version: 3.7.14
+ resolution: "@react-types/breadcrumbs@npm:3.7.14"
+ dependencies:
+ "@react-types/link": "npm:^3.6.2"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/106fa21ce01b9ee16796ba46d1133b71b466bfc069e9a90d7f00280e177e1f009791db78701565d83c22506bf72b0469756238164d8ffa36c6712f4e95932eac
+ languageName: node
+ linkType: hard
+
+"@react-types/button@npm:^3.12.2":
+ version: 3.12.2
+ resolution: "@react-types/button@npm:3.12.2"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d00f7e23fd6cfa863c2d9f0f91ec47fc017666b55775842af3c001fabcf949dfa55b116674bcb841de568eacaf677c3a25e079b4810dcf857547bd9cf6d60917
+ languageName: node
+ linkType: hard
+
+"@react-types/calendar@npm:^3.7.2":
+ version: 3.7.2
+ resolution: "@react-types/calendar@npm:3.7.2"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/40ad15a5f937844f6626028c8a6e7d36f09e946b4cbdfcd95ff4971f6681abd86260f64aa8298cf86fdde5a0ce2de17e327b8011bb435d0f3faf10fcd9c97f38
+ languageName: node
+ linkType: hard
+
+"@react-types/checkbox@npm:^3.9.5":
+ version: 3.9.5
+ resolution: "@react-types/checkbox@npm:3.9.5"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/25f6c155043f25f55379b613e3e7faa16191f34c04f13acfc75fc5bda5b83d76d3062b177aad2401f9dd1570215714d477ab1d1e3b92a33e24172aa44e9ff79e
+ languageName: node
+ linkType: hard
+
+"@react-types/color@npm:^3.0.6":
+ version: 3.0.6
+ resolution: "@react-types/color@npm:3.0.6"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/slider": "npm:^3.7.12"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/33ddf5239ccfdada1ae276a69b020500dae557a0a43c4bb0fb55fcd6122331c7f2adb552ff3706753214964032ea459634708a02f147777dff948045877cc01b
+ languageName: node
+ linkType: hard
+
+"@react-types/combobox@npm:^3.13.6":
+ version: 3.13.6
+ resolution: "@react-types/combobox@npm:3.13.6"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/8aaf970af426d084ba4b954aeca23cc7779de221a19465c1487d7098a5f637c13bcb6446bf695619e221d78d289cf629b94faa2c86de8bb3f949ff05a5448a13
+ languageName: node
+ linkType: hard
+
+"@react-types/datepicker@npm:^3.12.2":
+ version: 3.12.2
+ resolution: "@react-types/datepicker@npm:3.12.2"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@react-types/calendar": "npm:^3.7.2"
+ "@react-types/overlays": "npm:^3.8.16"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/21d6b72986b18b25b6380bf85a7a12319de05160a1dee5d0e7484378627dee955c6cda9fbb0b6909e9edcfc82181be1d9e744220fcf82d75357d7208ed2978a9
+ languageName: node
+ linkType: hard
+
+"@react-types/dialog@npm:^3.5.19":
+ version: 3.5.19
+ resolution: "@react-types/dialog@npm:3.5.19"
+ dependencies:
+ "@react-types/overlays": "npm:^3.8.16"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/07bd55d214d8162f1a700f1ac80cd51468d0defc0d9753309d5e58a0fffbc1eb65a588b6c0709593a41fa8d72cc1f8f8dba0a65b2a336968fdc2ff92afec3596
+ languageName: node
+ linkType: hard
+
+"@react-types/form@npm:^3.7.13":
+ version: 3.7.13
+ resolution: "@react-types/form@npm:3.7.13"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/2c55ceb9f5e52a08b60ae0ae95d1db3e57a67d3783eaee2fb37870602afd612153506c13effec98bf4c7b58728a148e9d966c8c3442db560543779b9ef8dd091
+ languageName: node
+ linkType: hard
+
+"@react-types/grid@npm:^3.3.3":
+ version: 3.3.3
+ resolution: "@react-types/grid@npm:3.3.3"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/cac232888139186110f7095cbb45ba2525522a296254f44290ad4c87ac2b1e72485d839e2820e7265cbcd6bc4cb8e49c170c52fd57defed16d06a4eb7f7cf047
+ languageName: node
+ linkType: hard
+
+"@react-types/link@npm:^3.6.2":
+ version: 3.6.2
+ resolution: "@react-types/link@npm:3.6.2"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/093a3011a98f36dd252d7675365effcba219b9a89e53619e176bdf322042520d5d24e7d9dca04bd63fa6785242f097301c3921d111c43ed888072b0938133435
+ languageName: node
+ linkType: hard
+
+"@react-types/listbox@npm:^3.7.1":
+ version: 3.7.1
+ resolution: "@react-types/listbox@npm:3.7.1"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/2040a31a6eae1a0d0fe44f2d6410dfd6e9f99849eaba4fea4b4819ed162f2642d5e023d0badb4f78b2e0d60c4480cacc2d0745f9881f77b83c20b7c2012adf0b
+ languageName: node
+ linkType: hard
+
+"@react-types/menu@npm:^3.10.2":
+ version: 3.10.2
+ resolution: "@react-types/menu@npm:3.10.2"
+ dependencies:
+ "@react-types/overlays": "npm:^3.8.16"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/9b6cc0818f1d63225f7794ca89d0fa25cd771bad4440fa52c403d81d7027b1f83ba600603ede4ee05dee01b57d1240c9eaa7ed890150aa9dff0c8113dc0c85ab
+ languageName: node
+ linkType: hard
+
+"@react-types/meter@npm:^3.4.10":
+ version: 3.4.10
+ resolution: "@react-types/meter@npm:3.4.10"
+ dependencies:
+ "@react-types/progress": "npm:^3.5.13"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/b55f4ca464fc2873662ee50d25cdc1c77995d34d39b6d2831c0b121e47c7b12051017576f51909881a3776003e03263ce899dcf572a9f083794b160320baa754
+ languageName: node
+ linkType: hard
+
+"@react-types/numberfield@npm:^3.8.12":
+ version: 3.8.12
+ resolution: "@react-types/numberfield@npm:3.8.12"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/98989cdcd7b7bef45129c54e9bdb919d06f09109c786f0783105c617304ee3ce15c9aad01507d4d9aa0e974ee3b50b230c057ad7a48f634247e374c9668080ae
+ languageName: node
+ linkType: hard
+
+"@react-types/overlays@npm:^3.8.16":
+ version: 3.8.16
+ resolution: "@react-types/overlays@npm:3.8.16"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/12bedf8e79d31827cd9868dcb115d07b9fee7954af5e00c1a46fe87b9f2b08e971af4b1b238faa2ce7ed173600786a83c7b9cfcdee5c7464a42bc581d7dee3a6
+ languageName: node
+ linkType: hard
+
+"@react-types/progress@npm:^3.5.13":
+ version: 3.5.13
+ resolution: "@react-types/progress@npm:3.5.13"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/f666892cff510323e90b1e72e5351eef4f38eb752e568f46cb30250a7de8b9a4435f3506fc590d748d3a0ce30a5f64d449a88a8656369137d06a584ef667d0a8
+ languageName: node
+ linkType: hard
+
+"@react-types/radio@npm:^3.8.10":
+ version: 3.8.10
+ resolution: "@react-types/radio@npm:3.8.10"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/ba87e61b7a84547c417baa9553bdfebf2fcd03d45038f0d6a0031a5d4e6c94f9d9a81fe8a98579c6830dcffad68c71560ccac8fd842d5f2469a05ce275d92250
+ languageName: node
+ linkType: hard
+
+"@react-types/searchfield@npm:^3.6.3":
+ version: 3.6.3
+ resolution: "@react-types/searchfield@npm:3.6.3"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/textfield": "npm:^3.12.3"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/ffe5a909fb94a28c674c1ae798e511d93be5175c3fc8adcadc88e040c6e5aca4cf55565b321219311537c11c5ce70c005aa214d8dc708a4b1583a1f1a68a75f6
+ languageName: node
+ linkType: hard
+
+"@react-types/select@npm:^3.9.13":
+ version: 3.9.13
+ resolution: "@react-types/select@npm:3.9.13"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/9fba560d2060eb852289be76f0e0b691bddd48f744f969862da10d38c8963f6931190cb53cc8c5ea01eab3f447b8a680e6da378fe6287ec80d3f48a62d312759
+ languageName: node
+ linkType: hard
+
+"@react-types/shared@npm:^3.30.0":
+ version: 3.30.0
+ resolution: "@react-types/shared@npm:3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/58af4134275a347bf18ac5d15e3dcfd07dcf623e1d494f140303e06f2149b7aad86408979e163393346df613f6390a3a387f77a2937f0bf1908c6672a44f7b69
+ languageName: node
+ linkType: hard
+
+"@react-types/slider@npm:^3.7.12":
+ version: 3.7.12
+ resolution: "@react-types/slider@npm:3.7.12"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/38b8a556f87bb64c7f47af482a1a3ce688345a3d4b7a2c71e99522bdcb9668f8ed8e3ea0797b32d5ac1a95d6557c5f9e8eadab51e8eb780f9e66efa89ba50fa0
+ languageName: node
+ linkType: hard
+
+"@react-types/switch@npm:^3.5.12":
+ version: 3.5.12
+ resolution: "@react-types/switch@npm:3.5.12"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6552f113b0c3abf52f590b8cedf17f5901e7fa2d0ed94b30408fd2fbda907ee17e7792af6d86985ca742a3cb5b667bcbf6cec725e66265ccdfd201b77e7f524b
+ languageName: node
+ linkType: hard
+
+"@react-types/table@npm:^3.13.1":
+ version: 3.13.1
+ resolution: "@react-types/table@npm:3.13.1"
+ dependencies:
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/be1bac716d13148b47016f2156ee0769c044d301b538df934f6b8aa5466265a750391e462f9fcdebff7dbb93cf9e373e2117f91eab528b3f5cef062174e547ee
+ languageName: node
+ linkType: hard
+
+"@react-types/tabs@npm:^3.3.16":
+ version: 3.3.16
+ resolution: "@react-types/tabs@npm:3.3.16"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/fae8d98776408b0e9776d0217a545a1ed6035ac976321e413e4f442b525375c56854a328c33e77564efe525e66bc7b79dc89e38ff02373788b996c4b46bb6c5d
+ languageName: node
+ linkType: hard
+
+"@react-types/textfield@npm:^3.12.3":
+ version: 3.12.3
+ resolution: "@react-types/textfield@npm:3.12.3"
+ dependencies:
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/d8bf58fd569b30fa13f98de834a025c9ef71d6de8c669912aa7083c83f88f7261852e0b1b30953e903d377b5b63cc849b848fd549a1466c82d6a74cb6c540cf5
+ languageName: node
+ linkType: hard
+
+"@react-types/tooltip@npm:^3.4.18":
+ version: 3.4.18
+ resolution: "@react-types/tooltip@npm:3.4.18"
+ dependencies:
+ "@react-types/overlays": "npm:^3.8.16"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/5eed69c83727496a6d06796617da86740ab2629b3bd6a106c6ddfb384aaa74725aed3c3eed44f329dcebe7cf87a261ce33e8aa8a5899549446321c1a86d27b87
+ languageName: node
+ linkType: hard
+
"@redis/bloom@npm:1.2.0":
version: 1.2.0
resolution: "@redis/bloom@npm:1.2.0"
@@ -10640,6 +12298,15 @@ __metadata:
languageName: node
linkType: hard
+"@remixicon/react@npm:^4.6.0":
+ version: 4.6.0
+ resolution: "@remixicon/react@npm:4.6.0"
+ peerDependencies:
+ react: ">=18.2.0"
+ checksum: 10/d92c8131734062fca8d82d55dd8f3f4e28cb72c5eefda528c8aba5f3298f0c847342eecdbd7787d6da5af21b699d735f6cf27f151f0c982c1c9f06a78b235c94
+ languageName: node
+ linkType: hard
+
"@repeaterjs/repeater@npm:^3.0.4, @repeaterjs/repeater@npm:^3.0.6":
version: 3.0.6
resolution: "@repeaterjs/repeater@npm:3.0.6"
@@ -12984,6 +14651,18 @@ __metadata:
languageName: node
linkType: hard
+"@tanstack/react-table@npm:^8.21.3":
+ version: 8.21.3
+ resolution: "@tanstack/react-table@npm:8.21.3"
+ dependencies:
+ "@tanstack/table-core": "npm:8.21.3"
+ peerDependencies:
+ react: ">=16.8"
+ react-dom: ">=16.8"
+ checksum: 10/a32217ebe64d24e71dea6a6742bc288dcabf389657b16805a1ab3f347d3dca8262759c45c604a1f65bd97925d5cbdfb66d1be7637100a12eb5b279bdd420962d
+ languageName: node
+ linkType: hard
+
"@tanstack/react-virtual@npm:^3.0.0-beta.60":
version: 3.10.8
resolution: "@tanstack/react-virtual@npm:3.10.8"
@@ -12996,6 +14675,13 @@ __metadata:
languageName: node
linkType: hard
+"@tanstack/table-core@npm:8.21.3":
+ version: 8.21.3
+ resolution: "@tanstack/table-core@npm:8.21.3"
+ checksum: 10/aa05e5f80110f0f56d66161e950668ea6ef3e2ea4f3a2ccd5d5980b39b4feea987245b20531aee2c6743e6edd12c0361503413b63090c807f88a61b19bfd04f3
+ languageName: node
+ linkType: hard
+
"@tanstack/virtual-core@npm:3.10.8":
version: 3.10.8
resolution: "@tanstack/virtual-core@npm:3.10.8"
@@ -13302,6 +14988,13 @@ __metadata:
languageName: node
linkType: hard
+"@types/content-type@npm:^1.1.8":
+ version: 1.1.9
+ resolution: "@types/content-type@npm:1.1.9"
+ checksum: 10/ac2d419877661f25c6b2c174f42e142ee542cae7778af0a519d4787545ea190d2ff91a40acf68e5e8c52d22919be9ff0345e38a393866546ae9d45b8a79e94f6
+ languageName: node
+ linkType: hard
+
"@types/cookie@npm:^0.4.1":
version: 0.4.1
resolution: "@types/cookie@npm:0.4.1"
@@ -13325,7 +15018,7 @@ __metadata:
languageName: node
linkType: hard
-"@types/debug@npm:^4.0.0, @types/debug@npm:^4.1.12, @types/debug@npm:^4.1.7":
+"@types/debug@npm:^4.0.0, @types/debug@npm:^4.1.7":
version: 4.1.12
resolution: "@types/debug@npm:4.1.12"
dependencies:
@@ -13734,15 +15427,6 @@ __metadata:
languageName: node
linkType: hard
-"@types/oauth@npm:*":
- version: 0.9.5
- resolution: "@types/oauth@npm:0.9.5"
- dependencies:
- "@types/node": "npm:*"
- checksum: 10/5674ff25fe431d6a5a32f050964a944f27ff4e2977fc9723a6f06d982dc50635d8bc39a56646868940913818e13995163f65f0b234b8f88f2af9b32e3ff8601d
- languageName: node
- linkType: hard
-
"@types/parse-json@npm:^4.0.0":
version: 4.0.2
resolution: "@types/parse-json@npm:4.0.2"
@@ -13750,28 +15434,7 @@ __metadata:
languageName: node
linkType: hard
-"@types/passport-oauth2@npm:^1.4.11":
- version: 1.4.17
- resolution: "@types/passport-oauth2@npm:1.4.17"
- dependencies:
- "@types/express": "npm:*"
- "@types/oauth": "npm:*"
- "@types/passport": "npm:*"
- checksum: 10/4c5d2d6f717bb0b3d049669e47ca27cb166cbbef2073dccd302b10e62936c9e392074acabe6cb593f7eeb37a6a3cf81b9d3a4f35a46018a6645ac37d0f1706cb
- languageName: node
- linkType: hard
-
-"@types/passport-strategy@npm:^0.2.38":
- version: 0.2.38
- resolution: "@types/passport-strategy@npm:0.2.38"
- dependencies:
- "@types/express": "npm:*"
- "@types/passport": "npm:*"
- checksum: 10/b580e165182b137a6e57b6b7511904e6c875a5e372f08679ec54f456dc5c2a72d86f23d9373a52d8286b207fe8240946686f9e3d50b0bc1b4f7316f336a06fa2
- languageName: node
- linkType: hard
-
-"@types/passport@npm:*, @types/passport@npm:^1.0.16, @types/passport@npm:^1.0.3":
+"@types/passport@npm:^1.0.3":
version: 1.0.16
resolution: "@types/passport@npm:1.0.16"
dependencies:
@@ -13796,7 +15459,7 @@ __metadata:
languageName: node
linkType: hard
-"@types/qs@npm:*, @types/qs@npm:^6.9.11, @types/qs@npm:^6.9.6":
+"@types/qs@npm:*, @types/qs@npm:^6.9.6":
version: 6.9.16
resolution: "@types/qs@npm:6.9.16"
checksum: 10/2e8918150c12735630f7ee16b770c72949274938c30306025f68aaf977227f41fe0c698ed93db1099e04916d582ac5a1faf7e3c7061c8d885d9169f59a184b6c
@@ -14082,24 +15745,6 @@ __metadata:
languageName: node
linkType: hard
-"@types/xml-encryption@npm:^1.2.4":
- version: 1.2.4
- resolution: "@types/xml-encryption@npm:1.2.4"
- dependencies:
- "@types/node": "npm:*"
- checksum: 10/1ef957dfb47cf55b12e114755e271a2343f73eb4c59ab6c68b0b7d1b8111d7e1bd8d2bfe0601d2aea09be83c66355bc77fc59f9b71aeff9bb9e15371bcfef5d3
- languageName: node
- linkType: hard
-
-"@types/xml2js@npm:^0.4.14":
- version: 0.4.14
- resolution: "@types/xml2js@npm:0.4.14"
- dependencies:
- "@types/node": "npm:*"
- checksum: 10/d76338b8d6ce8540c7af6a32aacf96c38f6de48254568f58f6e5ac2af3f88e6bd1490e5346d3bb336990f91267d23c5cc09e8bf7e80840a63c7855dbf174ecbb
- languageName: node
- linkType: hard
-
"@types/yargs-parser@npm:*":
version: 21.0.3
resolution: "@types/yargs-parser@npm:21.0.3"
@@ -14573,14 +16218,14 @@ __metadata:
languageName: node
linkType: hard
-"@xmldom/is-dom-node@npm:^1.0.1":
- version: 1.0.1
- resolution: "@xmldom/is-dom-node@npm:1.0.1"
- checksum: 10/45683a6a192e4eff0f5189d4e3ef5272fcf8e3458f598f99614810490a8163c9a7ebe4ecaf241286fb74fcd762610b46c062ad3c7fddaa6eafa9a9f1537e338a
+"@wmhilton/crypto-hash@npm:^1.0.2":
+ version: 1.0.2
+ resolution: "@wmhilton/crypto-hash@npm:1.0.2"
+ checksum: 10/99c7e46856d75dbd828922ed8088dcd85ac405d58976f785e3d3062e3e4044b11073ef43a6c74976d42abd2c320820993afcd6a1d41db22f19bf7a9fe5557140
languageName: node
linkType: hard
-"@xmldom/xmldom@npm:^0.8.10, @xmldom/xmldom@npm:^0.8.3, @xmldom/xmldom@npm:^0.8.5":
+"@xmldom/xmldom@npm:^0.8.3":
version: 0.8.10
resolution: "@xmldom/xmldom@npm:0.8.10"
checksum: 10/62400bc5e0e75b90650e33a5ceeb8d94829dd11f9b260962b71a784cd014ddccec3e603fe788af9c1e839fa4648d8c521ebd80d8b752878d3a40edabc9ce7ccf
@@ -15025,31 +16670,32 @@ __metadata:
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
- "@backstage/app-defaults": "npm:^1.5.17"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
- "@backstage/core-app-api": "npm:^1.15.5"
- "@backstage/core-components": "npm:^0.16.4"
- "@backstage/core-plugin-api": "npm:^1.10.4"
- "@backstage/integration-react": "npm:^1.2.4"
- "@backstage/plugin-api-docs": "npm:^0.12.4"
- "@backstage/plugin-catalog": "npm:^1.27.0"
- "@backstage/plugin-catalog-common": "npm:^1.1.3"
- "@backstage/plugin-catalog-graph": "npm:^0.4.16"
- "@backstage/plugin-catalog-import": "npm:^0.12.10"
- "@backstage/plugin-catalog-react": "npm:^1.15.2"
- "@backstage/plugin-notifications": "npm:^0.5.2"
- "@backstage/plugin-org": "npm:^0.6.36"
- "@backstage/plugin-permission-react": "npm:^0.4.31"
- "@backstage/plugin-scaffolder": "npm:^1.28.0"
- "@backstage/plugin-search": "npm:^1.4.23"
- "@backstage/plugin-search-react": "npm:^1.8.6"
- "@backstage/plugin-techdocs": "npm:^1.12.3"
- "@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.21"
- "@backstage/plugin-techdocs-react": "npm:^1.2.14"
- "@backstage/plugin-user-settings": "npm:^0.8.19"
- "@backstage/test-utils": "npm:^1.7.5"
- "@backstage/theme": "npm:^0.6.4"
+ "@backstage/app-defaults": "npm:^1.6.3"
+ "@backstage/canon": "npm:^0.5.0"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
+ "@backstage/core-app-api": "npm:^1.17.1"
+ "@backstage/core-components": "npm:^0.17.3"
+ "@backstage/core-plugin-api": "npm:^1.10.8"
+ "@backstage/integration-react": "npm:^1.2.8"
+ "@backstage/plugin-api-docs": "npm:^0.12.8"
+ "@backstage/plugin-catalog": "npm:^1.31.0"
+ "@backstage/plugin-catalog-common": "npm:^1.1.4"
+ "@backstage/plugin-catalog-graph": "npm:^0.4.20"
+ "@backstage/plugin-catalog-import": "npm:^0.13.1"
+ "@backstage/plugin-catalog-react": "npm:^1.19.0"
+ "@backstage/plugin-notifications": "npm:^0.5.6"
+ "@backstage/plugin-org": "npm:^0.6.40"
+ "@backstage/plugin-permission-react": "npm:^0.4.35"
+ "@backstage/plugin-scaffolder": "npm:^1.32.0"
+ "@backstage/plugin-search": "npm:^1.4.27"
+ "@backstage/plugin-search-react": "npm:^1.9.1"
+ "@backstage/plugin-techdocs": "npm:^1.13.1"
+ "@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.25"
+ "@backstage/plugin-techdocs-react": "npm:^1.3.0"
+ "@backstage/plugin-user-settings": "npm:^0.8.23"
+ "@backstage/test-utils": "npm:^1.7.9"
+ "@backstage/theme": "npm:^0.6.6"
"@dweber019/backstage-plugin-accentuate": "npm:^0.0.14"
"@dweber019/backstage-plugin-api-docs-module-wsdl": "npm:^0.0.20"
"@dweber019/backstage-plugin-api-docs-spectral-linter": "npm:^0.4.10"
@@ -15249,6 +16895,13 @@ __metadata:
languageName: node
linkType: hard
+"array-buffer-to-hex@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "array-buffer-to-hex@npm:1.0.0"
+ checksum: 10/8de16fbb42fc79c839e5579e3e7dbf9a36dfa52cfcb4c0576a0e9cc6eeb5bf3f066b671858a292c97fcf9bd117c6eebc121085325e836dfb62b2737babd29264
+ languageName: node
+ linkType: hard
+
"array-differ@npm:^3.0.0":
version: 3.0.0
resolution: "array-differ@npm:3.0.0"
@@ -15633,7 +17286,7 @@ __metadata:
languageName: node
linkType: hard
-"axios@npm:^1.0.0, axios@npm:^1.4.0, axios@npm:^1.5.1, axios@npm:^1.6.0, axios@npm:^1.7.4":
+"axios@npm:^1.0.0, axios@npm:^1.4.0, axios@npm:^1.5.1, axios@npm:^1.7.4":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
@@ -15820,32 +17473,32 @@ __metadata:
resolution: "backend@workspace:packages/backend"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
- "@backstage/backend-defaults": "npm:^0.8.1"
+ "@backstage/backend-defaults": "npm:^0.11.0"
"@backstage/backend-tasks": "npm:^0.6.1"
- "@backstage/catalog-client": "npm:^1.9.1"
- "@backstage/catalog-model": "npm:^1.7.3"
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/catalog-client": "npm:^1.10.1"
+ "@backstage/catalog-model": "npm:^1.7.4"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/config": "npm:^1.3.2"
- "@backstage/plugin-app-backend": "npm:^0.4.5"
- "@backstage/plugin-auth-backend": "npm:^0.24.3"
- "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.5"
- "@backstage/plugin-auth-node": "npm:^0.6.0"
- "@backstage/plugin-catalog-backend": "npm:^1.31.0"
- "@backstage/plugin-catalog-backend-module-logs": "npm:^0.1.7"
- "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.5"
- "@backstage/plugin-notifications-backend": "npm:^0.5.3"
- "@backstage/plugin-permission-backend": "npm:^0.5.54"
- "@backstage/plugin-permission-backend-module-allow-all-policy": "npm:^0.2.5"
- "@backstage/plugin-permission-common": "npm:^0.8.4"
- "@backstage/plugin-permission-node": "npm:^0.8.8"
- "@backstage/plugin-proxy-backend": "npm:^0.5.11"
- "@backstage/plugin-scaffolder-backend": "npm:^1.30.0"
- "@backstage/plugin-search-backend": "npm:^1.8.2"
- "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.1"
- "@backstage/plugin-search-backend-module-pg": "npm:^0.5.41"
- "@backstage/plugin-search-backend-module-techdocs": "npm:^0.3.6"
- "@backstage/plugin-search-backend-node": "npm:^1.3.8"
- "@backstage/plugin-techdocs-backend": "npm:^1.11.6"
+ "@backstage/plugin-app-backend": "npm:^0.5.3"
+ "@backstage/plugin-auth-backend": "npm:^0.25.1"
+ "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.9"
+ "@backstage/plugin-auth-node": "npm:^0.6.4"
+ "@backstage/plugin-catalog-backend": "npm:^2.1.0"
+ "@backstage/plugin-catalog-backend-module-logs": "npm:^0.1.11"
+ "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.9"
+ "@backstage/plugin-notifications-backend": "npm:^0.5.7"
+ "@backstage/plugin-permission-backend": "npm:^0.7.1"
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "npm:^0.2.9"
+ "@backstage/plugin-permission-common": "npm:^0.9.0"
+ "@backstage/plugin-permission-node": "npm:^0.10.1"
+ "@backstage/plugin-proxy-backend": "npm:^0.6.3"
+ "@backstage/plugin-scaffolder-backend": "npm:^2.0.0"
+ "@backstage/plugin-search-backend": "npm:^2.0.3"
+ "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.5"
+ "@backstage/plugin-search-backend-module-pg": "npm:^0.5.45"
+ "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.3"
+ "@backstage/plugin-search-backend-node": "npm:^1.3.12"
+ "@backstage/plugin-techdocs-backend": "npm:^2.0.3"
"@dweber019/backstage-plugin-accentuate-backend": "npm:^1.0.4"
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "npm:^1.0.4"
"@dweber019/backstage-plugin-endoflife-backend": "npm:^0.0.15"
@@ -15989,7 +17642,7 @@ __metadata:
languageName: node
linkType: hard
-"before-after-hook@npm:^2.2.0":
+"before-after-hook@npm:^2.1.0, before-after-hook@npm:^2.2.0":
version: 2.2.3
resolution: "before-after-hook@npm:2.2.3"
checksum: 10/e676f769dbc4abcf4b3317db2fd2badb4a92c0710e0a7da12cf14b59c3482d4febf835ad7de7874499060fd4e13adf0191628e504728b3c5bb4ec7a878c09940
@@ -16077,6 +17730,19 @@ __metadata:
languageName: node
linkType: hard
+"bitbucket@npm:^2.12.0":
+ version: 2.12.0
+ resolution: "bitbucket@npm:2.12.0"
+ dependencies:
+ before-after-hook: "npm:^2.1.0"
+ deepmerge: "npm:^4.2.2"
+ is-plain-object: "npm:^3.0.0"
+ node-fetch: "npm:^2.6.0"
+ url-template: "npm:^2.0.8"
+ checksum: 10/7abfbdbd1c8398c96b108cf002b53a23c6859b14e631a08863618db2efc5deb878056c9f355be4568bee7dc1daf520ac819f49a4b7ab4a81bdd9eb97444e032b
+ languageName: node
+ linkType: hard
+
"bl@npm:^4.0.3, bl@npm:^4.1.0":
version: 4.1.0
resolution: "bl@npm:4.1.0"
@@ -16102,6 +17768,13 @@ __metadata:
languageName: node
linkType: hard
+"bn.js@npm:^4.11.8":
+ version: 4.12.2
+ resolution: "bn.js@npm:4.12.2"
+ checksum: 10/5803983405c087443e0e6c9bb5d0bc863d9f987d77e710f81b14c55616494f5a274e1650ee892531acb3529d52c0e0ea48aa12d2873dd80a75dde9d73a2ec518
+ languageName: node
+ linkType: hard
+
"bn.js@npm:^5.0.0, bn.js@npm:^5.2.1":
version: 5.2.1
resolution: "bn.js@npm:5.2.1"
@@ -16390,7 +18063,7 @@ __metadata:
languageName: node
linkType: hard
-"buffer@npm:^5.5.0, buffer@npm:^5.7.1":
+"buffer@npm:^5.1.0, buffer@npm:^5.5.0, buffer@npm:^5.7.1":
version: 5.7.1
resolution: "buffer@npm:5.7.1"
dependencies:
@@ -17002,13 +18675,6 @@ __metadata:
languageName: node
linkType: hard
-"clone@npm:2.x":
- version: 2.1.2
- resolution: "clone@npm:2.1.2"
- checksum: 10/d9c79efba655f0bf601ab299c57eb54cbaa9860fb011aee9d89ed5ac0d12df1660ab7642fddaabb9a26b7eff0e117d4520512cb70798319ff5d30a111b5310c2
- languageName: node
- linkType: hard
-
"clone@npm:^1.0.2":
version: 1.0.4
resolution: "clone@npm:1.0.4"
@@ -17023,7 +18689,7 @@ __metadata:
languageName: node
linkType: hard
-"clsx@npm:^2.1.0, clsx@npm:^2.1.1":
+"clsx@npm:^2.0.0, clsx@npm:^2.1.0, clsx@npm:^2.1.1":
version: 2.1.1
resolution: "clsx@npm:2.1.1"
checksum: 10/cdfb57fa6c7649bbff98d9028c2f0de2f91c86f551179541cf784b1cfdc1562dcb951955f46d54d930a3879931a980e32a46b598acaea274728dbe068deca919
@@ -17037,6 +18703,13 @@ __metadata:
languageName: node
linkType: hard
+"clz-buffer@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "clz-buffer@npm:1.0.0"
+ checksum: 10/00a177ec2e7732e2c6393e3825de5f9d4a530d77fefb1797cdf1782a3d72407c43941e0c30d4511dd6c0536ed0652cf17d356ce8408e4c3234e80e1d5c88e980
+ languageName: node
+ linkType: hard
+
"cmd-shim@npm:6.0.1":
version: 6.0.1
resolution: "cmd-shim@npm:6.0.1"
@@ -17397,6 +19070,13 @@ __metadata:
languageName: node
linkType: hard
+"concat-buffers@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "concat-buffers@npm:1.0.0"
+ checksum: 10/5b1d0215687a1ab27d9181d9a5036664e0f86f7da5bda5a9e446962572736e5c345eb3ca40b7d276198efad703754f8870fd216e70a36990d231b0b27c5fe9d7
+ languageName: node
+ linkType: hard
+
"concat-map@npm:0.0.1":
version: 0.0.1
resolution: "concat-map@npm:0.0.1"
@@ -17876,6 +19556,15 @@ __metadata:
languageName: node
linkType: hard
+"crc@npm:^3.8.0":
+ version: 3.8.0
+ resolution: "crc@npm:3.8.0"
+ dependencies:
+ buffer: "npm:^5.1.0"
+ checksum: 10/3a43061e692113d60fbaf5e438c5f6aa3374fe2368244a75cc083ecee6762513bcee8583f67c2c56feea0b0c72b41b7304fbd3c1e26cfcfaec310b9a18543fa8
+ languageName: node
+ linkType: hard
+
"create-ecdh@npm:^4.0.4":
version: 4.0.4
resolution: "create-ecdh@npm:4.0.4"
@@ -19826,34 +21515,35 @@ __metadata:
languageName: node
linkType: hard
-"esbuild@npm:^0.24.0":
- version: 0.24.0
- resolution: "esbuild@npm:0.24.0"
- dependencies:
- "@esbuild/aix-ppc64": "npm:0.24.0"
- "@esbuild/android-arm": "npm:0.24.0"
- "@esbuild/android-arm64": "npm:0.24.0"
- "@esbuild/android-x64": "npm:0.24.0"
- "@esbuild/darwin-arm64": "npm:0.24.0"
- "@esbuild/darwin-x64": "npm:0.24.0"
- "@esbuild/freebsd-arm64": "npm:0.24.0"
- "@esbuild/freebsd-x64": "npm:0.24.0"
- "@esbuild/linux-arm": "npm:0.24.0"
- "@esbuild/linux-arm64": "npm:0.24.0"
- "@esbuild/linux-ia32": "npm:0.24.0"
- "@esbuild/linux-loong64": "npm:0.24.0"
- "@esbuild/linux-mips64el": "npm:0.24.0"
- "@esbuild/linux-ppc64": "npm:0.24.0"
- "@esbuild/linux-riscv64": "npm:0.24.0"
- "@esbuild/linux-s390x": "npm:0.24.0"
- "@esbuild/linux-x64": "npm:0.24.0"
- "@esbuild/netbsd-x64": "npm:0.24.0"
- "@esbuild/openbsd-arm64": "npm:0.24.0"
- "@esbuild/openbsd-x64": "npm:0.24.0"
- "@esbuild/sunos-x64": "npm:0.24.0"
- "@esbuild/win32-arm64": "npm:0.24.0"
- "@esbuild/win32-ia32": "npm:0.24.0"
- "@esbuild/win32-x64": "npm:0.24.0"
+"esbuild@npm:^0.25.0":
+ version: 0.25.5
+ resolution: "esbuild@npm:0.25.5"
+ dependencies:
+ "@esbuild/aix-ppc64": "npm:0.25.5"
+ "@esbuild/android-arm": "npm:0.25.5"
+ "@esbuild/android-arm64": "npm:0.25.5"
+ "@esbuild/android-x64": "npm:0.25.5"
+ "@esbuild/darwin-arm64": "npm:0.25.5"
+ "@esbuild/darwin-x64": "npm:0.25.5"
+ "@esbuild/freebsd-arm64": "npm:0.25.5"
+ "@esbuild/freebsd-x64": "npm:0.25.5"
+ "@esbuild/linux-arm": "npm:0.25.5"
+ "@esbuild/linux-arm64": "npm:0.25.5"
+ "@esbuild/linux-ia32": "npm:0.25.5"
+ "@esbuild/linux-loong64": "npm:0.25.5"
+ "@esbuild/linux-mips64el": "npm:0.25.5"
+ "@esbuild/linux-ppc64": "npm:0.25.5"
+ "@esbuild/linux-riscv64": "npm:0.25.5"
+ "@esbuild/linux-s390x": "npm:0.25.5"
+ "@esbuild/linux-x64": "npm:0.25.5"
+ "@esbuild/netbsd-arm64": "npm:0.25.5"
+ "@esbuild/netbsd-x64": "npm:0.25.5"
+ "@esbuild/openbsd-arm64": "npm:0.25.5"
+ "@esbuild/openbsd-x64": "npm:0.25.5"
+ "@esbuild/sunos-x64": "npm:0.25.5"
+ "@esbuild/win32-arm64": "npm:0.25.5"
+ "@esbuild/win32-ia32": "npm:0.25.5"
+ "@esbuild/win32-x64": "npm:0.25.5"
dependenciesMeta:
"@esbuild/aix-ppc64":
optional: true
@@ -19889,6 +21579,8 @@ __metadata:
optional: true
"@esbuild/linux-x64":
optional: true
+ "@esbuild/netbsd-arm64":
+ optional: true
"@esbuild/netbsd-x64":
optional: true
"@esbuild/openbsd-arm64":
@@ -19905,7 +21597,7 @@ __metadata:
optional: true
bin:
esbuild: bin/esbuild
- checksum: 10/500f83a1216d6548053007b85c070d8293395db344605b17418c6cf1217e5e8d338fa77fc8af27c23faa121c5528e5b0004d46d3a0cdeb87d48f1b5fa0164bc5
+ checksum: 10/0fa4c3b42c6ddf1a008e75a4bb3dcab08ce22ac0b31dd59dc01f7fe8e21380bfaec07a2fe3730a7cf430da5a30142d016714b358666325a4733547afa42be405
languageName: node
linkType: hard
@@ -20507,15 +22199,6 @@ __metadata:
languageName: node
linkType: hard
-"expiry-map@npm:^2.0.0":
- version: 2.0.0
- resolution: "expiry-map@npm:2.0.0"
- dependencies:
- map-age-cleaner: "npm:^0.2.0"
- checksum: 10/9be8662e1a5c1084fb6d0ddc5402658dd06101c330454062b2f5efbf1477259d272e54ec16663d7d12a93d08ed510535781c36acb214696c5bc3a690a02a7a9d
- languageName: node
- linkType: hard
-
"exponential-backoff@npm:^3.1.1":
version: 3.1.1
resolution: "exponential-backoff@npm:3.1.1"
@@ -20563,6 +22246,15 @@ __metadata:
languageName: node
linkType: hard
+"express-rate-limit@npm:^7.5.0":
+ version: 7.5.1
+ resolution: "express-rate-limit@npm:7.5.1"
+ peerDependencies:
+ express: ">= 4.11"
+ checksum: 10/357c3398450144ab7bbce2841d0bf4f93a0f3fd9d1d5ed9a0ee331b557af969cc790941dc37b47f8d9b5672964aa0e31666f770e1f48b334dc7d1e69f6433040
+ languageName: node
+ linkType: hard
+
"express-session@npm:^1.17.1":
version: 1.18.0
resolution: "express-session@npm:1.18.0"
@@ -20579,7 +22271,7 @@ __metadata:
languageName: node
linkType: hard
-"express@npm:^4.14.0, express@npm:^4.17.1, express@npm:^4.18.1, express@npm:^4.18.2, express@npm:^4.19.2":
+"express@npm:^4.14.0, express@npm:^4.17.1, express@npm:^4.18.1, express@npm:^4.19.2":
version: 4.21.1
resolution: "express@npm:4.21.1"
dependencies:
@@ -20770,6 +22462,13 @@ __metadata:
languageName: node
linkType: hard
+"fast-text-encoding@npm:^1.0.0":
+ version: 1.0.6
+ resolution: "fast-text-encoding@npm:1.0.6"
+ checksum: 10/f7b9e2e7a21e4ae5f4b8d3729850be83fb45052b28c9c38c09b8366463a291d6dc5448359238bdaf87f6a9e907d5895a94319a2c5e0e9f0786859ad6312d1d06
+ languageName: node
+ linkType: hard
+
"fast-uri@npm:^3.0.1":
version: 3.0.1
resolution: "fast-uri@npm:3.0.1"
@@ -21042,10 +22741,10 @@ __metadata:
languageName: node
linkType: hard
-"flatted@npm:3.3.2":
- version: 3.3.2
- resolution: "flatted@npm:3.3.2"
- checksum: 10/ac3c159742e01d0e860a861164bcfd35bb567ccbebb8a0dd041e61cf3c64a435b917dd1e7ed1c380c2ebca85735fb16644485ec33665bc6aafc3b316aa1eed44
+"flatted@npm:3.3.3":
+ version: 3.3.3
+ resolution: "flatted@npm:3.3.3"
+ checksum: 10/8c96c02fbeadcf4e8ffd0fa24983241e27698b0781295622591fc13585e2f226609d95e422bcf2ef044146ffacb6b68b1f20871454eddf75ab3caa6ee5f4a1fe
languageName: node
linkType: hard
@@ -21975,7 +23674,7 @@ __metadata:
languageName: node
linkType: hard
-"google-auth-library@npm:^9.0.0, google-auth-library@npm:^9.3.0, google-auth-library@npm:^9.6.3":
+"google-auth-library@npm:^9.3.0, google-auth-library@npm:^9.6.3":
version: 9.14.1
resolution: "google-auth-library@npm:9.14.1"
dependencies:
@@ -23131,6 +24830,18 @@ __metadata:
languageName: node
linkType: hard
+"intl-messageformat@npm:^10.1.0":
+ version: 10.7.16
+ resolution: "intl-messageformat@npm:10.7.16"
+ dependencies:
+ "@formatjs/ecma402-abstract": "npm:2.3.4"
+ "@formatjs/fast-memoize": "npm:2.2.7"
+ "@formatjs/icu-messageformat-parser": "npm:2.11.2"
+ tslib: "npm:^2.8.0"
+ checksum: 10/c19b77c5e495ce8b0d1aa0d95444bf3a4f73886805f1e08d7159b364abcf2f63686b2ccf202eaafb0e39a0e9fde61848b8dd2db1679efd4f6ec8f6a3d0e77928
+ languageName: node
+ linkType: hard
+
"invariant@npm:^2.2.2, invariant@npm:^2.2.4":
version: 2.2.4
resolution: "invariant@npm:2.2.4"
@@ -23157,6 +24868,23 @@ __metadata:
languageName: node
linkType: hard
+"iovalkey@npm:^0.3.3":
+ version: 0.3.3
+ resolution: "iovalkey@npm:0.3.3"
+ dependencies:
+ "@iovalkey/commands": "npm:^0.1.0"
+ cluster-key-slot: "npm:^1.1.0"
+ debug: "npm:^4.3.4"
+ denque: "npm:^2.1.0"
+ lodash.defaults: "npm:^4.2.0"
+ lodash.isarguments: "npm:^3.1.0"
+ redis-errors: "npm:^1.2.0"
+ redis-parser: "npm:^3.0.0"
+ standard-as-callback: "npm:^2.1.0"
+ checksum: 10/39368842e6a9dbc85e92dfcd4c1c917a76240bac5c4210e19a0bd3bc7984af9b567dce5de7c560c4517d5d4cb03af229f38582c1dd055c6fd452060774318e8c
+ languageName: node
+ linkType: hard
+
"ip-address@npm:^9.0.5":
version: 9.0.5
resolution: "ip-address@npm:9.0.5"
@@ -23606,6 +25334,13 @@ __metadata:
languageName: node
linkType: hard
+"is-plain-object@npm:^3.0.0":
+ version: 3.0.1
+ resolution: "is-plain-object@npm:3.0.1"
+ checksum: 10/d13fe75db350d4ac669595cdfe0242ae87fcecddf2bca858d2dd443a6ed6eb1f69951fac8c2fa85b16106c6b0d7738fea86c2aca2ecee7fd61de15c1574f2cc5
+ languageName: node
+ linkType: hard
+
"is-plain-object@npm:^5.0.0":
version: 5.0.0
resolution: "is-plain-object@npm:5.0.0"
@@ -23975,10 +25710,12 @@ __metadata:
languageName: node
linkType: hard
-"isomorphic-rslog@npm:0.0.6":
- version: 0.0.6
- resolution: "isomorphic-rslog@npm:0.0.6"
- checksum: 10/3845525005054dde6876e844a2a499eb715628e57d7389ff6a5dac21a482e643b8e0e3abfbb0e6ed7613720e321d17befade4b42e1c2d62fbb76103a530c9c8f
+"isomorphic-textencoder@npm:^1.0.1":
+ version: 1.0.1
+ resolution: "isomorphic-textencoder@npm:1.0.1"
+ dependencies:
+ fast-text-encoding: "npm:^1.0.0"
+ checksum: 10/9bd0c04bff7b1dc9e410d2f9a2705ca4cc288872929d88fbb7758f06b5147de8dbaea5f95ce6cf4d314f064643f3d42d69a07bbb68df0261e81153d2d56f77f3
languageName: node
linkType: hard
@@ -24702,7 +26439,7 @@ __metadata:
languageName: node
linkType: hard
-"jsbn@npm:1.1.0":
+"jsbn@npm:1.1.0, jsbn@npm:^1.1.0":
version: 1.1.0
resolution: "jsbn@npm:1.1.0"
checksum: 10/bebe7ae829bbd586ce8cbe83501dd8cb8c282c8902a8aeeed0a073a89dc37e8103b1244f3c6acd60278bcbfe12d93a3f83c9ac396868a3b3bbc3c5e5e3b648ef
@@ -25073,10 +26810,10 @@ __metadata:
languageName: node
linkType: hard
-"jsonschema@npm:^1.2.6":
- version: 1.4.1
- resolution: "jsonschema@npm:1.4.1"
- checksum: 10/d7a188da7a3100a2caa362b80e98666d46607b7a7153aac405b8e758132961911c6df02d444d4700691330874e21a62639f550e856b21ddd28423690751ca9c6
+"jsonschema@npm:^1.5.0":
+ version: 1.5.0
+ resolution: "jsonschema@npm:1.5.0"
+ checksum: 10/46bf49b388ba922073bcb3c8d5e90af9d29fc8303dc866fd440182c88d6b4fd2807679fd39cdefb4113156d104ea47da9c0ff4bbcb0032c9fa29461cb1a92182
languageName: node
linkType: hard
@@ -25382,9 +27119,9 @@ __metadata:
languageName: node
linkType: hard
-"koa@npm:2.15.3":
- version: 2.15.3
- resolution: "koa@npm:2.15.3"
+"koa@npm:2.15.4":
+ version: 2.15.4
+ resolution: "koa@npm:2.15.4"
dependencies:
accepts: "npm:^1.3.5"
cache-content-type: "npm:^1.0.0"
@@ -25409,7 +27146,7 @@ __metadata:
statuses: "npm:^1.5.0"
type-is: "npm:^1.6.16"
vary: "npm:^1.1.2"
- checksum: 10/b2c2771a4ee5268f9d039ce025b9c3798a0baba8c3cf3895a6fc2d286363e0cd2c98c02a5b87f14100baa2bc17d854eed6ed80f9bd41afda1d056f803b206514
+ checksum: 10/98de77173822f0a28c0f5d1ebd261ab02f3f905d40602e51957a0c7202122647a60c5b6c59be03361dd24bf6a5685eac97af84b306914efd057751e71f93cb0f
languageName: node
linkType: hard
@@ -26295,15 +28032,6 @@ __metadata:
languageName: node
linkType: hard
-"map-age-cleaner@npm:^0.2.0":
- version: 0.2.0
- resolution: "map-age-cleaner@npm:0.2.0"
- dependencies:
- p-defer: "npm:^1.0.0"
- checksum: 10/13a6810b76b0067efa7f4b0f3dc58b58b4a4b5faa4cae5a0e8d5d59eda04d7074724eee426c9b5890a1d7e14d1e2902a090587acc8e2430198e79ab1556a2dad
- languageName: node
- linkType: hard
-
"map-obj@npm:^1.0.0":
version: 1.0.1
resolution: "map-obj@npm:1.0.1"
@@ -27852,15 +29580,6 @@ __metadata:
languageName: node
linkType: hard
-"node-cache@npm:^5.1.2":
- version: 5.1.2
- resolution: "node-cache@npm:5.1.2"
- dependencies:
- clone: "npm:2.x"
- checksum: 10/6ac71a9e65fdd8940883c3c188de4888ff592f5bf52e4d42436c49e2a575d635e7327acea490c49fa7c01d5fa81f7b6e060fd35cf6f6ec401fbd5f77a3ebeecf
- languageName: node
- linkType: hard
-
"node-domexception@npm:^1.0.0":
version: 1.0.0
resolution: "node-domexception@npm:1.0.0"
@@ -28477,13 +30196,6 @@ __metadata:
languageName: node
linkType: hard
-"oauth@npm:0.9.x":
- version: 0.9.15
- resolution: "oauth@npm:0.9.15"
- checksum: 10/6b0b10be19a461da417a37ea2821a773ef74dd667563291e1e83b2024b88e6571b0323a0a6887f2390fbaf28cc6ce5bfe0484fc22162b975305b1e19b76f5597
- languageName: node
- linkType: hard
-
"object-assign@npm:^4, object-assign@npm:^4.0.1, object-assign@npm:^4.1.1":
version: 4.1.1
resolution: "object-assign@npm:4.1.1"
@@ -28808,7 +30520,7 @@ __metadata:
languageName: node
linkType: hard
-"openid-client@npm:^5.2.1, openid-client@npm:^5.3.0, openid-client@npm:^5.5.0":
+"openid-client@npm:^5.3.0":
version: 5.7.0
resolution: "openid-client@npm:5.7.0"
dependencies:
@@ -28904,13 +30616,6 @@ __metadata:
languageName: node
linkType: hard
-"p-defer@npm:^1.0.0":
- version: 1.0.0
- resolution: "p-defer@npm:1.0.0"
- checksum: 10/1d8fb7138a0ccebb65479160fd93f245303c06c977c976105d75838f7f504a9a6ef11b7e058f98b4c957a6a8df268c616da1ee339285d565f9e5ba00304e027b
- languageName: node
- linkType: hard
-
"p-filter@npm:^2.1.0":
version: 2.1.0
resolution: "p-filter@npm:2.1.0"
@@ -29298,84 +31003,7 @@ __metadata:
languageName: node
linkType: hard
-"passport-atlassian-oauth2@npm:^2.1.0":
- version: 2.1.0
- resolution: "passport-atlassian-oauth2@npm:2.1.0"
- dependencies:
- passport-oauth2: "npm:^1.4.0"
- checksum: 10/fc1d46951018d03a792a469a0c856d16f4c21df13d743aa5a0111f60253588c042881c560c737c77d85f4751e42b9ad3a485db7a5d5ea39e0f76160bc4010182
- languageName: node
- linkType: hard
-
-"passport-auth0@npm:^1.4.3":
- version: 1.4.4
- resolution: "passport-auth0@npm:1.4.4"
- dependencies:
- axios: "npm:^1.6.0"
- passport-oauth: "npm:^1.0.0"
- passport-oauth2: "npm:^1.6.0"
- checksum: 10/307d2d8d687a29dbe2fc98fbee1cc948f76e936c6ae7ffeb28076c98b558a942be1cbc0eedb58d9003285bf4e816f6e971b0edb7a604d290272b1ba8e731006d
- languageName: node
- linkType: hard
-
-"passport-bitbucket-oauth2@npm:^0.1.2":
- version: 0.1.2
- resolution: "passport-bitbucket-oauth2@npm:0.1.2"
- dependencies:
- passport-oauth2: "npm:^1.1.2"
- pkginfo: "npm:0.2.x"
- checksum: 10/a2143d4f3aa8da8cfaaa1f12dec3ef8492881a8c77974b067c658c0734a03b065840ca5b27966fcdb63aa5e1eee95f7314653fea5f3b7bdac39e5d26708b6be3
- languageName: node
- linkType: hard
-
-"passport-github2@npm:^0.1.12":
- version: 0.1.12
- resolution: "passport-github2@npm:0.1.12"
- dependencies:
- passport-oauth2: "npm:1.x.x"
- checksum: 10/cf174d1738a2b1d398ec9f4ba2e1ca229214ef65cfd05f5754303f664d5cfd6e3bacbf49ece19fcd576be43bfcc1d3795541f50692148436b9e4ddbffbe625ac
- languageName: node
- linkType: hard
-
-"passport-gitlab2@npm:^5.0.0":
- version: 5.0.0
- resolution: "passport-gitlab2@npm:5.0.0"
- dependencies:
- passport-oauth2: "npm:^1.4.0"
- checksum: 10/ec09670f97a95b71cc0f1dfd02b214e147029dccc205ac35b8e5de19f0820459692a179dda47da5dfde8a9cd7cc85c7709635477b8e161a198daea0ee875ee9d
- languageName: node
- linkType: hard
-
-"passport-google-oauth20@npm:^2.0.0":
- version: 2.0.0
- resolution: "passport-google-oauth20@npm:2.0.0"
- dependencies:
- passport-oauth2: "npm:1.x.x"
- checksum: 10/bfd1316ec7cbef5c25f41daa752eade509dffd3016cc962bf2935d577b3dcfa379d8f0d177e28dd1af03b443cc04382108956a505c0134973f85c155adfd8101
- languageName: node
- linkType: hard
-
-"passport-microsoft@npm:^1.0.0":
- version: 1.1.0
- resolution: "passport-microsoft@npm:1.1.0"
- dependencies:
- passport-oauth2: "npm:1.8.0"
- checksum: 10/4c18d4074308ca5da67b08b2b9eee97dae017e7c9e62dedb21875f25ced9fd959218977bd1c8cfd6067ce081e9764bbe2541696e09e6e1464e72c699165fc07f
- languageName: node
- linkType: hard
-
-"passport-oauth1@npm:1.x.x":
- version: 1.3.0
- resolution: "passport-oauth1@npm:1.3.0"
- dependencies:
- oauth: "npm:0.9.x"
- passport-strategy: "npm:1.x.x"
- utils-merge: "npm:1.x.x"
- checksum: 10/56f725cf3e3358ccb72212a6342e237ae9366172b94fdb9ac8ab380456da07dc1bb776bcdcddc9964e8e9056922fbf31c2f142d0421fd8a5b0140132d0cd9671
- languageName: node
- linkType: hard
-
-"passport-oauth2@npm:1.8.0, passport-oauth2@npm:1.x.x, passport-oauth2@npm:^1.1.2, passport-oauth2@npm:^1.4.0, passport-oauth2@npm:^1.6.0, passport-oauth2@npm:^1.6.1, passport-oauth2@npm:^1.7.0":
+"passport-oauth2@npm:^1.7.0":
version: 1.8.0
resolution: "passport-oauth2@npm:1.8.0"
dependencies:
@@ -29388,28 +31016,7 @@ __metadata:
languageName: node
linkType: hard
-"passport-oauth@npm:1.0.0, passport-oauth@npm:^1.0.0":
- version: 1.0.0
- resolution: "passport-oauth@npm:1.0.0"
- dependencies:
- passport-oauth1: "npm:1.x.x"
- passport-oauth2: "npm:1.x.x"
- checksum: 10/e6d908ac6c305db1f4040538360c29ca1427b27772c74abaa75db24647db7ee1ccd9c6ccc1bb74649bca090f31f3225540539219b4a97b31c0c1434f4a9ee7b3
- languageName: node
- linkType: hard
-
-"passport-onelogin-oauth@npm:^0.0.1":
- version: 0.0.1
- resolution: "passport-onelogin-oauth@npm:0.0.1"
- dependencies:
- passport-oauth: "npm:1.0.0"
- pkginfo: "npm:0.2.x"
- uid2: "npm:0.0.3"
- checksum: 10/5664bbcca717e7499be5ec1336cc34ada3266fccdc92a026883d6113c2ab30ec215b7df810fb0abd3adb79afb728c6d7fa0782f8661afba25c4df198ed84470e
- languageName: node
- linkType: hard
-
-"passport-strategy@npm:1.x.x, passport-strategy@npm:^1.0.0":
+"passport-strategy@npm:1.x.x":
version: 1.0.0
resolution: "passport-strategy@npm:1.0.0"
checksum: 10/5086693f2508e538dffa55a338c89fe8192fb5f4478c71f80cd5890b8573419a098f4fec88b505374f60bbe9049f6f24b9f3992678612528a3370b4dc73354a2
@@ -29821,20 +31428,6 @@ __metadata:
languageName: node
linkType: hard
-"pkginfo@npm:0.2.x":
- version: 0.2.3
- resolution: "pkginfo@npm:0.2.3"
- checksum: 10/bdf89421e239831a8e2bfab0a67e191bbef6bf388b099f4de298cf1ee951297ee8b9ecd97c0e8f3df515dcb29792d8326327864f54795c3e6985d7f36d1a2fc2
- languageName: node
- linkType: hard
-
-"pkginfo@npm:^0.4.1":
- version: 0.4.1
- resolution: "pkginfo@npm:0.4.1"
- checksum: 10/e354d6f78a940da07f36cdc503705e78bf53044f1562f29f46f18d2a21d271b203d30eb738468cf7c68b5739cc1d7383646cd5930bd42bfe9a81b03a5a8e860c
- languageName: node
- linkType: hard
-
"playwright-core@npm:1.47.2":
version: 1.47.2
resolution: "playwright-core@npm:1.47.2"
@@ -30556,13 +32149,6 @@ __metadata:
languageName: node
linkType: hard
-"property-expr@npm:^2.0.5":
- version: 2.0.6
- resolution: "property-expr@npm:2.0.6"
- checksum: 10/89977f4bb230736c1876f460dd7ca9328034502fd92e738deb40516d16564b850c0bbc4e052c3df88b5b8cd58e51c93b46a94bea049a3f23f4a022c038864cab
- languageName: node
- linkType: hard
-
"property-information@npm:^5.0.0":
version: 5.6.0
resolution: "property-information@npm:5.6.0"
@@ -30862,6 +32448,15 @@ __metadata:
languageName: node
linkType: hard
+"rate-limit-redis@npm:^4.2.0":
+ version: 4.2.1
+ resolution: "rate-limit-redis@npm:4.2.1"
+ peerDependencies:
+ express-rate-limit: ">= 6"
+ checksum: 10/c36c50cfca992cbd14c97c08bb01c7d1d340d27b5fa1a2c1154275fec0b59c187eb6fb207da3d035c7c87e7629c92324cd53074f854dbb16548faf94f5a41351
+ languageName: node
+ linkType: hard
+
"rate-limiter-flexible@npm:^4.0.1":
version: 4.0.1
resolution: "rate-limiter-flexible@npm:4.0.1"
@@ -30934,6 +32529,98 @@ __metadata:
languageName: node
linkType: hard
+"react-aria-components@npm:^1.10.1":
+ version: 1.10.1
+ resolution: "react-aria-components@npm:1.10.1"
+ dependencies:
+ "@internationalized/date": "npm:^3.8.2"
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-aria/autocomplete": "npm:3.0.0-beta.5"
+ "@react-aria/collections": "npm:3.0.0-rc.3"
+ "@react-aria/dnd": "npm:^3.10.1"
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/live-announcer": "npm:^3.4.3"
+ "@react-aria/overlays": "npm:^3.27.3"
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/toolbar": "npm:3.0.0-beta.18"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-aria/virtualizer": "npm:^4.1.7"
+ "@react-stately/autocomplete": "npm:3.0.0-beta.2"
+ "@react-stately/layout": "npm:^4.3.1"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-stately/table": "npm:^3.14.3"
+ "@react-stately/utils": "npm:^3.10.7"
+ "@react-stately/virtualizer": "npm:^4.4.1"
+ "@react-types/form": "npm:^3.7.13"
+ "@react-types/grid": "npm:^3.3.3"
+ "@react-types/shared": "npm:^3.30.0"
+ "@react-types/table": "npm:^3.13.1"
+ "@swc/helpers": "npm:^0.5.0"
+ client-only: "npm:^0.0.1"
+ react-aria: "npm:^3.41.1"
+ react-stately: "npm:^3.39.0"
+ use-sync-external-store: "npm:^1.4.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6fcc35404bdd8718bbfb05263bd0c67157d2ba665e0446c47f42f78262ef92231bb0512fc7734c2114bb20c28fff8eb13694c9719c741d2c7a59181fd8fdf115
+ languageName: node
+ linkType: hard
+
+"react-aria@npm:^3.41.1":
+ version: 3.41.1
+ resolution: "react-aria@npm:3.41.1"
+ dependencies:
+ "@internationalized/string": "npm:^3.2.7"
+ "@react-aria/breadcrumbs": "npm:^3.5.26"
+ "@react-aria/button": "npm:^3.13.3"
+ "@react-aria/calendar": "npm:^3.8.3"
+ "@react-aria/checkbox": "npm:^3.15.7"
+ "@react-aria/color": "npm:^3.0.9"
+ "@react-aria/combobox": "npm:^3.12.5"
+ "@react-aria/datepicker": "npm:^3.14.5"
+ "@react-aria/dialog": "npm:^3.5.27"
+ "@react-aria/disclosure": "npm:^3.0.6"
+ "@react-aria/dnd": "npm:^3.10.1"
+ "@react-aria/focus": "npm:^3.20.5"
+ "@react-aria/gridlist": "npm:^3.13.2"
+ "@react-aria/i18n": "npm:^3.12.10"
+ "@react-aria/interactions": "npm:^3.25.3"
+ "@react-aria/label": "npm:^3.7.19"
+ "@react-aria/landmark": "npm:^3.0.4"
+ "@react-aria/link": "npm:^3.8.3"
+ "@react-aria/listbox": "npm:^3.14.6"
+ "@react-aria/menu": "npm:^3.18.5"
+ "@react-aria/meter": "npm:^3.4.24"
+ "@react-aria/numberfield": "npm:^3.11.16"
+ "@react-aria/overlays": "npm:^3.27.3"
+ "@react-aria/progress": "npm:^3.4.24"
+ "@react-aria/radio": "npm:^3.11.5"
+ "@react-aria/searchfield": "npm:^3.8.6"
+ "@react-aria/select": "npm:^3.15.7"
+ "@react-aria/selection": "npm:^3.24.3"
+ "@react-aria/separator": "npm:^3.4.10"
+ "@react-aria/slider": "npm:^3.7.21"
+ "@react-aria/ssr": "npm:^3.9.9"
+ "@react-aria/switch": "npm:^3.7.5"
+ "@react-aria/table": "npm:^3.17.5"
+ "@react-aria/tabs": "npm:^3.10.5"
+ "@react-aria/tag": "npm:^3.6.2"
+ "@react-aria/textfield": "npm:^3.17.5"
+ "@react-aria/toast": "npm:^3.0.5"
+ "@react-aria/tooltip": "npm:^3.8.5"
+ "@react-aria/tree": "npm:^3.1.1"
+ "@react-aria/utils": "npm:^3.29.1"
+ "@react-aria/visually-hidden": "npm:^3.8.25"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/6ec619bc9b26800516e22054a428ea29ebc7bcfabf762918893a5a1a73d1576dd4b1c99d85aae02ae69eb16a49d1a765ab34cb840a500134a76e145a4e995f42
+ languageName: node
+ linkType: hard
+
"react-beautiful-dnd@npm:^13.0.0":
version: 13.1.1
resolution: "react-beautiful-dnd@npm:13.1.1"
@@ -31218,10 +32905,10 @@ __metadata:
languageName: node
linkType: hard
-"react-refresh@npm:^0.14.0":
- version: 0.14.2
- resolution: "react-refresh@npm:0.14.2"
- checksum: 10/512abf97271ab8623486061be04b608c39d932e3709f9af1720b41573415fa4993d0009fa5138b6705b60a98f4102f744d4e26c952b14f41a0e455521c6be4cc
+"react-refresh@npm:^0.17.0":
+ version: 0.17.0
+ resolution: "react-refresh@npm:0.17.0"
+ checksum: 10/5e94f07d43bb1cfdc9b0c6e0c8c73e754005489950dcff1edb53aa8451d1d69a47b740b195c7c80fb4eb511c56a3585dc55eddd83f0097fb5e015116a1460467
languageName: node
linkType: hard
@@ -31326,6 +33013,42 @@ __metadata:
languageName: node
linkType: hard
+"react-stately@npm:^3.39.0":
+ version: 3.39.0
+ resolution: "react-stately@npm:3.39.0"
+ dependencies:
+ "@react-stately/calendar": "npm:^3.8.2"
+ "@react-stately/checkbox": "npm:^3.6.15"
+ "@react-stately/collections": "npm:^3.12.5"
+ "@react-stately/color": "npm:^3.8.6"
+ "@react-stately/combobox": "npm:^3.10.6"
+ "@react-stately/data": "npm:^3.13.1"
+ "@react-stately/datepicker": "npm:^3.14.2"
+ "@react-stately/disclosure": "npm:^3.0.5"
+ "@react-stately/dnd": "npm:^3.6.0"
+ "@react-stately/form": "npm:^3.1.5"
+ "@react-stately/list": "npm:^3.12.3"
+ "@react-stately/menu": "npm:^3.9.5"
+ "@react-stately/numberfield": "npm:^3.9.13"
+ "@react-stately/overlays": "npm:^3.6.17"
+ "@react-stately/radio": "npm:^3.10.14"
+ "@react-stately/searchfield": "npm:^3.5.13"
+ "@react-stately/select": "npm:^3.6.14"
+ "@react-stately/selection": "npm:^3.20.3"
+ "@react-stately/slider": "npm:^3.6.5"
+ "@react-stately/table": "npm:^3.14.3"
+ "@react-stately/tabs": "npm:^3.8.3"
+ "@react-stately/toast": "npm:^3.1.1"
+ "@react-stately/toggle": "npm:^3.8.5"
+ "@react-stately/tooltip": "npm:^3.5.5"
+ "@react-stately/tree": "npm:^3.9.0"
+ "@react-types/shared": "npm:^3.30.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
+ checksum: 10/f59f86aca0797e389698fc20a7e88a26748e00e56e011dd6d9f7a4fa1ba7fda32083bc8e5f2af000957d20ad9f4c74dd151cb667b958dcac8f3959d860905fd4
+ languageName: node
+ linkType: hard
+
"react-style-singleton@npm:^2.2.1":
version: 2.2.1
resolution: "react-style-singleton@npm:2.2.1"
@@ -32385,7 +34108,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root@workspace:."
dependencies:
- "@backstage/cli": "npm:^0.30.0"
+ "@backstage/cli": "npm:^0.33.0"
"@backstage/e2e-test-utils": "npm:^0.1.1"
"@changesets/cli": "npm:^2.18.0"
"@playwright/test": "npm:^1.32.3"
@@ -32395,7 +34118,7 @@ __metadata:
lint-staged: "npm:^13.0.3"
node-gyp: "npm:^10.0.0"
prettier: "npm:^2.3.2"
- typescript: "npm:5.5.4"
+ typescript: "npm:~5.8.0"
languageName: unknown
linkType: soft
@@ -32562,13 +34285,6 @@ __metadata:
languageName: node
linkType: hard
-"sax@npm:>=0.6.0":
- version: 1.4.1
- resolution: "sax@npm:1.4.1"
- checksum: 10/b1c784b545019187b53a0c28edb4f6314951c971e2963a69739c6ce222bfbc767e54d320e689352daba79b7d5e06d22b5d7113b99336219d6e93718e2f99d335
- languageName: node
- linkType: hard
-
"saxes@npm:^6.0.0":
version: 6.0.0
resolution: "saxes@npm:6.0.0"
@@ -32637,6 +34353,13 @@ __metadata:
languageName: node
linkType: hard
+"select-case@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "select-case@npm:1.0.0"
+ checksum: 10/19cf1c8fd16ae4b811dea9fc4a11860dc764b9f7d2e6f7c8910814d91617e0d0d508ce2186aa9f99a3708834caf261e963769fed3a313552e1dae3d28d64042a
+ languageName: node
+ linkType: hard
+
"select-hose@npm:^2.0.0":
version: 2.0.0
resolution: "select-hose@npm:2.0.0"
@@ -33067,10 +34790,10 @@ __metadata:
languageName: node
linkType: hard
-"simple-icons@npm:^14.11.0":
- version: 14.11.0
- resolution: "simple-icons@npm:14.11.0"
- checksum: 10/ad95c5d6342c55f87c35f828e0bc5779dcc7defbe25aa6efc6ac8f6cc11990a57e5bc8a80b184f7434fc53141f12458d1c61a9b126d76ccf7b33fb1fb0d94f7c
+"simple-icons@npm:^15.3.0":
+ version: 15.3.0
+ resolution: "simple-icons@npm:15.3.0"
+ checksum: 10/8b92a6de85fd844729c87faf1da064bfe56b4140800d54764c4f38a5c5df97fd30fd7930c591c12fa774c13e8664122c14010b63ec2275c272c57843c8e55349
languageName: node
linkType: hard
@@ -34230,6 +35953,13 @@ __metadata:
languageName: node
linkType: hard
+"tabbable@npm:^6.0.0":
+ version: 6.2.0
+ resolution: "tabbable@npm:6.2.0"
+ checksum: 10/980fa73476026e99dcacfc0d6e000d41d42c8e670faf4682496d30c625495e412c4369694f2a15cf1e5252d22de3c396f2b62edbe8d60b5dadc40d09e3f2dde3
+ languageName: node
+ linkType: hard
+
"tapable@npm:^1.0.0":
version: 1.1.3
resolution: "tapable@npm:1.1.3"
@@ -34570,13 +36300,6 @@ __metadata:
languageName: node
linkType: hard
-"tiny-case@npm:^1.0.3":
- version: 1.0.3
- resolution: "tiny-case@npm:1.0.3"
- checksum: 10/3f7a30c39d5b0e1bc097b0b271bec14eb5b836093db034f35a0de26c14422380b50dc12bfd37498cf35b192f5df06f28a710712c87ead68872a9e37ad6f6049d
- languageName: node
- linkType: hard
-
"tiny-invariant@npm:^1.0.6":
version: 1.3.3
resolution: "tiny-invariant@npm:1.3.3"
@@ -34682,13 +36405,6 @@ __metadata:
languageName: node
linkType: hard
-"toposort@npm:^2.0.2":
- version: 2.0.2
- resolution: "toposort@npm:2.0.2"
- checksum: 10/6f128353e4ed9739e49a28fb756b0a00f3752b29fc9b862ff781446598ee3b486cd229697feebc4eabd916eac5de219f3dae450c585bf13673f6b133a7226e06
- languageName: node
- linkType: hard
-
"tosource@npm:^2.0.0-alpha.3":
version: 2.0.0-alpha.3
resolution: "tosource@npm:2.0.0-alpha.3"
@@ -34981,7 +36697,7 @@ __metadata:
languageName: node
linkType: hard
-"tslib@npm:^2.8.1":
+"tslib@npm:^2.8.0, tslib@npm:^2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7
@@ -35293,7 +37009,17 @@ __metadata:
languageName: node
linkType: hard
-"typescript@npm:5.5.4, typescript@npm:~5.5.0":
+"typescript@npm:>=3 < 6":
+ version: 5.6.2
+ resolution: "typescript@npm:5.6.2"
+ bin:
+ tsc: bin/tsc
+ tsserver: bin/tsserver
+ checksum: 10/f95365d4898f357823e93d334ecda9fcade54f009b397c7d05b7621cd9e865981033cf89ccde0f3e3a7b73b1fdbae18e92bc77db237b43e912f053fef0f9a53b
+ languageName: node
+ linkType: hard
+
+"typescript@npm:~5.5.0":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
@@ -35303,17 +37029,27 @@ __metadata:
languageName: node
linkType: hard
-"typescript@npm:>=3 < 6":
+"typescript@npm:~5.8.0":
+ version: 5.8.3
+ resolution: "typescript@npm:5.8.3"
+ bin:
+ tsc: bin/tsc
+ tsserver: bin/tsserver
+ checksum: 10/65c40944c51b513b0172c6710ee62e951b70af6f75d5a5da745cb7fab132c09ae27ffdf7838996e3ed603bb015dadd099006658046941bd0ba30340cc563ae92
+ languageName: node
+ linkType: hard
+
+"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin":
version: 5.6.2
- resolution: "typescript@npm:5.6.2"
+ resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin::version=5.6.2&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
- checksum: 10/f95365d4898f357823e93d334ecda9fcade54f009b397c7d05b7621cd9e865981033cf89ccde0f3e3a7b73b1fdbae18e92bc77db237b43e912f053fef0f9a53b
+ checksum: 10/8bfc7ca0d9feca4c3fcbd6c70741abfcd714197d6448e68225ae71e462447d904d3bfba49759a8fbe4956d87f054e2d346833c8349c222daa594a2626d4e1be8
languageName: node
linkType: hard
-"typescript@patch:typescript@npm%3A5.5.4#optional!builtin, typescript@patch:typescript@npm%3A~5.5.0#optional!builtin":
+"typescript@patch:typescript@npm%3A~5.5.0#optional!builtin":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin::version=5.5.4&hash=379a07"
bin:
@@ -35323,13 +37059,13 @@ __metadata:
languageName: node
linkType: hard
-"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin":
- version: 5.6.2
- resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin::version=5.6.2&hash=8c6c40"
+"typescript@patch:typescript@npm%3A~5.8.0#optional!builtin":
+ version: 5.8.3
+ resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin::version=5.8.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
- checksum: 10/8bfc7ca0d9feca4c3fcbd6c70741abfcd714197d6448e68225ae71e462447d904d3bfba49759a8fbe4956d87f054e2d346833c8349c222daa594a2626d4e1be8
+ checksum: 10/98470634034ec37fd9ea61cc82dcf9a27950d0117a4646146b767d085a2ec14b137aae9642a83d1c62732d7fdcdac19bb6288b0bb468a72f7a06ae4e1d2c72c9
languageName: node
linkType: hard
@@ -35365,13 +37101,6 @@ __metadata:
languageName: node
linkType: hard
-"uid2@npm:0.0.3":
- version: 0.0.3
- resolution: "uid2@npm:0.0.3"
- checksum: 10/c8f64acfa94aa42d90c1a61ba9df0162f0db0d28c211e21cf5792b3d70b7ad9fd75d19c7cadcce81896ea111335e57e65891a3b6d0a1343a9adf45abf3d4c47d
- languageName: node
- linkType: hard
-
"uid2@npm:0.0.x":
version: 0.0.4
resolution: "uid2@npm:0.0.4"
@@ -35379,13 +37108,6 @@ __metadata:
languageName: node
linkType: hard
-"uid2@npm:^1.0.0":
- version: 1.0.0
- resolution: "uid2@npm:1.0.0"
- checksum: 10/7efad0da3839ef2bebc6fae4bd29905702cd64233b3907e3300aa2d7ea1a00c1ae8c41a5e16ca34ac2db2d25c5607d5989673e1df51a2a076fefbeed51605ec3
- languageName: node
- linkType: hard
-
"unbox-primitive@npm:^1.0.2":
version: 1.0.2
resolution: "unbox-primitive@npm:1.0.2"
@@ -35722,6 +37444,13 @@ __metadata:
languageName: node
linkType: hard
+"url-template@npm:^2.0.8":
+ version: 2.0.8
+ resolution: "url-template@npm:2.0.8"
+ checksum: 10/fc6a4cf6c3c3c3d7f0a0bb4405c41b81934e583b454e52ace7b2e5d7ed32ec9c2970ff1826d240c5823955fcb13531a1fc4ff6ba4569b1886a2976665353e952
+ languageName: node
+ linkType: hard
+
"url@npm:^0.11.4":
version: 0.11.4
resolution: "url@npm:0.11.4"
@@ -35817,6 +37546,15 @@ __metadata:
languageName: node
linkType: hard
+"use-sync-external-store@npm:^1.4.0":
+ version: 1.5.0
+ resolution: "use-sync-external-store@npm:1.5.0"
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ checksum: 10/ddae7c4572511f7f641d6977bd0725340aa7dbeda8250418b54c1a57ec285083d96cf50d1a1acbd6cf729f7a87071b2302c6fbd29310432bf1b21a961a313279
+ languageName: node
+ linkType: hard
+
"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2, util-deprecate@npm:~1.0.1":
version: 1.0.2
resolution: "util-deprecate@npm:1.0.2"
@@ -36079,20 +37817,20 @@ __metadata:
languageName: node
linkType: hard
-"vis-timeline@npm:^7.7.3":
- version: 7.7.3
- resolution: "vis-timeline@npm:7.7.3"
+"vis-timeline@npm:^7.7.4":
+ version: 7.7.4
+ resolution: "vis-timeline@npm:7.7.4"
peerDependencies:
"@egjs/hammerjs": ^2.0.0
component-emitter: ^1.3.0
keycharm: ^0.2.0 || ^0.3.0 || ^0.4.0
moment: ^2.24.0
propagating-hammerjs: ^1.4.0 || ^2.0.0
- uuid: ^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
+ uuid: ^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
vis-data: ^6.3.0 || ^7.0.0
vis-util: ^5.0.1
xss: ^1.0.0
- checksum: 10/00aec604e63cc2941e9eb19eb25a4ff2bfb26715858f2213e39bc58c9d6b113e7aeb9bd2ab2b8f5918f1458fc47c4cf7bb0faa44765504a9651f6cd353117573
+ checksum: 10/4585e4f53803577715f90320b13d7546bb88ab13aeb641b34cc248bd3aca25706e89e80c891cecc08cc2145a2383122e1b0db595e506b39b892d832277cb16df
languageName: node
linkType: hard
@@ -36730,28 +38468,6 @@ __metadata:
languageName: node
linkType: hard
-"xml-crypto@npm:^6.0.0":
- version: 6.0.0
- resolution: "xml-crypto@npm:6.0.0"
- dependencies:
- "@xmldom/is-dom-node": "npm:^1.0.1"
- "@xmldom/xmldom": "npm:^0.8.10"
- xpath: "npm:^0.0.33"
- checksum: 10/bc8f634618e8c30844546cf7a19d3c80634f8134118a2d2b9b76f0bb094b745c53ad94214cd3577fba93327d5d992c7570903e4463ce078d9699e45008246400
- languageName: node
- linkType: hard
-
-"xml-encryption@npm:^3.0.2":
- version: 3.0.2
- resolution: "xml-encryption@npm:3.0.2"
- dependencies:
- "@xmldom/xmldom": "npm:^0.8.5"
- escape-html: "npm:^1.0.3"
- xpath: "npm:0.0.32"
- checksum: 10/081a42ca7d7e81d23229f2a1149313e934d872c33da57eda25113a613f3940ff66f73e4e2f62d37a3a38c3c7d291784047b5b729988f346fef96c7124f6dbe83
- languageName: node
- linkType: hard
-
"xml-name-validator@npm:^4.0.0":
version: 4.0.0
resolution: "xml-name-validator@npm:4.0.0"
@@ -36766,16 +38482,6 @@ __metadata:
languageName: node
linkType: hard
-"xml2js@npm:^0.6.2":
- version: 0.6.2
- resolution: "xml2js@npm:0.6.2"
- dependencies:
- sax: "npm:>=0.6.0"
- xmlbuilder: "npm:~11.0.0"
- checksum: 10/df29de8eeedb762c367d87945c39bcf54db19a2c522607491c266ed6184b5a749e37ff29cfaed0ac149da9ba332ac3dcf8e5ff2bd0a206be3343eca95faa941d
- languageName: node
- linkType: hard
-
"xml@npm:=1.0.1":
version: 1.0.1
resolution: "xml@npm:1.0.1"
@@ -36783,20 +38489,6 @@ __metadata:
languageName: node
linkType: hard
-"xmlbuilder@npm:^15.1.1":
- version: 15.1.1
- resolution: "xmlbuilder@npm:15.1.1"
- checksum: 10/e6f4bab2504afdd5f80491bda948894d2146756532521dbe7db33ae0931cd3000e3b4da19b3f5b3f51bedbd9ee06582144d28136d68bd1df96579ecf4d4404a2
- languageName: node
- linkType: hard
-
-"xmlbuilder@npm:~11.0.0":
- version: 11.0.1
- resolution: "xmlbuilder@npm:11.0.1"
- checksum: 10/c8c3d208783718db5b285101a736cd8e6b69a5c265199a0739abaa93d1a1b7de5489fd16df4e776e18b2c98cb91f421a7349e99fd8c1ebeb44ecfed72a25091a
- languageName: node
- linkType: hard
-
"xmlchars@npm:^2.2.0":
version: 2.2.0
resolution: "xmlchars@npm:2.2.0"
@@ -36804,27 +38496,6 @@ __metadata:
languageName: node
linkType: hard
-"xpath@npm:0.0.32":
- version: 0.0.32
- resolution: "xpath@npm:0.0.32"
- checksum: 10/9d8be7adde4500e9ee96db963838269021f89ef1ad222fdfd41b7266336e851a38416b4a710c194dcf9eb35cf58ad11e023e5951e919151b76ffcd6eb3b2cbf4
- languageName: node
- linkType: hard
-
-"xpath@npm:^0.0.33":
- version: 0.0.33
- resolution: "xpath@npm:0.0.33"
- checksum: 10/09c539661cafc0d75bb48d13fee7ce6e7593d88f4387c401a3b15d46d543e81f46680be5c6ecf868c11f6090ee67ea78e0c327c4e0ffceb2969308a2d1e238bb
- languageName: node
- linkType: hard
-
-"xpath@npm:^0.0.34":
- version: 0.0.34
- resolution: "xpath@npm:0.0.34"
- checksum: 10/77ce03c4494dab97b70fa443761c35a6bd484538a449714b981387a532a6eb22e245b29164f5d8a4a82f4f3cfd71d27ba71d09ed2b6fe933654585c6e46c0a25
- languageName: node
- linkType: hard
-
"xslt3@npm:^2.7.0":
version: 2.7.0
resolution: "xslt3@npm:2.7.0"
@@ -37006,18 +38677,6 @@ __metadata:
languageName: node
linkType: hard
-"yup@npm:^1.0.0":
- version: 1.4.0
- resolution: "yup@npm:1.4.0"
- dependencies:
- property-expr: "npm:^2.0.5"
- tiny-case: "npm:^1.0.3"
- toposort: "npm:^2.0.2"
- type-fest: "npm:^2.19.0"
- checksum: 10/3d1277e5e1fff4d8130e525c7361f54874ca848ebd427a0aa66606952e3370b9947d84a1ea0b943f389649e886d26b1349930889727489460d6f2f86c2a26e77
- languageName: node
- linkType: hard
-
"zen-observable@npm:^0.10.0":
version: 0.10.0
resolution: "zen-observable@npm:0.10.0"