From 13247aa6a6fcde899146be07c4c1ac4d2dbf40cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:54:37 +0000 Subject: [PATCH 1/3] v1.44.0 version bump --- .../tekton/.changeset/version-bump-1-44-0.md | 6 + workspaces/tekton/backstage.json | 2 +- workspaces/tekton/package.json | 4 +- workspaces/tekton/packages/app/package.json | 48 +- .../tekton/packages/backend/package.json | 48 +- .../tekton/plugins/tekton-common/package.json | 4 +- workspaces/tekton/plugins/tekton/package.json | 20 +- workspaces/tekton/yarn.lock | 1933 ++++++++--------- 8 files changed, 1007 insertions(+), 1058 deletions(-) create mode 100644 workspaces/tekton/.changeset/version-bump-1-44-0.md diff --git a/workspaces/tekton/.changeset/version-bump-1-44-0.md b/workspaces/tekton/.changeset/version-bump-1-44-0.md new file mode 100644 index 0000000000..9f117ded3f --- /dev/null +++ b/workspaces/tekton/.changeset/version-bump-1-44-0.md @@ -0,0 +1,6 @@ +--- +'@backstage-community/plugin-tekton': minor +'@backstage-community/plugin-tekton-common': minor +--- + +Backstage version bump to v1.44.0 diff --git a/workspaces/tekton/backstage.json b/workspaces/tekton/backstage.json index 07a15f2880..b70064a6f8 100644 --- a/workspaces/tekton/backstage.json +++ b/workspaces/tekton/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.43.2" + "version": "1.44.0" } diff --git a/workspaces/tekton/package.json b/workspaces/tekton/package.json index a04a7602e3..8b72c81e7b 100644 --- a/workspaces/tekton/package.json +++ b/workspaces/tekton/package.json @@ -39,9 +39,9 @@ "directory": "workspaces/tekton" }, "devDependencies": { - "@backstage/cli": "^0.34.3", + "@backstage/cli": "^0.34.4", "@backstage/e2e-test-utils": "^0.1.1", - "@backstage/repo-tools": "^0.15.2", + "@backstage/repo-tools": "^0.15.3", "@changesets/cli": "^2.27.1", "@playwright/test": "^1.32.3", "knip": "^5.27.4", diff --git a/workspaces/tekton/packages/app/package.json b/workspaces/tekton/packages/app/package.json index 88a8b44583..12687d723d 100644 --- a/workspaces/tekton/packages/app/package.json +++ b/workspaces/tekton/packages/app/package.json @@ -20,30 +20,30 @@ }, "dependencies": { "@backstage-community/plugin-tekton": "workspace:^", - "@backstage/app-defaults": "^1.7.0", + "@backstage/app-defaults": "^1.7.1", "@backstage/catalog-model": "^1.7.5", - "@backstage/cli": "^0.34.3", - "@backstage/core-app-api": "^1.19.0", - "@backstage/core-components": "^0.18.1", - "@backstage/core-plugin-api": "^1.11.0", - "@backstage/integration-react": "^1.2.10", - "@backstage/plugin-api-docs": "^0.12.11", - "@backstage/plugin-catalog": "^1.31.3", - "@backstage/plugin-catalog-common": "^1.1.5", - "@backstage/plugin-catalog-graph": "^0.5.1", - "@backstage/plugin-catalog-import": "^0.13.5", - "@backstage/plugin-catalog-react": "^1.21.1", - "@backstage/plugin-kubernetes": "^0.12.11", - "@backstage/plugin-org": "^0.6.44", - "@backstage/plugin-permission-react": "^0.4.36", - "@backstage/plugin-scaffolder": "^1.34.1", - "@backstage/plugin-search": "^1.4.30", - "@backstage/plugin-search-react": "^1.9.4", - "@backstage/plugin-techdocs": "^1.15.0", - "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.28", - "@backstage/plugin-techdocs-react": "^1.3.3", - "@backstage/plugin-user-settings": "^0.8.26", - "@backstage/theme": "^0.6.8", + "@backstage/cli": "^0.34.4", + "@backstage/core-app-api": "^1.19.1", + "@backstage/core-components": "^0.18.2", + "@backstage/core-plugin-api": "^1.11.1", + "@backstage/integration-react": "^1.2.11", + "@backstage/plugin-api-docs": "^0.13.0", + "@backstage/plugin-catalog": "^1.31.4", + "@backstage/plugin-catalog-common": "^1.1.6", + "@backstage/plugin-catalog-graph": "^0.5.2", + "@backstage/plugin-catalog-import": "^0.13.6", + "@backstage/plugin-catalog-react": "^1.21.2", + "@backstage/plugin-kubernetes": "^0.12.12", + "@backstage/plugin-org": "^0.6.45", + "@backstage/plugin-permission-react": "^0.4.37", + "@backstage/plugin-scaffolder": "^1.34.2", + "@backstage/plugin-search": "^1.4.31", + "@backstage/plugin-search-react": "^1.9.5", + "@backstage/plugin-techdocs": "^1.15.1", + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.29", + "@backstage/plugin-techdocs-react": "^1.3.4", + "@backstage/plugin-user-settings": "^0.8.27", + "@backstage/theme": "^0.7.0", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "react": "^18.0.2", @@ -52,7 +52,7 @@ "react-router-dom": "^6.3.0" }, "devDependencies": { - "@backstage/test-utils": "^1.7.11", + "@backstage/test-utils": "^1.7.12", "@playwright/test": "^1.32.3", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^6.0.0", diff --git a/workspaces/tekton/packages/backend/package.json b/workspaces/tekton/packages/backend/package.json index 98d711f092..49567a0a6a 100644 --- a/workspaces/tekton/packages/backend/package.json +++ b/workspaces/tekton/packages/backend/package.json @@ -21,36 +21,36 @@ "build-image": "docker build ../.. -f Dockerfile --tag backstage" }, "dependencies": { - "@backstage/backend-defaults": "^0.12.1", - "@backstage/config": "^1.3.3", - "@backstage/plugin-app-backend": "^0.5.6", - "@backstage/plugin-auth-backend": "^0.25.4", - "@backstage/plugin-auth-backend-module-github-provider": "^0.3.7", - "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.12", - "@backstage/plugin-auth-node": "^0.6.7", - "@backstage/plugin-catalog-backend": "^3.1.0", - "@backstage/plugin-catalog-backend-module-logs": "^0.1.14", - "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.12", - "@backstage/plugin-kubernetes-backend": "^0.20.2", - "@backstage/plugin-permission-backend": "^0.7.4", - "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.12", - "@backstage/plugin-permission-common": "^0.9.1", - "@backstage/plugin-permission-node": "^0.10.4", - "@backstage/plugin-proxy-backend": "^0.6.6", - "@backstage/plugin-scaffolder-backend": "^2.2.1", - "@backstage/plugin-search-backend": "^2.0.6", - "@backstage/plugin-search-backend-module-catalog": "^0.3.8", - "@backstage/plugin-search-backend-module-pg": "^0.5.48", - "@backstage/plugin-search-backend-module-techdocs": "^0.4.6", - "@backstage/plugin-search-backend-node": "^1.3.15", - "@backstage/plugin-techdocs-backend": "^2.1.0", + "@backstage/backend-defaults": "^0.13.0", + "@backstage/config": "^1.3.5", + "@backstage/plugin-app-backend": "^0.5.7", + "@backstage/plugin-auth-backend": "^0.25.5", + "@backstage/plugin-auth-backend-module-github-provider": "^0.3.8", + "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.13", + "@backstage/plugin-auth-node": "^0.6.8", + "@backstage/plugin-catalog-backend": "^3.1.2", + "@backstage/plugin-catalog-backend-module-logs": "^0.1.15", + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.13", + "@backstage/plugin-kubernetes-backend": "^0.20.3", + "@backstage/plugin-permission-backend": "^0.7.5", + "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.13", + "@backstage/plugin-permission-common": "^0.9.2", + "@backstage/plugin-permission-node": "^0.10.5", + "@backstage/plugin-proxy-backend": "^0.6.7", + "@backstage/plugin-scaffolder-backend": "^3.0.0", + "@backstage/plugin-search-backend": "^2.0.7", + "@backstage/plugin-search-backend-module-catalog": "^0.3.9", + "@backstage/plugin-search-backend-module-pg": "^0.5.49", + "@backstage/plugin-search-backend-module-techdocs": "^0.4.7", + "@backstage/plugin-search-backend-node": "^1.3.16", + "@backstage/plugin-techdocs-backend": "^2.1.1", "app": "link:../app", "better-sqlite3": "^9.0.0", "node-gyp": "^10.0.0", "pg": "^8.11.3" }, "devDependencies": { - "@backstage/cli": "^0.34.3" + "@backstage/cli": "^0.34.4" }, "files": [ "dist" diff --git a/workspaces/tekton/plugins/tekton-common/package.json b/workspaces/tekton/plugins/tekton-common/package.json index ef9d985711..eda3ef41c1 100644 --- a/workspaces/tekton/plugins/tekton-common/package.json +++ b/workspaces/tekton/plugins/tekton-common/package.json @@ -30,10 +30,10 @@ "postpack": "backstage-cli package postpack" }, "devDependencies": { - "@backstage/cli": "^0.34.3" + "@backstage/cli": "^0.34.4" }, "peerDependencies": { - "@backstage/plugin-permission-common": "^0.9.1" + "@backstage/plugin-permission-common": "^0.9.2" }, "files": [ "dist" diff --git a/workspaces/tekton/plugins/tekton/package.json b/workspaces/tekton/plugins/tekton/package.json index 828801f803..8149160442 100644 --- a/workspaces/tekton/plugins/tekton/package.json +++ b/workspaces/tekton/plugins/tekton/package.json @@ -36,13 +36,13 @@ "@aonic-ui/pipelines": "^3.1.0", "@backstage-community/plugin-tekton-common": "workspace:^", "@backstage/catalog-model": "^1.7.5", - "@backstage/core-components": "^0.18.1", - "@backstage/core-plugin-api": "^1.11.0", - "@backstage/plugin-catalog-react": "^1.21.1", - "@backstage/plugin-kubernetes-common": "^0.9.6", - "@backstage/plugin-kubernetes-react": "^0.5.11", - "@backstage/plugin-permission-react": "^0.4.36", - "@backstage/theme": "^0.6.8", + "@backstage/core-components": "^0.18.2", + "@backstage/core-plugin-api": "^1.11.1", + "@backstage/plugin-catalog-react": "^1.21.2", + "@backstage/plugin-kubernetes-common": "^0.9.7", + "@backstage/plugin-kubernetes-react": "^0.5.12", + "@backstage/plugin-permission-react": "^0.4.37", + "@backstage/theme": "^0.7.0", "@janus-idp/shared-react": "^2.16.0", "@kubernetes/client-node": "1.0.0-rc7", "@material-ui/core": "^4.9.13", @@ -66,9 +66,9 @@ "react-router-dom": "^6.0.0" }, "devDependencies": { - "@backstage/cli": "^0.34.3", - "@backstage/dev-utils": "^1.1.14", - "@backstage/test-utils": "^1.7.11", + "@backstage/cli": "^0.34.4", + "@backstage/dev-utils": "^1.1.15", + "@backstage/test-utils": "^1.7.12", "@playwright/test": "^1.52.0", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "14.3.1", diff --git a/workspaces/tekton/yarn.lock b/workspaces/tekton/yarn.lock index 3e1e1ff3c5..6ef34160a0 100644 --- a/workspaces/tekton/yarn.lock +++ b/workspaces/tekton/yarn.lock @@ -1757,10 +1757,10 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": - version: 7.28.3 - resolution: "@babel/runtime@npm:7.28.3" - checksum: 10/f2415e4dbface7496f6fc561d640b44be203071fb0dfb63fbe338c7d2d2047419cb054ef13d1ebb8fc11e35d2b55aa3045def4b985e8b82aea5d7e58e1133e52 +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": + version: 7.28.4 + resolution: "@babel/runtime@npm:7.28.4" + checksum: 10/6c9a70452322ea80b3c9b2a412bcf60771819213a67576c8cec41e88a95bb7bf01fc983754cda35dc19603eef52df22203ccbf7777b9d6316932f9fb77c25163 languageName: node linkType: hard @@ -1804,9 +1804,9 @@ __metadata: version: 0.0.0-use.local resolution: "@backstage-community/plugin-tekton-common@workspace:plugins/tekton-common" dependencies: - "@backstage/cli": "npm:^0.34.3" + "@backstage/cli": "npm:^0.34.4" peerDependencies: - "@backstage/plugin-permission-common": ^0.9.1 + "@backstage/plugin-permission-common": ^0.9.2 languageName: unknown linkType: soft @@ -1817,16 +1817,16 @@ __metadata: "@aonic-ui/pipelines": "npm:^3.1.0" "@backstage-community/plugin-tekton-common": "workspace:^" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/cli": "npm:^0.34.3" - "@backstage/core-components": "npm:^0.18.1" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/dev-utils": "npm:^1.1.14" - "@backstage/plugin-catalog-react": "npm:^1.21.1" - "@backstage/plugin-kubernetes-common": "npm:^0.9.6" - "@backstage/plugin-kubernetes-react": "npm:^0.5.11" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/test-utils": "npm:^1.7.11" - "@backstage/theme": "npm:^0.6.8" + "@backstage/cli": "npm:^0.34.4" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/dev-utils": "npm:^1.1.15" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-kubernetes-common": "npm:^0.9.7" + "@backstage/plugin-kubernetes-react": "npm:^0.5.12" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/test-utils": "npm:^1.7.12" + "@backstage/theme": "npm:^0.7.0" "@janus-idp/shared-react": "npm:^2.16.0" "@kubernetes/client-node": "npm:1.0.0-rc7" "@material-ui/core": "npm:^4.9.13" @@ -1858,15 +1858,15 @@ __metadata: languageName: unknown linkType: soft -"@backstage/app-defaults@npm:^1.7.0": - version: 1.7.0 - resolution: "@backstage/app-defaults@npm:1.7.0" +"@backstage/app-defaults@npm:^1.7.1": + version: 1.7.1 + resolution: "@backstage/app-defaults@npm:1.7.1" dependencies: - "@backstage/core-app-api": "npm:^1.19.0" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/theme": "npm:^0.6.8" + "@backstage/core-app-api": "npm:^1.19.1" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/theme": "npm:^0.7.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -1877,24 +1877,24 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/283b53534858c912cbdd99c323a661d05d7a0cafc56e3485c5c8f306b4b81e8cb7b706f075fd0ac909c3bacd2345140be34f0c880f9b1a6fd10b3c66ef8ede23 + checksum: 10/7d9bc22d8dcb64f043385e56848fb7a93dd81c653723e7cd51ddcdff7e20245a6e34520f3fc3f39d7f0652d66b368f918f12f0533e50ec12a2b64672e81ef2ca languageName: node linkType: hard -"@backstage/backend-app-api@npm:^1.2.7": - version: 1.2.7 - resolution: "@backstage/backend-app-api@npm:1.2.7" +"@backstage/backend-app-api@npm:^1.2.8": + version: 1.2.8 + resolution: "@backstage/backend-app-api@npm:1.2.8" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - checksum: 10/b2f94a3e67af1849daf29dddeed004da4bd963df5336a6712f2e09fafe566fa694b7dabf3892179291db3d5ada1afb9f526d5e7feb61743fd3112805950747ef + checksum: 10/57d4162050ceaeb47f08a755a703483bec631b8f52ffac7c5a6f57f8d7416fea65eabfbe3d79cd9ac734b066bb3b1613df6a19a2795be84b4b17db747bf962fa languageName: node linkType: hard -"@backstage/backend-defaults@npm:^0.12.1": - version: 0.12.1 - resolution: "@backstage/backend-defaults@npm:0.12.1" +"@backstage/backend-defaults@npm:^0.13.0": + version: 0.13.0 + resolution: "@backstage/backend-defaults@npm:0.13.0" dependencies: "@aws-sdk/abort-controller": "npm:^3.347.0" "@aws-sdk/client-codecommit": "npm:^3.350.0" @@ -1902,18 +1902,18 @@ __metadata: "@aws-sdk/credential-providers": "npm:^3.350.0" "@aws-sdk/types": "npm:^3.347.0" "@azure/storage-blob": "npm:^12.5.0" - "@backstage/backend-app-api": "npm:^1.2.7" + "@backstage/backend-app-api": "npm:^1.2.8" "@backstage/backend-dev-utils": "npm:^0.1.5" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/cli-node": "npm:^0.2.14" - "@backstage/config": "npm:^1.3.3" - "@backstage/config-loader": "npm:^1.10.3" + "@backstage/config": "npm:^1.3.5" + "@backstage/config-loader": "npm:^1.10.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/integration-aws-node": "npm:^0.1.17" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-events-node": "npm:^0.4.15" - "@backstage/plugin-permission-node": "npm:^0.10.4" + "@backstage/integration": "npm:^1.18.1" + "@backstage/integration-aws-node": "npm:^0.1.18" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-events-node": "npm:^0.4.16" + "@backstage/plugin-permission-node": "npm:^0.10.5" "@backstage/types": "npm:^1.2.2" "@google-cloud/storage": "npm:^7.0.0" "@keyv/memcache": "npm:^2.0.1" @@ -1972,7 +1972,7 @@ __metadata: peerDependenciesMeta: "@google-cloud/cloud-sql-connector": optional: true - checksum: 10/20dba8a3a420a50ba0233fd067d9279d85e10c7eda32e2d5f00bd568d2b4f63de7f2f161eee8aef7722daed5eb221a8352b7de67f45fdc3f70461d4b0658199b + checksum: 10/fc92e95d706cdd3cb91c9113cf07cc95c55f89177e13502ccc9b3eedfbc3e9454495953eb668c779ab54e42f9b687300cab48d4a5883e7e67a8e6ccafaba5b60 languageName: node linkType: hard @@ -1983,12 +1983,12 @@ __metadata: languageName: node linkType: hard -"@backstage/backend-openapi-utils@npm:^0.6.1": - version: 0.6.1 - resolution: "@backstage/backend-openapi-utils@npm:0.6.1" +"@backstage/backend-openapi-utils@npm:^0.6.2": + version: 0.6.2 + resolution: "@backstage/backend-openapi-utils@npm:0.6.2" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.2" "@types/express": "npm:^4.17.6" @@ -2003,20 +2003,20 @@ __metadata: mockttp: "npm:^3.13.0" openapi-merge: "npm:^1.3.2" openapi3-ts: "npm:^3.1.2" - checksum: 10/86c883927af31ee0ba50f63f6f60cfaf2a22d97dc2b28a4efde85b3d00a402fef726ce04c4d9fa0091da4db9422de30a80b6e9b19b81932fa0a700f6ff49daa3 + checksum: 10/21d8f474069ab3b1faac9dc5db1279f0bada0b05af77727bf2d85bddd8e434735814e3e8f6c48fddee76cea33ce75f2ae5f51c185e545c4ea258eb0843fda3e1 languageName: node linkType: hard -"@backstage/backend-plugin-api@npm:^1.4.3": - version: 1.4.3 - resolution: "@backstage/backend-plugin-api@npm:1.4.3" +"@backstage/backend-plugin-api@npm:^1.4.4": + version: 1.4.4 + resolution: "@backstage/backend-plugin-api@npm:1.4.4" dependencies: "@backstage/cli-common": "npm:^0.1.15" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" "@backstage/types": "npm:^1.2.2" "@types/express": "npm:^4.17.6" "@types/json-schema": "npm:^7.0.6" @@ -2025,7 +2025,7 @@ __metadata: knex: "npm:^3.0.0" luxon: "npm:^3.0.0" zod: "npm:^3.22.4" - checksum: 10/40ab4a862e5c3c5dcebe9606dea20dd512d4053dfbe48b2b89cb6b1d20a54abe9dd625efd6bd0593950231885dab6b37a6a915912a3b841a61b5800247c1d079 + checksum: 10/f4bbfe324ddbfd2de2d0ca6daa78879ae018511ed01154e984ad0fa57b270d5997ca095b4985d7498c3263f4f0548b2d8b6058727db95a28d215fe6af0400fac languageName: node linkType: hard @@ -2076,25 +2076,22 @@ __metadata: languageName: node linkType: hard -"@backstage/cli@npm:^0.34.3": - version: 0.34.3 - resolution: "@backstage/cli@npm:0.34.3" +"@backstage/cli@npm:^0.34.4": + version: 0.34.4 + resolution: "@backstage/cli@npm:0.34.4" dependencies: "@backstage/catalog-model": "npm:^1.7.5" "@backstage/cli-common": "npm:^0.1.15" "@backstage/cli-node": "npm:^0.2.14" - "@backstage/config": "npm:^1.3.3" - "@backstage/config-loader": "npm:^1.10.3" + "@backstage/config": "npm:^1.3.5" + "@backstage/config-loader": "npm:^1.10.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/eslint-plugin": "npm:^0.1.11" - "@backstage/integration": "npm:^1.18.0" + "@backstage/eslint-plugin": "npm:^0.1.12" + "@backstage/integration": "npm:^1.18.1" "@backstage/release-manifests": "npm:^0.0.13" "@backstage/types": "npm:^1.2.2" "@manypkg/get-packages": "npm:^1.1.3" "@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:^8.0.0" "@rollup/plugin-commonjs": "npm:^26.0.0" "@rollup/plugin-json": "npm:^6.0.0" @@ -2216,16 +2213,16 @@ __metadata: optional: true bin: backstage-cli: bin/backstage-cli - checksum: 10/0e8561cc19e58bb0bfa47f9eeb1ce124e583194b1ac34a4ff978db4bd2a478cd5273a4fd1435e47844316f7c2178e6164ea5d31fc3bf2eb5ac35c58766550de2 + checksum: 10/8f6ab523db07045d87c14fe382b5379c2df2eb41b2df0d22c52c0eabf883d59b50fbace737f91d834238860ee7ede1e2347f93aa80cf2e4180817644f32aba8b languageName: node linkType: hard -"@backstage/config-loader@npm:^1.10.3": - version: 1.10.3 - resolution: "@backstage/config-loader@npm:1.10.3" +"@backstage/config-loader@npm:^1.10.5": + version: 1.10.5 + resolution: "@backstage/config-loader@npm:1.10.5" dependencies: "@backstage/cli-common": "npm:^0.1.15" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.2" "@types/json-schema": "npm:^7.0.6" @@ -2239,27 +2236,27 @@ __metadata: minimist: "npm:^1.2.5" typescript-json-schema: "npm:^0.65.0" yaml: "npm:^2.0.0" - checksum: 10/aa92a793c3691f786df8ad5dee4175d5f3931d42e3e13ef63fb5ddae75acda051dbcc54f1ede7caa54ba30b26018d0bc4ce98f6fd4e2a562eb6841660cb91624 + checksum: 10/8aa6a449a1c7c26a81f35a37f80a7309dd5becc3e9f1f9e9379ddfddeed490bcce243dd722777c0b1be7292e5651088bd1851f1dc2052d30ab2b3d00d6e7a79f languageName: node linkType: hard -"@backstage/config@npm:^1.3.2, @backstage/config@npm:^1.3.3": - version: 1.3.3 - resolution: "@backstage/config@npm:1.3.3" +"@backstage/config@npm:^1.3.2, @backstage/config@npm:^1.3.5": + version: 1.3.5 + resolution: "@backstage/config@npm:1.3.5" dependencies: "@backstage/errors": "npm:^1.2.7" - "@backstage/types": "npm:^1.2.1" + "@backstage/types": "npm:^1.2.2" ms: "npm:^2.1.3" - checksum: 10/95f3e2a8fca274157e7fdeafd15285f2626ac98df4fcb7fdaca9e21b64eecf4c92b6a3c20ad5cff9d7c12ec750a969e8cd23fc3e18534c1803ef7c6b45c3ba04 + checksum: 10/d9f5809e624faca75f9100d175909c79ebb53334c4719fce048cff47a25554ea48ec349f739b4b7f779f1277bf7e05a091211c5811aab7dad883af089a448f50 languageName: node linkType: hard -"@backstage/core-app-api@npm:^1.18.0, @backstage/core-app-api@npm:^1.19.0": - version: 1.19.0 - resolution: "@backstage/core-app-api@npm:1.19.0" +"@backstage/core-app-api@npm:^1.19.1": + version: 1.19.1 + resolution: "@backstage/core-app-api@npm:1.19.1" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@types/prop-types": "npm:^15.7.3" @@ -2278,17 +2275,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/229d491eb25119a488c9a0b7ba07f51d3abdfdb8613d28ad786edc957d05b81b45634bb01be2b1dfa26877ce064b8cd0fd85f9ba109af9511b09eb6200987388 + checksum: 10/89f8f60adfccfde2fcb2dccfa31f65e918587327936cee972e44165f16bf6fed0f754c79c60a06771c3bac0fe312cbf4a22db1f7f75d286cca41dab218006a51 languageName: node linkType: hard -"@backstage/core-compat-api@npm:^0.5.2": - version: 0.5.2 - resolution: "@backstage/core-compat-api@npm:0.5.2" +"@backstage/core-compat-api@npm:^0.5.3": + version: 0.5.3 + resolution: "@backstage/core-compat-api@npm:0.5.3" dependencies: - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-react": "npm:^1.21.0" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-react": "npm:^1.21.2" "@backstage/version-bridge": "npm:^1.0.11" lodash: "npm:^4.17.21" peerDependencies: @@ -2299,7 +2296,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/f97ff40facd2429c12241c01929dbe71aada90d294962395f011831bef9c6c8b39c631b6e6fa25b6ae8ed906620db7a174c9e6ecd6fb6fd4ce2513cf5d614894 + checksum: 10/ea8dbba678273412579ca1a0460b6c90aee0386afeba9ac46cb86facc14fe6430c8ddae432b4d79e1191f0f28c0634bcdd29540c1c590662eaaa11fc20e82f8d languageName: node linkType: hard @@ -2357,14 +2354,14 @@ __metadata: languageName: node linkType: hard -"@backstage/core-components@npm:^0.18.0, @backstage/core-components@npm:^0.18.1": - version: 0.18.1 - resolution: "@backstage/core-components@npm:0.18.1" +"@backstage/core-components@npm:^0.18.2": + version: 0.18.2 + resolution: "@backstage/core-components@npm:0.18.2" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/theme": "npm:^0.6.8" + "@backstage/theme": "npm:^0.7.0" "@backstage/version-bridge": "npm:^1.0.11" "@dagrejs/dagre": "npm:^1.1.4" "@date-io/core": "npm:^1.3.13" @@ -2408,15 +2405,15 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/56c0d63588be85977374db017a81f4f07ef221f6e43ca0306183626e4b87c8416afa682081140c67af072e757a4c71cc56dab7976829d9bb13f1035062a01fee + checksum: 10/309c778fd1dae61a872747c73629629dd0e1062f2dc7d1357d4c335c00a6f51589a65553723c78f7f9a824c319387305da39e299955d5ad8d3f3cdd67bfd0c97 languageName: node linkType: hard -"@backstage/core-plugin-api@npm:^1.10.3, @backstage/core-plugin-api@npm:^1.10.4, @backstage/core-plugin-api@npm:^1.10.9, @backstage/core-plugin-api@npm:^1.11.0": - version: 1.11.0 - resolution: "@backstage/core-plugin-api@npm:1.11.0" +"@backstage/core-plugin-api@npm:^1.10.3, @backstage/core-plugin-api@npm:^1.10.4, @backstage/core-plugin-api@npm:^1.11.1": + version: 1.11.1 + resolution: "@backstage/core-plugin-api@npm:1.11.1" dependencies: - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" @@ -2429,22 +2426,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1c6d16eae995cfcb5a0db03ebf6ec0a1b23437c57fdcf75f451d034dd8689c19d9fe04572af7b12c8ae944fc17ff87539810ab5af2b8df5964fd9aa5af2a7681 + checksum: 10/40bf2bac34a7d17e793272a233a46012a553b5c0088be78d8aaeb4bbfcbf998cd43d0698ac2aade245e4bed5918d5df51af52f3d33cb9789e82cad8d4cc8b7db languageName: node linkType: hard -"@backstage/dev-utils@npm:^1.1.14": - version: 1.1.14 - resolution: "@backstage/dev-utils@npm:1.1.14" +"@backstage/dev-utils@npm:^1.1.15": + version: 1.1.15 + resolution: "@backstage/dev-utils@npm:1.1.15" dependencies: - "@backstage/app-defaults": "npm:^1.7.0" + "@backstage/app-defaults": "npm:^1.7.1" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-app-api": "npm:^1.19.0" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/theme": "npm:^0.6.8" + "@backstage/core-app-api": "npm:^1.19.1" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/theme": "npm:^0.7.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" react-use: "npm:^17.2.4" @@ -2456,7 +2453,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1024c2805a4a6660a0494565c9abe4dc6c4f24dbe47135d66a5e2d7bf0224083e6d26ec4e208c7b83d83f58c3ce44382eacf6780dd018ca272f8f77bb5649dca + checksum: 10/a6312155bc7d692bdf040dbf8d73939f83a2bb5758e698372c5f9825c027f8acf760fcd79a27f20c92af99193c71141552e15316ef7200c9448ff0f69b3c4f94 languageName: node linkType: hard @@ -2485,26 +2482,26 @@ __metadata: languageName: node linkType: hard -"@backstage/eslint-plugin@npm:^0.1.11": - version: 0.1.11 - resolution: "@backstage/eslint-plugin@npm:0.1.11" +"@backstage/eslint-plugin@npm:^0.1.12": + version: 0.1.12 + resolution: "@backstage/eslint-plugin@npm:0.1.12" dependencies: "@manypkg/get-packages": "npm:^1.1.3" minimatch: "npm:^9.0.0" - checksum: 10/16444b067885da00a5640634a0d7bcdccd0a345bd1340fe556250c46af5699707132466f383af35ae8df8a42db60fc2b7db5534572f4dd3d87cbee17abb5ddd1 + checksum: 10/1656bc6e1862c55ee26ab909fd028d922a6097b32d89f39b55a3e7d9b5fff338f5ead4330323be7cb468e45c308359463bbf3c0048d53418f3a82c24a4ea789e languageName: node linkType: hard -"@backstage/frontend-app-api@npm:^0.13.0": - version: 0.13.0 - resolution: "@backstage/frontend-app-api@npm:0.13.0" +"@backstage/frontend-app-api@npm:^0.13.1": + version: 0.13.1 + resolution: "@backstage/frontend-app-api@npm:0.13.1" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-app-api": "npm:^1.19.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-app-api": "npm:^1.19.1" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-defaults": "npm:^0.3.1" - "@backstage/frontend-plugin-api": "npm:^0.12.0" + "@backstage/frontend-defaults": "npm:^0.3.2" + "@backstage/frontend-plugin-api": "npm:^0.12.1" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" lodash: "npm:^4.17.21" @@ -2517,20 +2514,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/a5c4cd595f1200d1aec1f16e59b04667ef8f77e6594da51bedf76f6bfc272d425302ecdabdf155495f5f5239e635da36534cf2eee751cf4d652e4e5200c92436 + checksum: 10/548b238f9a6bb4a838e6c09fa21363d31cd4b8c58a4f5928dea192ae11b992ad6deef2318f444968c0f58069a8ff8805a9ffe468b92a2a6c5b51ae8d75ae7088 languageName: node linkType: hard -"@backstage/frontend-defaults@npm:^0.3.1": - version: 0.3.1 - resolution: "@backstage/frontend-defaults@npm:0.3.1" +"@backstage/frontend-defaults@npm:^0.3.2": + version: 0.3.2 + resolution: "@backstage/frontend-defaults@npm:0.3.2" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-components": "npm:^0.18.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-components": "npm:^0.18.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-app-api": "npm:^0.13.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-app": "npm:^0.3.0" + "@backstage/frontend-app-api": "npm:^0.13.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-app": "npm:^0.3.1" "@react-hookz/web": "npm:^24.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -2540,16 +2537,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/4b91946367395cdae59a27b238b7c8da92f4ea9731d50ca128fe972dff07d6bd88b9fa5f4d0652962470e36846f9732b80f4035f93b093631210469a8e4ba284 + checksum: 10/5b957a350e03cbab1a661fa8c113e83866dcdd38d424f5ffd4f1ef5bb1d0fb835d623baed1e1b957716825de405e035d9770eb32c9d54da53c7245b6ec9b04d9 languageName: node linkType: hard -"@backstage/frontend-plugin-api@npm:^0.12.0": - version: 0.12.0 - resolution: "@backstage/frontend-plugin-api@npm:0.12.0" +"@backstage/frontend-plugin-api@npm:^0.12.1": + version: 0.12.1 + resolution: "@backstage/frontend-plugin-api@npm:0.12.1" dependencies: - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.4" @@ -2564,19 +2561,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/34a7d90e54d414216a8b3ccb1c906e1facd6f6866c62df0c9f6b6a7bdc427eb80d7d04f96fbaccda47fc9debf3e28c447e2003af9997b77db39a6483424d7bf5 + checksum: 10/f1c5d2f6c078ccae3fd11dfb9e06f88e643b79dfcccd970f7390376c7234b4946700d9da3b78c646f55100add6a3eba20673b9c25c46de24b515b2af036df163 languageName: node linkType: hard -"@backstage/frontend-test-utils@npm:^0.3.6": - version: 0.3.6 - resolution: "@backstage/frontend-test-utils@npm:0.3.6" +"@backstage/frontend-test-utils@npm:^0.4.0": + version: 0.4.0 + resolution: "@backstage/frontend-test-utils@npm:0.4.0" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/frontend-app-api": "npm:^0.13.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-app": "npm:^0.3.0" - "@backstage/test-utils": "npm:^1.7.11" + "@backstage/config": "npm:^1.3.5" + "@backstage/frontend-app-api": "npm:^0.13.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-app": "npm:^0.3.1" + "@backstage/test-utils": "npm:^1.7.12" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" zod: "npm:^3.22.4" @@ -2589,32 +2586,32 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/794027aedea7b52395d6e118f31f0858dd298cdc43fb2a47d65677e0d9b9e0bb6bd7ddf61a180f14da86235b71974598211b9cc6294c1924c9e1fb0569bc42f5 + checksum: 10/513581507492071d0538404abf75a75f9848bfa8868292482d8a4e758be5857215ee33f1ed2f1e5022f02e6b5861f3b1a9943257ad509fa82550a57b714cc2d6 languageName: node linkType: hard -"@backstage/integration-aws-node@npm:^0.1.17": - version: 0.1.17 - resolution: "@backstage/integration-aws-node@npm:0.1.17" +"@backstage/integration-aws-node@npm:^0.1.18": + version: 0.1.18 + resolution: "@backstage/integration-aws-node@npm:0.1.18" dependencies: "@aws-sdk/client-sts": "npm:^3.350.0" "@aws-sdk/credential-provider-node": "npm:^3.350.0" "@aws-sdk/credential-providers": "npm:^3.350.0" "@aws-sdk/types": "npm:^3.347.0" "@aws-sdk/util-arn-parser": "npm:^3.310.0" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - checksum: 10/a7cdccc94c00e9ffbbdd2ea03657715eb9c9f71bf383f7e0334ff2437dfcab82ec414d0d09ee886b12a792938a09f548abfa599a95945c3f90313d364cfb761d + checksum: 10/648791224e3bf4cf4587e380b1702842b06290605989f18b899851b7367d33b07fc64d2c77a21d17c0e4f14ab9cf72589011c2722fac6977d943fc02281999cf languageName: node linkType: hard -"@backstage/integration-react@npm:^1.2.10": - version: 1.2.10 - resolution: "@backstage/integration-react@npm:1.2.10" +"@backstage/integration-react@npm:^1.2.11": + version: 1.2.11 + resolution: "@backstage/integration-react@npm:1.2.11" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/integration": "npm:^1.18.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/integration": "npm:^1.18.1" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -2625,17 +2622,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/463f497b17bf41dc68ccbbbbf173c8d6c52ca9844b08193dd7a03c88a277c973ef6a15eda3ff7b1cda6818a37b936991521067d340d9090fc31aeab4140ed6e5 + checksum: 10/d64f8c84ebf9e85e7c033e7c7d4d85a85cc339cfec7f69eb696e110d980c906009ecbff35d6b6db965c5e9ac4554a37b0b318c81f6b846f8429bdda9384d42a0 languageName: node linkType: hard -"@backstage/integration@npm:^1.18.0": - version: 1.18.0 - resolution: "@backstage/integration@npm:1.18.0" +"@backstage/integration@npm:^1.18.1": + version: 1.18.1 + resolution: "@backstage/integration@npm:1.18.1" dependencies: "@azure/identity": "npm:^4.0.0" "@azure/storage-blob": "npm:^12.5.0" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" "@octokit/auth-app": "npm:^4.0.0" "@octokit/rest": "npm:^19.0.3" @@ -2643,24 +2640,24 @@ __metadata: git-url-parse: "npm:^15.0.0" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10/64fe197230666d2ece8b1d41a92287fe52bc89312e8d16baa3ffa1a92c33aa858fae34f86c4ef939f63a0f01e04fe24ece21119e55e4d96078279f162ab5db54 + checksum: 10/5c6bb8274b7e7ab92b87534e65ed988008c0f300ee2e983855788ea302488a6e131cca11a8c0f5ceb9df577505911dcbd69934bc035ca986558094a778d7e886 languageName: node linkType: hard -"@backstage/plugin-api-docs@npm:^0.12.11": - version: 0.12.11 - resolution: "@backstage/plugin-api-docs@npm:0.12.11" +"@backstage/plugin-api-docs@npm:^0.13.0": + version: 0.13.0 + resolution: "@backstage/plugin-api-docs@npm:0.13.0" dependencies: "@asyncapi/react-component": "npm:^2.3.3" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog": "npm:^1.31.3" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-permission-react": "npm:^0.4.36" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog": "npm:^1.31.4" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-permission-react": "npm:^0.4.37" "@graphiql/react": "npm:^0.23.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -2669,8 +2666,7 @@ __metadata: graphql: "npm:^16.0.0" graphql-config: "npm:^5.0.2" graphql-ws: "npm:^5.4.1" - isomorphic-form-data: "npm:^2.0.0" - swagger-ui-react: "npm:^5.0.0" + swagger-ui-react: "npm:^5.27.1" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -2679,20 +2675,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/c1bda7e189f4407d855b05e04a099024cf8eb3845e0ca7f1d294fa357e3480423fd2e4f05b9f93b21b7451c369a9aa2bb2985fec02242e8a7a2b21bb488a97ee + checksum: 10/ce768b25e12c1d2418f74ea0a557ff1cef2d4c68d83608257035a95d723af7e548d14400764d6fff10a4524ed218bc3a83ec9a45ef8fdb5285bcf98aef8393a8 languageName: node linkType: hard -"@backstage/plugin-app-backend@npm:^0.5.6": - version: 0.5.6 - resolution: "@backstage/plugin-app-backend@npm:0.5.6" +"@backstage/plugin-app-backend@npm:^0.5.7": + version: 0.5.7 + resolution: "@backstage/plugin-app-backend@npm:0.5.7" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" - "@backstage/config-loader": "npm:^1.10.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" + "@backstage/config-loader": "npm:^1.10.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-app-node": "npm:^0.1.37" - "@backstage/plugin-auth-node": "npm:^0.6.7" + "@backstage/plugin-app-node": "npm:^0.1.38" + "@backstage/plugin-auth-node": "npm:^0.6.8" "@backstage/types": "npm:^1.2.2" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -2703,33 +2699,33 @@ __metadata: lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" yn: "npm:^4.0.0" - checksum: 10/ecf119160f72c6872862cd5810a6f3214a17919774f2946ff7bbb4937afe18fec343100e8818e7390ed7fa3b759928113f949fb968a506b73b5fbb7a5c7c2dbf + checksum: 10/fe3167dfa934ec29297efa00bba70b619602b9e36563b9a6bf819222d877b546cc1a1e50fece7d218a0906bc459b0e4a7936213f95ae1c4d0853f3f958e10649 languageName: node linkType: hard -"@backstage/plugin-app-node@npm:^0.1.37": - version: 0.1.37 - resolution: "@backstage/plugin-app-node@npm:0.1.37" +"@backstage/plugin-app-node@npm:^0.1.38": + version: 0.1.38 + resolution: "@backstage/plugin-app-node@npm:0.1.38" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config-loader": "npm:^1.10.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config-loader": "npm:^1.10.5" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" fs-extra: "npm:^11.2.0" - checksum: 10/d9493243f02fccf984b8848f1c98d2ff79b6a658fdecdb3a72f316715b470e73687abd9e8a53fbc1013e28fae844b47e048474339177523a917955b3e57de145 + checksum: 10/0cb8499c8ad68ddead3caea3616c7005d852d20cf3a3b50d2ed4ff04536acf7dce3d30abadbffa4f814ec348e1fd6b3cee0ab6060e4acca95bb19bfa04f32ada languageName: node linkType: hard -"@backstage/plugin-app@npm:^0.3.0": - version: 0.3.0 - resolution: "@backstage/plugin-app@npm:0.3.0" - dependencies: - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/theme": "npm:^0.6.8" +"@backstage/plugin-app@npm:^0.3.1": + version: 0.3.1 + resolution: "@backstage/plugin-app@npm:0.3.1" + dependencies: + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/theme": "npm:^0.7.0" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.9.13" @@ -2746,45 +2742,45 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/dfdeb45d844bb31e480c8f63b04ed397d270c7eeb281c0cb7fc2522522523c5cf764bbf5511b1d1635a4be4ee25e0b633af6fc9cbec5caeda9618bbeaeac683a + checksum: 10/832aae0a5d1d27c20ca5482a28df5e71fc97a83613f9132ed2a87421da214f08d59c0469c661b624c52d83d9bb8b47cf565c9529ba545960a110f70074e6dcc9 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-github-provider@npm:^0.3.7": - version: 0.3.7 - resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.3.7" +"@backstage/plugin-auth-backend-module-github-provider@npm:^0.3.8": + version: 0.3.8 + resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.3.8" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/plugin-auth-node": "npm:^0.6.7" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/plugin-auth-node": "npm:^0.6.8" passport-github2: "npm:^0.1.12" zod: "npm:^3.22.4" - checksum: 10/4f25b0650434b19a8b9070be25ce80c309138f42325132a3d4eec94d7c72992cb9b1469fe0edb694d0c146bfc338d1e156528e3ab6ef733b42fec5b38ae69ecf + checksum: 10/977fa5b15f8ad6ce901e02fc44de2f102f20208107c2216183008b72d4b34fdf38033d53787ba8b4395ef61305719b07d73307581f550bde209e17abf9ff6ae6 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.12": - version: 0.2.12 - resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.12" +"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.13": + version: 0.2.13 + resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.13" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.7" + "@backstage/plugin-auth-node": "npm:^0.6.8" passport-oauth2: "npm:^1.7.0" - checksum: 10/038989444d20253e4ee15564d990aed1a7e57efb0a03fde380bbe1ca95de4f511111397e3d711f963a558d31837e34b55d0cc2af211e7523a5898c200de8a7b3 + checksum: 10/54cb7b43454cef8572eacfd3c6faad49f60e8fcd061c26287a49f12d25f7deffadfecec6a103b3277d590872f978a6a6a16132b60ec5ca2d0b8de8f9921ac850 languageName: node linkType: hard -"@backstage/plugin-auth-backend@npm:^0.25.4": - version: 0.25.4 - resolution: "@backstage/plugin-auth-backend@npm:0.25.4" +"@backstage/plugin-auth-backend@npm:^0.25.5": + version: 0.25.5 + resolution: "@backstage/plugin-auth-backend@npm:0.25.5" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-catalog-node": "npm:^1.19.0" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-catalog-node": "npm:^1.19.1" "@backstage/types": "npm:^1.2.2" "@google-cloud/firestore": "npm:^7.0.0" connect-session-knex: "npm:^4.0.0" @@ -2800,18 +2796,18 @@ __metadata: minimatch: "npm:^9.0.0" passport: "npm:^0.7.0" uuid: "npm:^11.0.0" - checksum: 10/3c9316e906570ed1a3451a70e20954d3c9c1474d937df3562ba9ce7c75c71e5b73dd23e3bd7372e627ae2c515b146d617865bf70d32323009da3707844fbab6d + checksum: 10/8e5e0e5a61aacad6a9df87d4fca97074ed576aca02accd1b462758b7460fa6418223983d729b37d4a869a4f0b482a32d6cbfb83cf8c19b1c101caa3a5bc31a5b languageName: node linkType: hard -"@backstage/plugin-auth-node@npm:^0.6.7": - version: 0.6.7 - resolution: "@backstage/plugin-auth-node@npm:0.6.7" +"@backstage/plugin-auth-node@npm:^0.6.8": + version: 0.6.8 + resolution: "@backstage/plugin-auth-node@npm:0.6.8" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.2" "@types/express": "npm:^4.17.6" @@ -2823,16 +2819,16 @@ __metadata: zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.21.4" zod-validation-error: "npm:^3.4.0" - checksum: 10/f25ada64c900b7fd00f2088edb94f9fd35b306b9c754936a81b8c3c9d6f80e842e1f224648b7b8d39d84d75340a6c51afa2d9ec1bab8c0fac11cb84416177a1a + checksum: 10/7253c8869b37f9c644eeeb1bac632d1cb961df56826c25f8e59cf9f4e8a6901576a17ba5db493503c8f0908da1e7dfb2af1c84c3d015c2eac6d38f4598798581 languageName: node linkType: hard -"@backstage/plugin-auth-react@npm:^0.1.19": - version: 0.1.19 - resolution: "@backstage/plugin-auth-react@npm:0.1.19" +"@backstage/plugin-auth-react@npm:^0.1.20": + version: 0.1.20 + resolution: "@backstage/plugin-auth-react@npm:0.1.20" dependencies: - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" "@material-ui/core": "npm:^4.9.13" "@react-hookz/web": "npm:^24.0.0" @@ -2844,60 +2840,60 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/4756cc382cb01e4ce6bbdaea983d6e94dfe5317a8e184c41de4775fda37f780942fd4fc0d9c70e5bf6ed5de72da0bb7fd291c9960be7932e055474a1d80aba88 + checksum: 10/3b29d643fd9192581d413e81d1a7e221e234f15445d3a9b238a9cc642abc6d66ca943dafd42da568329e3fe18b5bde979e52d1f1080b4184254cfc5d5f66ef4e languageName: node linkType: hard -"@backstage/plugin-bitbucket-cloud-common@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/plugin-bitbucket-cloud-common@npm:0.3.2" +"@backstage/plugin-bitbucket-cloud-common@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/plugin-bitbucket-cloud-common@npm:0.3.3" dependencies: - "@backstage/integration": "npm:^1.18.0" + "@backstage/integration": "npm:^1.18.1" cross-fetch: "npm:^4.0.0" - checksum: 10/6a6901c37587b0ca13ec796bb14b0730d741fd9153818c9ccfabd007835eed20592a59307981f63f8f1ad0431fd28c64d80fec8b2d789a47e42c35b882ababe2 + checksum: 10/e6a7e70e035f1e7bd9b50391dae46fc5bd26446fff518deb2930be434eb22cd63ed905919aa98de09942d81c0761840203fc7778b0bbda0edc1528ab0acd9b0e languageName: node linkType: hard -"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.14": - version: 0.1.14 - resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.14" +"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.15": + version: 0.1.15 + resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.15" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/plugin-catalog-backend": "npm:^3.1.0" - "@backstage/plugin-events-node": "npm:^0.4.15" - checksum: 10/3e7e34329c14f256d50c7ed34dddc555806ac1705854309ab2b937839a7bee6577863b975140a37e6ad3b64db906e58912ff447f2a4959a2a2ab590694583d10 + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/plugin-catalog-backend": "npm:^3.1.2" + "@backstage/plugin-events-node": "npm:^0.4.16" + checksum: 10/128b66b6123ec3e96e316f72be1ee0707776678a7ecdca8cced917b8c2b0d293741d8a82d68f4ef70abe0bbb096d41817fe0f3d40b533e7f89ae0f7f66461b0f languageName: node linkType: hard -"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.12": - version: 0.2.12 - resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.12" +"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.13": + version: 0.2.13 + resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.13" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-scaffolder-common": "npm:^1.7.1" - checksum: 10/543c6af3a821e2a93fc3a5d7fd3f639ee1ca70ed3c30d9af8a00926470b4e128f92f88d573874af61d9a91712ed2ca4b486ca25c75dd072bee9d1c3375df1940 + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-scaffolder-common": "npm:^1.7.2" + checksum: 10/df02e874fda706db4fc84dd61ddda0ac477552170787aedad57efe4197437f16187dc22d25f75f14660fc9afddd08f711ecaacb7aae3a563c17e83fb448ba161 languageName: node linkType: hard -"@backstage/plugin-catalog-backend@npm:^3.1.0": - version: 3.1.0 - resolution: "@backstage/plugin-catalog-backend@npm:3.1.0" +"@backstage/plugin-catalog-backend@npm:^3.1.2": + version: 3.1.2 + resolution: "@backstage/plugin-catalog-backend@npm:3.1.2" dependencies: - "@backstage/backend-openapi-utils": "npm:^0.6.1" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-openapi-utils": "npm:^0.6.2" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-events-node": "npm:^0.4.15" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-events-node": "npm:^0.4.16" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" "@backstage/types": "npm:^1.2.2" "@opentelemetry/api": "npm:^1.9.0" codeowners-utils: "npm:^1.0.2" @@ -2917,32 +2913,32 @@ __metadata: yaml: "npm:^2.0.0" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10/43472c6b67319a6f5f63734a811a22f2fcf319ef6d5e86635766d17a9df5f365a07417122d4e97b166b93c6ae90b75c27479939153b6d64cb09fd563212b8b40 + checksum: 10/787d1d90c93cffaf92d653218cec80e79f074a5c7d9076f0fd56fb55adcf9c34e30156f63343201d1228f21d1e9a834e443edc41e9b59f8f706a9bc9d31b6922 languageName: node linkType: hard -"@backstage/plugin-catalog-common@npm:^1.1.5": - version: 1.1.5 - resolution: "@backstage/plugin-catalog-common@npm:1.1.5" +"@backstage/plugin-catalog-common@npm:^1.1.6": + version: 1.1.6 + resolution: "@backstage/plugin-catalog-common@npm:1.1.6" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-search-common": "npm:^1.2.19" - checksum: 10/2349ac930fb32c3217806b43a1dbf1fdc23192a1b220f1198c7f3fcec88b0d05e39a57141b014e3da4e2945c75ffdaf164028742cdca5ba89696514ecde9a7e6 + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-search-common": "npm:^1.2.20" + checksum: 10/0d64093c17da97ee7d5fb3604605de9184f6d29c1be4cf842478adfa16fff4ca3eb1160d10c5c3ca1bcecc12d5ee081f150043fb9087f67efa44b4514a9aa13c languageName: node linkType: hard -"@backstage/plugin-catalog-graph@npm:^0.5.1": - version: 0.5.1 - resolution: "@backstage/plugin-catalog-graph@npm:0.5.1" +"@backstage/plugin-catalog-graph@npm:^0.5.2": + version: 0.5.2 + resolution: "@backstage/plugin-catalog-graph@npm:0.5.2" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.1" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-react": "npm:^1.21.1" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-react": "npm:^1.21.2" "@backstage/types": "npm:^1.2.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -2960,26 +2956,26 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/29ad626a83c165b03db8e2a7aba98b08032b451f2595220a4717a44f77319e6e5b0f6d69d432b00b88b86f6d9c0655d8325708cc811ca0ca22b51726042476d9 + checksum: 10/9b211b3d20b6d37a25b726f0d1ccb85f9df4303d58587e404b7f45560f69b4848ad412ccde0f303904810dbf6d71d7f109e84e66acf2e2a7f817bef4dd60dc0a languageName: node linkType: hard -"@backstage/plugin-catalog-import@npm:^0.13.5": - version: 0.13.5 - resolution: "@backstage/plugin-catalog-import@npm:0.13.5" +"@backstage/plugin-catalog-import@npm:^0.13.6": + version: 0.13.6 + resolution: "@backstage/plugin-catalog-import@npm:0.13.6" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/integration": "npm:^1.18.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-react": "npm:^1.21.0" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-react": "npm:^1.21.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -2998,44 +2994,44 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/d4c577ea24829579ba6f9b5370f9b9baf5e34a7120f6d08482c122483c48376655029c76082f5c2e75869b3d87ceeb3713fcc42d8e956f8f7585624099cda0af + checksum: 10/afd658e622b19956deaadab286d2050c62bb098d1d0eebde7d3bd02e6afa9ec9978934cff2f500e6eaca2dcc69e66455e1fc0c3c9aee6dc3530b35e53817261d languageName: node linkType: hard -"@backstage/plugin-catalog-node@npm:^1.19.0": - version: 1.19.0 - resolution: "@backstage/plugin-catalog-node@npm:1.19.0" +"@backstage/plugin-catalog-node@npm:^1.19.1": + version: 1.19.1 + resolution: "@backstage/plugin-catalog-node@npm:1.19.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" "@backstage/types": "npm:^1.2.2" lodash: "npm:^4.17.21" yaml: "npm:^2.0.0" - checksum: 10/4220ae095d3ad93f5df1d94aa1fed13bc2553a9f6c6747990910061f48a775f54c58e8c28a74e06dae0a40a15f3e9f3fa33259f825bf00a2cef45136750e9ac4 + checksum: 10/de4cc0483f9a6c405a94b632f63a07c3fb55b576460ecd2ec78307bddfd1f07806b8ccefacedb53db65a7419a2225fbbce46d88a123f17d45588c3d984b5bd6b languageName: node linkType: hard -"@backstage/plugin-catalog-react@npm:^1.21.0, @backstage/plugin-catalog-react@npm:^1.21.1": - version: 1.21.1 - resolution: "@backstage/plugin-catalog-react@npm:1.21.1" +"@backstage/plugin-catalog-react@npm:^1.21.2": + version: 1.21.2 + resolution: "@backstage/plugin-catalog-react@npm:1.21.2" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.1" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/frontend-test-utils": "npm:^0.3.6" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-react": "npm:^0.4.36" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/frontend-test-utils": "npm:^0.4.0" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-react": "npm:^0.4.37" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3044,7 +3040,7 @@ __metadata: "@react-hookz/web": "npm:^24.0.0" classnames: "npm:^2.2.6" lodash: "npm:^4.17.21" - material-ui-popup-state: "npm:^1.9.3" + material-ui-popup-state: "npm:^5.3.6" qs: "npm:^6.9.4" react-use: "npm:^17.2.4" yaml: "npm:^2.0.0" @@ -3057,30 +3053,30 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/82db3907150b2ce5f2553a8eebd4f69524a2337ef1f90a465eb8584e811b0eeca06bdc70d34d04665708529b1a33d856409a7bb68fd23ad8d51ebadbba7261af + checksum: 10/883502ea131c2ab14d689ee990e1c5028e4750002829f4b77b5c9af1065b5422764229961b6cfafc75f59a33a0e521b233d98a07bffeb9635ef96be2ad607cf8 languageName: node linkType: hard -"@backstage/plugin-catalog@npm:^1.31.3": - version: 1.31.3 - resolution: "@backstage/plugin-catalog@npm:1.31.3" +"@backstage/plugin-catalog@npm:^1.31.4": + version: 1.31.4 + resolution: "@backstage/plugin-catalog@npm:1.31.4" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/plugin-scaffolder-common": "npm:^1.7.1" - "@backstage/plugin-search-common": "npm:^1.2.19" - "@backstage/plugin-search-react": "npm:^1.9.4" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/plugin-scaffolder-common": "npm:^1.7.2" + "@backstage/plugin-search-common": "npm:^1.2.20" + "@backstage/plugin-search-react": "npm:^1.9.5" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-react": "npm:^1.3.3" + "@backstage/plugin-techdocs-react": "npm:^1.3.4" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3103,15 +3099,15 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/8ad75a1bd1a27d6cd5a48314392456e9c97ffb475920750eb7b6592374282c48b143c9d204243324b4e990fadcea5ae058cd5ab5448494e3b670279a66daced0 + checksum: 10/d5e25fbd4d6b07b4c7bc35cdf1d7d813d5c09891c67fa33f9a334f626a132eb36d5c2d52114dacb079010eabf6ad7796ce9263e179194eb41894d995ed0bb0a4 languageName: node linkType: hard -"@backstage/plugin-events-node@npm:^0.4.15": - version: 0.4.15 - resolution: "@backstage/plugin-events-node@npm:0.4.15" +"@backstage/plugin-events-node@npm:^0.4.16": + version: 0.4.16 + resolution: "@backstage/plugin-events-node@npm:0.4.16" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.2" "@types/content-type": "npm:^1.1.8" @@ -3120,30 +3116,30 @@ __metadata: cross-fetch: "npm:^4.0.0" express: "npm:^4.17.1" uri-template: "npm:^2.0.0" - checksum: 10/2ae88f21781d1899669b3cc5b71f7d53fe062d469f9921f258b30e5ea5c2d3bf34e28e2b7fd1385031be82b734084dba561ab98a5110da1db7c6e8e8c76dc223 + checksum: 10/4f4c5d83f6bd6b7b2c44a710708db0ce19330d8543782200eae400d04aac96ae8c85a6f5dde716e61978ae47b32d08c5561aa6ae33884fc450edf83368bd8750 languageName: node linkType: hard -"@backstage/plugin-kubernetes-backend@npm:^0.20.2": - version: 0.20.2 - resolution: "@backstage/plugin-kubernetes-backend@npm:0.20.2" +"@backstage/plugin-kubernetes-backend@npm:^0.20.3": + version: 0.20.3 + resolution: "@backstage/plugin-kubernetes-backend@npm:0.20.3" dependencies: "@aws-crypto/sha256-js": "npm:^5.0.0" "@aws-sdk/credential-providers": "npm:^3.350.0" "@aws-sdk/signature-v4": "npm:^3.347.0" "@azure/identity": "npm:^4.0.0" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration-aws-node": "npm:^0.1.17" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-kubernetes-common": "npm:^0.9.6" - "@backstage/plugin-kubernetes-node": "npm:^0.3.4" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" + "@backstage/integration-aws-node": "npm:^0.1.18" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-kubernetes-common": "npm:^0.9.7" + "@backstage/plugin-kubernetes-node": "npm:^0.3.5" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" "@backstage/types": "npm:^1.2.2" "@google-cloud/container": "npm:^5.0.0" "@jest-mock/express": "npm:^2.0.1" @@ -3163,49 +3159,49 @@ __metadata: stream-buffers: "npm:^3.0.2" winston: "npm:^3.2.1" yn: "npm:^4.0.0" - checksum: 10/3f0ae8261fd08059d149d9d86949928faf9ea92aff5031875228508d5ff5e955a09a1478fcb583f73757b898758634c7d450eb83b5c77e05508cc8043154f441 + checksum: 10/540f00aa9b0c2dd7825b30cfc9a6685d6d00401a2c1e5b2dbf33f72f83db7a372b630a95daa64703b15ec4a67660badabbdb8fba6bc179ce9d37e2f29057d532 languageName: node linkType: hard -"@backstage/plugin-kubernetes-common@npm:^0.9.2, @backstage/plugin-kubernetes-common@npm:^0.9.6": - version: 0.9.6 - resolution: "@backstage/plugin-kubernetes-common@npm:0.9.6" +"@backstage/plugin-kubernetes-common@npm:^0.9.2, @backstage/plugin-kubernetes-common@npm:^0.9.7": + version: 0.9.7 + resolution: "@backstage/plugin-kubernetes-common@npm:0.9.7" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/types": "npm:^1.2.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/types": "npm:^1.2.2" "@kubernetes/client-node": "npm:1.1.2" kubernetes-models: "npm:^4.3.1" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10/48b8ea30e0b3f5a892afbdcae61319b29f8d3282ae0206950bad8eff32205be6a0a50288e863f4b69aa7c6e308016990cb62feeb342e19d38705bdc888c7770e + checksum: 10/b189dd3940601447366503a81f41f052c0f7ad012c555e7151cbb1b2f7f9c0809e552632e5af1e4d0e9e34a81a9a72754b4d786b07189bd4f25e31da53b858a6 languageName: node linkType: hard -"@backstage/plugin-kubernetes-node@npm:^0.3.4": - version: 0.3.4 - resolution: "@backstage/plugin-kubernetes-node@npm:0.3.4" +"@backstage/plugin-kubernetes-node@npm:^0.3.5": + version: 0.3.5 + resolution: "@backstage/plugin-kubernetes-node@npm:0.3.5" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/plugin-kubernetes-common": "npm:^0.9.6" + "@backstage/plugin-kubernetes-common": "npm:^0.9.7" "@backstage/types": "npm:^1.2.2" "@kubernetes/client-node": "npm:1.1.2" node-fetch: "npm:^2.7.0" winston: "npm:^3.2.1" - checksum: 10/32f328a7d90e4fc03161bff37ca0a494f29fc0345c59546244584f3335fd50339a3371096af716c5b608e9548a06b56287bbdbe9c97317ddb3e3c7a52bd4704c + checksum: 10/39fe8cafb70d1435c6aa04ab392608e34a970e4febfbff8dcd0328bbd458a44bedb7024475ce1280839bf922d19f9a916911e345b11883d2c3fb46d54abc5979 languageName: node linkType: hard -"@backstage/plugin-kubernetes-react@npm:^0.5.11, @backstage/plugin-kubernetes-react@npm:^0.5.3": - version: 0.5.11 - resolution: "@backstage/plugin-kubernetes-react@npm:0.5.11" +"@backstage/plugin-kubernetes-react@npm:^0.5.12, @backstage/plugin-kubernetes-react@npm:^0.5.3": + version: 0.5.12 + resolution: "@backstage/plugin-kubernetes-react@npm:0.5.12" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-kubernetes-common": "npm:^0.9.6" + "@backstage/plugin-kubernetes-common": "npm:^0.9.7" "@backstage/types": "npm:^1.2.2" "@kubernetes-models/apimachinery": "npm:^2.0.0" "@kubernetes-models/base": "npm:^5.0.0" @@ -3230,35 +3226,24 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/2ebff43ec7c64d862d579bdccdc379946d9ff6a2d3a05a03c1b32413279de860f00f5685d7960277cff2c1ca2dc9cabd66dab92201a356aa4cba93c40927666a + checksum: 10/dd5847624eea168b43d7781285fe8627c66013db84bf2a2bf68910a5bfbd3d25b42770cc01cf54a9d762b7a79b94abd7415852bfbe63cb4a524086b6a8817d11 languageName: node linkType: hard -"@backstage/plugin-kubernetes@npm:^0.12.11": - version: 0.12.11 - resolution: "@backstage/plugin-kubernetes@npm:0.12.11" +"@backstage/plugin-kubernetes@npm:^0.12.12": + version: 0.12.12 + resolution: "@backstage/plugin-kubernetes@npm:0.12.12" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-kubernetes-common": "npm:^0.9.6" - "@backstage/plugin-kubernetes-react": "npm:^0.5.11" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@kubernetes-models/apimachinery": "npm:^2.0.0" - "@kubernetes-models/base": "npm:^5.0.0" - "@kubernetes/client-node": "npm:1.1.2" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-kubernetes-common": "npm:^0.9.7" + "@backstage/plugin-kubernetes-react": "npm:^0.5.12" + "@backstage/plugin-permission-react": "npm:^0.4.37" "@material-ui/core": "npm:^4.12.2" - "@xterm/addon-attach": "npm:^0.11.0" - "@xterm/addon-fit": "npm:^0.10.0" - "@xterm/xterm": "npm:^5.5.0" - cronstrue: "npm:^2.2.0" - js-yaml: "npm:^4.0.0" - kubernetes-models: "npm:^4.1.0" - lodash: "npm:^4.17.21" - luxon: "npm:^3.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3267,21 +3252,21 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/fd9c0871a87934ff1d21973b7637f5e297af9dbe4435434bccf6834625359c2417bd233d59ce85cfcee9f7cb552d61a792ecf2dec36066de507f41b175f55c7a + checksum: 10/eb407936818f58f97df5be11588d241b7d6430f38c0103b77eb2774494cc4b7896e56f0e47c2f60b472e939a1e2a488af1e159970617b99e295ec3a3213dce22 languageName: node linkType: hard -"@backstage/plugin-org@npm:^0.6.44": - version: 0.6.44 - resolution: "@backstage/plugin-org@npm:0.6.44" +"@backstage/plugin-org@npm:^0.6.45": + version: 0.6.45 + resolution: "@backstage/plugin-org@npm:0.6.45" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-react": "npm:^1.21.0" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-react": "npm:^1.21.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -3298,82 +3283,82 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/a61cd707941e44c1745562a6c637b9cbaae31994561202b916687e77fa2e00a44de88e227979b7f886ffd9298b2cb7bc3337097b6dce1ff8e83df2ab983c4b3b + checksum: 10/7bf3400f533f2723e714105f16d603745aa5d3e8d372673055148bb2686e1da1d588d2ebb0a7f5af8abad3be960612002e4a4ee77a93cf47cbab64af31c9c776 languageName: node linkType: hard -"@backstage/plugin-permission-backend-module-allow-all-policy@npm:^0.2.12": - version: 0.2.12 - resolution: "@backstage/plugin-permission-backend-module-allow-all-policy@npm:0.2.12" +"@backstage/plugin-permission-backend-module-allow-all-policy@npm:^0.2.13": + version: 0.2.13 + resolution: "@backstage/plugin-permission-backend-module-allow-all-policy@npm:0.2.13" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" - checksum: 10/abf885613a5832e0e7ec5f0ccbc993ab905db40a1e43652fb743bb178b4fc836b7cb39a7cc0dfe7f50bbf7af30eb8481833e445f27dd62e29f2feb6e81a0749b + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" + checksum: 10/6b9552daf6d360f9f952f9de017f55bbdd23faaa6f49b5713c3c188db85899ea15d01d632dc4b9d2053aaabfc7fbe2e1c29b616f0829ad52b9c6706ace589fc4 languageName: node linkType: hard -"@backstage/plugin-permission-backend@npm:^0.7.4": - version: 0.7.4 - resolution: "@backstage/plugin-permission-backend@npm:0.7.4" +"@backstage/plugin-permission-backend@npm:^0.7.5": + version: 0.7.5 + resolution: "@backstage/plugin-permission-backend@npm:0.7.5" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" 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/85ad51f48542d064b9b4efa56424de712221b55ccc4a3cbbd121245e1385338a1575b645b92aca0371acfd8102ccf99cddffff70633519897b666182dc82f4e4 + checksum: 10/e45330dc2aaa6291a172891834942537867dd9a86395d4a6fe1ca04573cf8bb82a936a527f54c50395c899af9566c9e505a89f6a79d28cdf20277592d708a7d2 languageName: node linkType: hard -"@backstage/plugin-permission-common@npm:^0.9.1": - version: 0.9.1 - resolution: "@backstage/plugin-permission-common@npm:0.9.1" +"@backstage/plugin-permission-common@npm:^0.9.2": + version: 0.9.2 + resolution: "@backstage/plugin-permission-common@npm:0.9.2" dependencies: - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/types": "npm:^1.2.1" + "@backstage/types": "npm:^1.2.2" cross-fetch: "npm:^4.0.0" uuid: "npm:^11.0.0" zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.20.4" - checksum: 10/6ccd0ddab703ae65b73b91f345b6b60a7b87792328e5b38fcf626062f5cd5c12ab40fa405684a19066bd5107db95ca44d1884e757c67554fe0d98b0f43389f3b + checksum: 10/0ec490b36e1b5f93c1362f835d5702096d21f75a78e232db9b1e00d14ce54d05647f23189e8d749ee76fa0b3fa01946fa406fce89e1044e35f6b0ec3f526596e languageName: node linkType: hard -"@backstage/plugin-permission-node@npm:^0.10.4": - version: 0.10.4 - resolution: "@backstage/plugin-permission-node@npm:0.10.4" +"@backstage/plugin-permission-node@npm:^0.10.5": + version: 0.10.5 + resolution: "@backstage/plugin-permission-node@npm:0.10.5" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-permission-common": "npm:^0.9.1" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-permission-common": "npm:^0.9.2" "@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/227ae0c7fa8c8cc94ce7c61d1a754bfdbba7563d94ea7cfc516b51f6ce771a45b3ec4fab48911813b54119055e6a62852370098d0257d44bce935f6a450b667c + checksum: 10/0fe145823dda4c7e312d0db3306dcac418cc32e568cd545e214f94df2a91c23e67ee1f0b593d19759eb3896536151d2a0b90efbf91cd9fd29c882631aaa4436b languageName: node linkType: hard -"@backstage/plugin-permission-react@npm:^0.4.36": - version: 0.4.36 - resolution: "@backstage/plugin-permission-react@npm:0.4.36" +"@backstage/plugin-permission-react@npm:^0.4.37": + version: 0.4.37 + resolution: "@backstage/plugin-permission-react@npm:0.4.37" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-plugin-api": "npm:^1.10.9" - "@backstage/plugin-permission-common": "npm:^0.9.1" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" swr: "npm:^2.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3383,138 +3368,137 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/fe7192a9835e1759aa20e471ab5e5a4e01a2db70b232f21e8693f2925dbf92d6ea140ea89c935598972b52fd7b46e636be7bb25586eb1ef5d4e93b642ac5b75a + checksum: 10/d300b5ead015d2e366217d2feba53ced4bf9b71cbea36e20a03b34be4ca83a483c78da99d80078e1e0c6b9b5d8c3c6a31a9a8056f049cd4d878b1b82655cde4b languageName: node linkType: hard -"@backstage/plugin-proxy-backend@npm:^0.6.6": - version: 0.6.6 - resolution: "@backstage/plugin-proxy-backend@npm:0.6.6" +"@backstage/plugin-proxy-backend@npm:^0.6.7": + version: 0.6.7 + resolution: "@backstage/plugin-proxy-backend@npm:0.6.7" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/plugin-proxy-node": "npm:^0.1.8" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/plugin-proxy-node": "npm:^0.1.9" "@backstage/types": "npm:^1.2.2" express-promise-router: "npm:^4.1.0" http-proxy-middleware: "npm:^2.0.0" - checksum: 10/4707329592b11b684dfe985e82b77ba2f5af4bc182a7ad51b036c1603f8a79cf45857a3b747683920bdab5dd122295acb53d53843c7ed06d513a8afe672d9065 + checksum: 10/e4a09e7d935ffc8e0efcfc789a91e7924dfd5dd11ad5dfe7c87195e733cd32fba63864bafb7f40d2b4d849252c88bf99197fd20c4832cf563f48731747e5847e languageName: node linkType: hard -"@backstage/plugin-proxy-node@npm:^0.1.8": - version: 0.1.8 - resolution: "@backstage/plugin-proxy-node@npm:0.1.8" +"@backstage/plugin-proxy-node@npm:^0.1.9": + version: 0.1.9 + resolution: "@backstage/plugin-proxy-node@npm:0.1.9" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" http-proxy-middleware: "npm:^2.0.0" - checksum: 10/8e27b236e881ece831523ee5216f2802038200f62690cae2743f8ebf66844e8af1426ad1b78aab30464b21fbd8b5a74d4c56e42b3fb055d64b7e7ff3f0152dea + checksum: 10/7e347c3dcc0e2ae8f1013dca43b39815ecd6d58c14212988a5a0b12c617399fd59356d2ac64a35242061f5a034f17311403b9199e689975f954c5cbad82ef182 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-azure@npm:^0.2.13": - version: 0.2.13 - resolution: "@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.13" +"@backstage/plugin-scaffolder-backend-module-azure@npm:^0.2.14": + version: 0.2.14 + resolution: "@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.14" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" azure-devops-node-api: "npm:^14.0.0" yaml: "npm:^2.0.0" - checksum: 10/c99b2ffcd702fb34e24f346993a9df4e531d18b3aef8636400d862aa66a94bfe95af0f71e4dab89237b305a53c4fe45818a6738ade24ec31f0e50973688f328e + checksum: 10/49d372865868fc6fe8390525daa9a6d83d29461c67eaadda090ceeaa9a6aa5e9074848a0090af6122ef37b3f1b4184fe2e3b17789e2c58263f880e8be887a5ec languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:^0.2.13": - version: 0.2.13 - resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.13" +"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:^0.2.14": + version: 0.2.14 + resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.14" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-bitbucket-cloud-common": "npm:^0.3.2" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-bitbucket-cloud-common": "npm:^0.3.3" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" bitbucket: "npm:^2.12.0" fs-extra: "npm:^11.2.0" yaml: "npm:^2.0.0" zod: "npm:^3.22.4" - checksum: 10/2f7091d8b8d54930e5a2dc632b87c2ffac00fb70f154508621944584d1e93c2dc7873fb0bb8534981274498bd7752fb93286a93446e90574b72c46a71d2695e2 + checksum: 10/565f66e4fa05d0822c0265b7f1d57e95c3acace6131888b84fe6e7da534f60522950c8ba5c8bf93886223e47ac54bbbf28fc09c679a0b4350cca27cbdd6cdcca languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:^0.2.13": - version: 0.2.13 - resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.13" +"@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:^0.2.14": + version: 0.2.14 + resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.14" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" fs-extra: "npm:^11.2.0" yaml: "npm:^2.0.0" - zod: "npm:^3.22.4" - checksum: 10/81ec072f0326571458897d1160ddbaba2d26e8408b7e869c43da5962006b4f2b15267fdd75633e2391d123f2b63808d795b46b5a7dc27741abaa75b647664a13 + checksum: 10/2bc0032aa121ffa4403cedae9b773ef506985e5dab5ca621bb0bc945904639115cb5de7ccf476f7142c5fdf2a005af37714dc25a75b649b3138fe432f5d47715 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-bitbucket@npm:^0.3.14": - version: 0.3.14 - resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.14" +"@backstage/plugin-scaffolder-backend-module-bitbucket@npm:^0.3.15": + version: 0.3.15 + resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.15" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.13" - "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.13" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.14" + "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.14" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" fs-extra: "npm:^11.2.0" yaml: "npm:^2.0.0" - checksum: 10/de5d1f856207ebceb62693fada188fb01c3e026546d12a5f1df2fc00b1a5c5f52dc1db782f0d845c3b1c71508a55388927e30713611c2e8b972094c7f253e3e5 + checksum: 10/31c7c0bfc92e71c49515a2b2ab0ccd43f12467596a1bfabc92f31890f4b7db07787d9f02d273669e577660b39f64d4c85e918e2efeff7eca8556c4a6be8fdea8 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-gerrit@npm:^0.2.13": - version: 0.2.13 - resolution: "@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.13" +"@backstage/plugin-scaffolder-backend-module-gerrit@npm:^0.2.14": + version: 0.2.14 + resolution: "@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.14" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" yaml: "npm:^2.0.0" - checksum: 10/6f053bd6934ba978508d1396ed75eacf49c91bbc1c768a37a5b96136c963b0b6e4ac13c7394b36c4ae6a3d13206336462b4a2182d38c9a9006620e3a1afb6eb5 + checksum: 10/c8978ab94b6cc8f02b7c7753b27ea0b5769f891d2c0a2a1c61984a0a86bdddce649e28f1e80523180e898210c8dbdffd6bd41d06dfcd958003bae939a741f611 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-gitea@npm:^0.2.13": - version: 0.2.13 - resolution: "@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.13" +"@backstage/plugin-scaffolder-backend-module-gitea@npm:^0.2.14": + version: 0.2.14 + resolution: "@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.14" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" yaml: "npm:^2.0.0" - checksum: 10/4bdfa065748be322c0437461cf9894dae7e11616df650e25add4a2f7dd5273cbca78bba2252e9885148600300c3c5b4033b7312b50f5b263d47a429fd12f608b + checksum: 10/21b24f577fc25f7bda558381d0c0b59334aaa5238931b1a566a328e85f3b99e8d12a0844d0f40e73340c17b1e135c3bd701247bf5f70699b20ebe053d86cfec2 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-github@npm:^0.9.0": - version: 0.9.0 - resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.9.0" +"@backstage/plugin-scaffolder-backend-module-github@npm:^0.9.1": + version: 0.9.1 + resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.9.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" "@backstage/types": "npm:^1.2.2" "@octokit/webhooks": "npm:^10.9.2" libsodium-wrappers: "npm:^0.7.11" @@ -3522,57 +3506,56 @@ __metadata: octokit-plugin-create-pull-request: "npm:^5.0.0" yaml: "npm:^2.0.0" zod: "npm:^3.22.4" - checksum: 10/a222f0dd13b008d058f1011136c45bc7c048af7547ccab8bfeccbafaf6929a69e1bc5079144316d24a160818bbd1351d6082fde2fe8feba0a4e85ccfdffee655 + checksum: 10/e338f42dbd3b85866ff14189666b2b4bd1f685e4e1cb4166dc889bd68620199ff38f9e509afd4062adef6eac2278512b1467879e8b41f29b44c56125fd94b11d languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-gitlab@npm:^0.9.5": - version: 0.9.5 - resolution: "@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.9.5" +"@backstage/plugin-scaffolder-backend-module-gitlab@npm:^0.9.6": + version: 0.9.6 + resolution: "@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.9.6" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" "@gitbeaker/requester-utils": "npm:^41.2.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/2fc254dc132b3f8ba66c693664adfb92d3f04a1b74cf77046cbf17961e422678b674b24e7e097b0b61b96d7f26726291aa68939291f3a1a1ab2f788faf3f7a76 + checksum: 10/4229398fc977c1ca69dabcd873d1c171c67df713c48ee396848c4f59091541fcb2774838695ad5ed17c16373809badd5dbbf20f130f1d284af8f91d57d28c454 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend@npm:^2.2.1": - version: 2.2.1 - resolution: "@backstage/plugin-scaffolder-backend@npm:2.2.1" +"@backstage/plugin-scaffolder-backend@npm:^3.0.0": + version: 3.0.0 + resolution: "@backstage/plugin-scaffolder-backend@npm:3.0.0" dependencies: - "@backstage/backend-defaults": "npm:^0.12.1" - "@backstage/backend-openapi-utils": "npm:^0.6.1" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-defaults": "npm:^0.13.0" + "@backstage/backend-openapi-utils": "npm:^0.6.2" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-bitbucket-cloud-common": "npm:^0.3.2" - "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.12" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-events-node": "npm:^0.4.15" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" - "@backstage/plugin-scaffolder-backend-module-azure": "npm:^0.2.13" - "@backstage/plugin-scaffolder-backend-module-bitbucket": "npm:^0.3.14" - "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.13" - "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.13" - "@backstage/plugin-scaffolder-backend-module-gerrit": "npm:^0.2.13" - "@backstage/plugin-scaffolder-backend-module-gitea": "npm:^0.2.13" - "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.9.0" - "@backstage/plugin-scaffolder-backend-module-gitlab": "npm:^0.9.5" - "@backstage/plugin-scaffolder-common": "npm:^1.7.1" - "@backstage/plugin-scaffolder-node": "npm:^0.11.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-bitbucket-cloud-common": "npm:^0.3.3" + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.13" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-events-node": "npm:^0.4.16" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" + "@backstage/plugin-scaffolder-backend-module-azure": "npm:^0.2.14" + "@backstage/plugin-scaffolder-backend-module-bitbucket": "npm:^0.3.15" + "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.14" + "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.14" + "@backstage/plugin-scaffolder-backend-module-gerrit": "npm:^0.2.14" + "@backstage/plugin-scaffolder-backend-module-gitea": "npm:^0.2.14" + "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.9.1" + "@backstage/plugin-scaffolder-backend-module-gitlab": "npm:^0.9.6" + "@backstage/plugin-scaffolder-common": "npm:^1.7.2" + "@backstage/plugin-scaffolder-node": "npm:^0.12.0" "@backstage/types": "npm:^1.2.2" "@opentelemetry/api": "npm:^1.9.0" "@types/luxon": "npm:^3.0.0" @@ -3600,18 +3583,18 @@ __metadata: zen-observable: "npm:^0.10.0" zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.20.4" - checksum: 10/c39378d3f1a5e7d726405cfebaee7fc3ca04a27ecc4b05f34a0d09cd1e2373ad45385113c32defaa06baefd125fca27c12f7295360e235ab863183cae60ab997 + checksum: 10/c6144ea9ba69c7a463dc9a8ac30453d161681c39cb162dfb5d492ca8184ada561adbc1cd7285682e5aa2afdbf262958e7973a87b37bd445573ea4c98d067a982 languageName: node linkType: hard -"@backstage/plugin-scaffolder-common@npm:^1.7.1": - version: 1.7.1 - resolution: "@backstage/plugin-scaffolder-common@npm:1.7.1" +"@backstage/plugin-scaffolder-common@npm:^1.7.2": + version: 1.7.2 + resolution: "@backstage/plugin-scaffolder-common@npm:1.7.2" dependencies: "@backstage/catalog-model": "npm:^1.7.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-permission-common": "npm:^0.9.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" "@backstage/types": "npm:^1.2.2" "@microsoft/fetch-event-source": "npm:^2.0.1" "@types/json-schema": "npm:^7.0.9" @@ -3619,20 +3602,20 @@ __metadata: json-schema: "npm:^0.4.0" uri-template: "npm:^2.0.0" zen-observable: "npm:^0.10.0" - checksum: 10/fe31a35d0bc859cf7626413622bcee0131200b047e0a20423f85c74b4c4885c4cb7c429fc33e9e515a0034710d41a3e307b184a75f8e4a39bb3d54f9bbb19a28 + checksum: 10/fb28255b07ce470627e3e88fcb3de72bfb9e3f994c85388d126000aa736cfe568cbfb64ac5e22938e0bd2ad29f3dd37681411a081d2dc1f9b6820214b9c65226 languageName: node linkType: hard -"@backstage/plugin-scaffolder-node@npm:^0.11.1": - version: 0.11.1 - resolution: "@backstage/plugin-scaffolder-node@npm:0.11.1" +"@backstage/plugin-scaffolder-node@npm:^0.12.0": + version: 0.12.0 + resolution: "@backstage/plugin-scaffolder-node@npm:0.12.0" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-scaffolder-common": "npm:^1.7.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-scaffolder-common": "npm:^1.7.2" "@backstage/types": "npm:^1.2.2" "@isomorphic-git/pgp-plugin": "npm:^0.0.7" concat-stream: "npm:^2.0.0" @@ -3647,23 +3630,23 @@ __metadata: winston-transport: "npm:^4.7.0" zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.20.4" - checksum: 10/803c6cddda7e6fec003ebf956ffb3e5aec0ad4707864019d4efd5bfa4357c108134490353b8241bebb8e3426a0720a8d4dd8eaa0878e592170847818603e513e + checksum: 10/49fa0f8452f028563fbe3d302923a4a0e415f8ea667bbd18566772beec5e33814500bd07900516bdfcb42582c1365e5d853c16fc21437b8e6b9b48c71644dab3 languageName: node linkType: hard -"@backstage/plugin-scaffolder-react@npm:^1.19.1": - version: 1.19.1 - resolution: "@backstage/plugin-scaffolder-react@npm:1.19.1" +"@backstage/plugin-scaffolder-react@npm:^1.19.2": + version: 1.19.2 + resolution: "@backstage/plugin-scaffolder-react@npm:1.19.2" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/plugin-scaffolder-common": "npm:^1.7.1" - "@backstage/theme": "npm:^0.6.8" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/plugin-scaffolder-common": "npm:^1.7.2" + "@backstage/theme": "npm:^0.7.0" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3699,30 +3682,30 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/b8ba956fb56e5204701ed7763b9cbe641b50bd2e1ce4cf7e8094edd2477aa0ff034c940f345e48ca255eed7132ffe3f910ce0206fb3f32fcc22b3489a97abd47 + checksum: 10/abe620db05326ea1fccc1d87218faeeb9f2e0a1a462562f5dc1a4a0edda51ebed11c76fef7c372e0573613fc911ecd000f81f2adb5391faa2786546a92a30044 languageName: node linkType: hard -"@backstage/plugin-scaffolder@npm:^1.34.1": - version: 1.34.1 - resolution: "@backstage/plugin-scaffolder@npm:1.34.1" +"@backstage/plugin-scaffolder@npm:^1.34.2": + version: 1.34.2 + resolution: "@backstage/plugin-scaffolder@npm:1.34.2" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/integration": "npm:^1.18.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/plugin-scaffolder-common": "npm:^1.7.1" - "@backstage/plugin-scaffolder-react": "npm:^1.19.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/plugin-scaffolder-common": "npm:^1.7.2" + "@backstage/plugin-scaffolder-react": "npm:^1.19.2" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-react": "npm:^1.3.3" + "@backstage/plugin-techdocs-react": "npm:^1.3.4" "@backstage/types": "npm:^1.2.2" "@codemirror/language": "npm:^6.0.0" "@codemirror/legacy-modes": "npm:^6.1.0" @@ -3761,94 +3744,94 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/0d6b7b07b6d44c3d7393c32ead3864bf49f43b3f7a9bcb91e97b10211e2f48f99641a7665c490eab37fd12b83ace432ceca1f524e53ce1c7437dd96ed56d8f6b + checksum: 10/dff4c444d62e24f6837242d665bc7619527a51209fd6d839c43744152600c03bea91f40838d163740e370501d5b8175939ea4a01f9d085cba2f0012f19c3e244 languageName: node linkType: hard -"@backstage/plugin-search-backend-module-catalog@npm:^0.3.8": - version: 0.3.8 - resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.8" +"@backstage/plugin-search-backend-module-catalog@npm:^0.3.9": + version: 0.3.9 + resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.9" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-search-backend-node": "npm:^1.3.15" - "@backstage/plugin-search-common": "npm:^1.2.19" - checksum: 10/f86424ee22f50cdf46fae06e92264f3654a60d2dc173efdccd25e63ccdff098bfbd722b6eec8c71e18c8101a6ab3383e0171a307dbe01b36fce3a5de6ec4d477 + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-search-backend-node": "npm:^1.3.16" + "@backstage/plugin-search-common": "npm:^1.2.20" + checksum: 10/411b56417edc0805134e5dd8972a925aecb8a5933169be66793b21516127fb23e75fd93dedcf756e6d1d3f6938c232f37f72408fe7cb4898dd42b289c11e07ac languageName: node linkType: hard -"@backstage/plugin-search-backend-module-pg@npm:^0.5.48": - version: 0.5.48 - resolution: "@backstage/plugin-search-backend-module-pg@npm:0.5.48" +"@backstage/plugin-search-backend-module-pg@npm:^0.5.49": + version: 0.5.49 + resolution: "@backstage/plugin-search-backend-module-pg@npm:0.5.49" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" - "@backstage/plugin-search-backend-node": "npm:^1.3.15" - "@backstage/plugin-search-common": "npm:^1.2.19" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" + "@backstage/plugin-search-backend-node": "npm:^1.3.16" + "@backstage/plugin-search-common": "npm:^1.2.20" knex: "npm:^3.0.0" lodash: "npm:^4.17.21" uuid: "npm:^11.0.0" - checksum: 10/2c9dbb60302ccb10814a844366efff1dc98a4f6918d1e0eeacbc66d31821620f86cd062e9ab38ef256531ed5fb8c7721989120bfb9f9b1a2dff4c37a89290b8c + checksum: 10/ef20fa1fd0761596473cba870be205908a1916d81d55fab9e48c27943d3931ae3b90611e0156ce5d8904fb8c88a94238829eea3025c48d529444fcd421f016c8 languageName: node linkType: hard -"@backstage/plugin-search-backend-module-techdocs@npm:^0.4.6": - version: 0.4.6 - resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.4.6" +"@backstage/plugin-search-backend-module-techdocs@npm:^0.4.7": + version: 0.4.7 + resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.4.7" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-search-backend-node": "npm:^1.3.15" - "@backstage/plugin-search-common": "npm:^1.2.19" - "@backstage/plugin-techdocs-node": "npm:^1.13.7" + "@backstage/config": "npm:^1.3.5" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-search-backend-node": "npm:^1.3.16" + "@backstage/plugin-search-common": "npm:^1.2.20" + "@backstage/plugin-techdocs-node": "npm:^1.13.8" lodash: "npm:^4.17.21" p-limit: "npm:^3.1.0" - checksum: 10/e4714eb1b077caafda94d3545bf31d6a44b628c4b78ddef57a63fde74894202e29c54c6994b47266bd3467c2cf0b0133734947281df78530001ff75efd5f106c + checksum: 10/1974578eb7c7bc0f9aba1a659a2130593880cf448a6a16065f2307b7f872f720d8d5a1f880030704910c09a5643ae410dd4d186034e6bff959d9d33cc53a1b45 languageName: node linkType: hard -"@backstage/plugin-search-backend-node@npm:^1.3.15": - version: 1.3.15 - resolution: "@backstage/plugin-search-backend-node@npm:1.3.15" +"@backstage/plugin-search-backend-node@npm:^1.3.16": + version: 1.3.16 + resolution: "@backstage/plugin-search-backend-node@npm:1.3.16" dependencies: - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-search-common": "npm:^1.2.19" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-search-common": "npm:^1.2.20" "@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/58d465537ddde360e67aa0de8f584832d5a01e14c34dc22a7fd5407272bc95c14cb51827a93ff7d05293330f4d40705fc519fa839cc548374d6e5c44fbd316ed + checksum: 10/32befc6505b2255c4f3e5626d8c4a395f1ecfbacba477aba523e3e4507a5e188102ef4de67467f6f4e57577a2df2a321616c7deebcd7fcf32ea5f0d3435eb7d7 languageName: node linkType: hard -"@backstage/plugin-search-backend@npm:^2.0.6": - version: 2.0.6 - resolution: "@backstage/plugin-search-backend@npm:2.0.6" +"@backstage/plugin-search-backend@npm:^2.0.7": + version: 2.0.7 + resolution: "@backstage/plugin-search-backend@npm:2.0.7" dependencies: - "@backstage/backend-defaults": "npm:^0.12.1" - "@backstage/backend-openapi-utils": "npm:^0.6.1" - "@backstage/backend-plugin-api": "npm:^1.4.3" - "@backstage/config": "npm:^1.3.3" + "@backstage/backend-defaults": "npm:^0.13.0" + "@backstage/backend-openapi-utils": "npm:^0.6.2" + "@backstage/backend-plugin-api": "npm:^1.4.4" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" - "@backstage/plugin-search-backend-node": "npm:^1.3.15" - "@backstage/plugin-search-common": "npm:^1.2.19" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" + "@backstage/plugin-search-backend-node": "npm:^1.3.16" + "@backstage/plugin-search-common": "npm:^1.2.20" "@backstage/types": "npm:^1.2.2" dataloader: "npm:^2.0.0" express: "npm:^4.17.1" @@ -3856,29 +3839,29 @@ __metadata: qs: "npm:^6.10.1" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10/83828af0ade786093bd3c5ce3fa456768acc038a21c817bf38ba5c9390f5b88cb40cec9e3d93b1516be18ca99ec28fc5dcb49f8d313d32863db7e5d90a4232be + checksum: 10/f68475d2f434bc8064018c9b4f00d8a66ec3bc8a9d330923712347d1913707528d7c9628951f839d80e0b7110307f219332722190692132778044a8043c2c7d0 languageName: node linkType: hard -"@backstage/plugin-search-common@npm:^1.2.19": - version: 1.2.19 - resolution: "@backstage/plugin-search-common@npm:1.2.19" +"@backstage/plugin-search-common@npm:^1.2.20": + version: 1.2.20 + resolution: "@backstage/plugin-search-common@npm:1.2.20" dependencies: - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/types": "npm:^1.2.1" - checksum: 10/31cfad17bca0868022e212beab4de80e55365598b9fcbddef738476cd723e4e3d9c39db8497f3df650477a7ba24ba7bb4f20a15d55c1c7b954a629d5a2cf064a + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/types": "npm:^1.2.2" + checksum: 10/90443ab06b8e5f69b4023f91050aa376b5af16c5b68606be8aa65a835029a80a900dbbd0993fc54d018d71766efe63ce87db6e7a45ec27e05646e7801f470703 languageName: node linkType: hard -"@backstage/plugin-search-react@npm:^1.9.4": - version: 1.9.4 - resolution: "@backstage/plugin-search-react@npm:1.9.4" +"@backstage/plugin-search-react@npm:^1.9.5": + version: 1.9.5 + resolution: "@backstage/plugin-search-react@npm:1.9.5" dependencies: - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-search-common": "npm:^1.2.19" - "@backstage/theme": "npm:^0.6.8" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-search-common": "npm:^1.2.20" + "@backstage/theme": "npm:^0.7.0" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3896,22 +3879,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/b2f648dbd6e12c2ad676a6033532c4f4ae4d16fc0fa6f9169b75eb23128621162ccf0c28666e966780aa7512f64ae97e4371995828291ff3ae30ce733d9c5716 + checksum: 10/da3c27d416125136efc03ad0a474f1fad6a06a585d6c2bb08dee796abe6e59eac9db1bde04783bba91a6a58321b05e9dff87ce6fb508ac970d80e304675b0e5a languageName: node linkType: hard -"@backstage/plugin-search@npm:^1.4.30": - version: 1.4.30 - resolution: "@backstage/plugin-search@npm:1.4.30" +"@backstage/plugin-search@npm:^1.4.31": + version: 1.4.31 + resolution: "@backstage/plugin-search@npm:1.4.31" dependencies: - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-search-common": "npm:^1.2.19" - "@backstage/plugin-search-react": "npm:^1.9.4" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-search-common": "npm:^1.2.20" + "@backstage/plugin-search-react": "npm:^1.9.5" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3926,16 +3909,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/57f4b33d1881427a78ad73cb8eb8b57eb54f6eeadf7168f0d3e6eb6389eb6d5324eca49564d16c973211a27be53ee1c66beaa7eff937a7e5775851129ddfe057 + checksum: 10/06d10b3b22c5122d5fb473533687c2a08050d5f20360d7c0b4f49b5f9f3f3e213f9f8d685fc8418378d8e4f2f3d3e1d0ff62a97ae41760a4c6fda54955dc33e5 languageName: node linkType: hard -"@backstage/plugin-signals-react@npm:^0.0.15": - version: 0.0.15 - resolution: "@backstage/plugin-signals-react@npm:0.0.15" +"@backstage/plugin-signals-react@npm:^0.0.16": + version: 0.0.16 + resolution: "@backstage/plugin-signals-react@npm:0.0.16" dependencies: - "@backstage/core-plugin-api": "npm:^1.10.9" - "@backstage/types": "npm:^1.2.1" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/types": "npm:^1.2.2" "@material-ui/core": "npm:^4.12.4" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3945,27 +3928,27 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/d3a4d46701edb71f773e48d46e632dd6d2b298a99ca0f75cbd56d840327a4434fa2b4a7bd5a7614185ac175f42fedc1f5d89bbbd166bc4787de63aa7bc550cf7 + checksum: 10/d9b0af342ede743c98bfe37bef9a92bd5bf6abfde11000dfcca4833c5ba25abb9d12c9e14f88c8a0ada1cb0fa1eb8d6740957cca03176cc9c76fdbfe81e18cc0 languageName: node linkType: hard -"@backstage/plugin-techdocs-backend@npm:^2.1.0": - version: 2.1.0 - resolution: "@backstage/plugin-techdocs-backend@npm:2.1.0" +"@backstage/plugin-techdocs-backend@npm:^2.1.1": + version: 2.1.1 + resolution: "@backstage/plugin-techdocs-backend@npm:2.1.1" dependencies: - "@backstage/backend-defaults": "npm:^0.12.1" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-defaults": "npm:^0.13.0" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-node": "npm:^1.19.0" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.6" + "@backstage/integration": "npm:^1.18.1" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-node": "npm:^1.19.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.7" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-node": "npm:^1.13.7" + "@backstage/plugin-techdocs-node": "npm:^1.13.8" "@backstage/types": "npm:^1.2.2" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -3974,7 +3957,7 @@ __metadata: lodash: "npm:^4.17.21" p-limit: "npm:^3.1.0" winston: "npm:^3.2.1" - checksum: 10/5dba64e1a0c671ec58414202b8e3fa45ec396c25a2531b721d3476e3af0b21f167f1cdd74b5c7603a1fba2ac31b0fe852157d4d5ec54a1fc71a56bda25827edf + checksum: 10/c05d44909ff98a5e0ad61c7d9d944033d379637eebb4e452e17b7d0684d19504a276ae7d0466f21d3c9abc68987d88d052cce543bfd4ad2fe449fcc0195c2084 languageName: node linkType: hard @@ -3985,16 +3968,16 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.28": - version: 1.1.28 - resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.28" +"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.29": + version: 1.1.29 + resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.29" dependencies: - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/integration": "npm:^1.18.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-techdocs-react": "npm:^1.3.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-techdocs-react": "npm:^1.3.4" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@react-hookz/web": "npm:^24.0.0" @@ -4008,13 +3991,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/a98a41e9ca350486ff7d6ff8dcaeffed754cf06d39f973c18bd6ab142eef91f9e3ba37481a7176e37a486c9c1edbaa077ecacf7ab5a5ccfd5a2a07204f0305f1 + checksum: 10/84c288546fa77a628b70ae2d95896aec31d2aa6c59b307b8a441dd48a70be9f09d38a1dba8fedc8a6764dd46c03fac67e0e077d5dbfa754ddecb63ecb1c3f71c languageName: node linkType: hard -"@backstage/plugin-techdocs-node@npm:^1.13.7": - version: 1.13.7 - resolution: "@backstage/plugin-techdocs-node@npm:1.13.7" +"@backstage/plugin-techdocs-node@npm:^1.13.8": + version: 1.13.8 + resolution: "@backstage/plugin-techdocs-node@npm:1.13.8" dependencies: "@aws-sdk/client-s3": "npm:^3.350.0" "@aws-sdk/credential-providers": "npm:^3.350.0" @@ -4022,13 +4005,13 @@ __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.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" + "@backstage/config": "npm:^1.3.5" "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^1.18.0" - "@backstage/integration-aws-node": "npm:^0.1.17" - "@backstage/plugin-search-common": "npm:^1.2.19" + "@backstage/integration": "npm:^1.18.1" + "@backstage/integration-aws-node": "npm:^0.1.18" + "@backstage/plugin-search-common": "npm:^1.2.20" "@backstage/plugin-techdocs-common": "npm:^0.1.1" "@google-cloud/storage": "npm:^7.0.0" "@smithy/node-http-handler": "npm:^3.0.0" @@ -4045,19 +4028,19 @@ __metadata: p-limit: "npm:^3.1.0" recursive-readdir: "npm:^2.2.2" winston: "npm:^3.2.1" - checksum: 10/5c5c859391cfa66f91e041af945e3d43b2654e501ccc524c6c98f32822db213b46eb2de3e213b1dd07114a638502ea31da1f90510e1897e96da9dabb6623de56 + checksum: 10/5ca6424bd6722f268173f76443a9ee0e5815dad721222d51b55a0708b06a4a755ccd94fd2cde63c0822542efea17fbbf647cd73052047914b7c36596a715f267 languageName: node linkType: hard -"@backstage/plugin-techdocs-react@npm:^1.3.3": - version: 1.3.3 - resolution: "@backstage/plugin-techdocs-react@npm:1.3.3" +"@backstage/plugin-techdocs-react@npm:^1.3.4": + version: 1.3.4 + resolution: "@backstage/plugin-techdocs-react@npm:1.3.4" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/frontend-plugin-api": "npm:^0.12.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/frontend-plugin-api": "npm:^0.12.1" "@backstage/plugin-techdocs-common": "npm:^0.1.1" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -4074,31 +4057,31 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/73c8c168c5280772fece8aa2f7f40e4ad2989856d9ac244ce7ecc34be567a5de8ea34b71bc1df74fc44a5cc2de36bbff4d39fc0beed49d8a434c039ed6d3de53 + checksum: 10/e15aa8803516ee8ce13a27019f0c61b88b3057cc6516040941f374dacc7659459d210140e2feae36d8150f286801e49f09786c75e10ac20d51ba452cb318b986 languageName: node linkType: hard -"@backstage/plugin-techdocs@npm:^1.15.0": - version: 1.15.0 - resolution: "@backstage/plugin-techdocs@npm:1.15.0" +"@backstage/plugin-techdocs@npm:^1.15.1": + version: 1.15.1 + resolution: "@backstage/plugin-techdocs@npm:1.15.1" dependencies: "@backstage/catalog-client": "npm:^1.12.0" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/config": "npm:^1.3.3" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/integration": "npm:^1.18.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-auth-react": "npm:^0.1.19" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-search-common": "npm:^1.2.19" - "@backstage/plugin-search-react": "npm:^1.9.4" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/integration": "npm:^1.18.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-auth-react": "npm:^0.1.20" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-search-common": "npm:^1.2.20" + "@backstage/plugin-search-react": "npm:^1.9.5" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-react": "npm:^1.3.3" - "@backstage/theme": "npm:^0.6.8" + "@backstage/plugin-techdocs-react": "npm:^1.3.4" + "@backstage/theme": "npm:^0.7.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -4118,7 +4101,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/ef5092f7fdcd9f34e68dab14d9d7575589d2115e6f03557132cd90fb2721735917c8771ff51e7f1098c9caa505a2b025e14a9ddd01e5d42c4f500465db200fa2 + checksum: 10/be331e01ea9bcaf7dc4ccc29682026ce4bdc9c2875df3bd78de2e876de516efd4c921dc11ecbb4afb8bd667ae696eb0aff8237a21a67be7a9dfae6776dd148ad languageName: node linkType: hard @@ -4129,21 +4112,21 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-user-settings@npm:^0.8.26": - version: 0.8.26 - resolution: "@backstage/plugin-user-settings@npm:0.8.26" +"@backstage/plugin-user-settings@npm:^0.8.27": + version: 0.8.27 + resolution: "@backstage/plugin-user-settings@npm:0.8.27" dependencies: "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/core-app-api": "npm:^1.19.0" - "@backstage/core-compat-api": "npm:^0.5.2" - "@backstage/core-components": "npm:^0.18.0" - "@backstage/core-plugin-api": "npm:^1.11.0" + "@backstage/core-app-api": "npm:^1.19.1" + "@backstage/core-compat-api": "npm:^0.5.3" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.12.0" - "@backstage/plugin-catalog-react": "npm:^1.21.0" - "@backstage/plugin-signals-react": "npm:^0.0.15" + "@backstage/frontend-plugin-api": "npm:^0.12.1" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-signals-react": "npm:^0.0.16" "@backstage/plugin-user-settings-common": "npm:^0.0.1" - "@backstage/theme": "npm:^0.6.8" + "@backstage/theme": "npm:^0.7.0" "@backstage/types": "npm:^1.2.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -4158,7 +4141,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/6ea49933bdd62efe14fd5280cd74e0a85bb5e7c367f6fafa961882815ec94d136aec40a40df7afe4c0303f61e4d0c716a04b9c04e7b4890ea11cb1ccb5c915b9 + checksum: 10/829fe716942e75b2ca36993671aa8e5bce49b30a8ba7f1b88a828678be8d03dd30886ec2a659878cbbe3fe86e9be62d0ccee4a168227ab0fb3ffbeac83256a76 languageName: node linkType: hard @@ -4169,17 +4152,17 @@ __metadata: languageName: node linkType: hard -"@backstage/repo-tools@npm:^0.15.2": - version: 0.15.2 - resolution: "@backstage/repo-tools@npm:0.15.2" +"@backstage/repo-tools@npm:^0.15.3": + version: 0.15.3 + resolution: "@backstage/repo-tools@npm:0.15.3" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" "@apisyouwonthate/style-guide": "npm:^1.4.0" - "@backstage/backend-plugin-api": "npm:^1.4.3" + "@backstage/backend-plugin-api": "npm:^1.4.4" "@backstage/catalog-model": "npm:^1.7.5" "@backstage/cli-common": "npm:^0.1.15" "@backstage/cli-node": "npm:^0.2.14" - "@backstage/config-loader": "npm:^1.10.3" + "@backstage/config-loader": "npm:^1.10.5" "@backstage/errors": "npm:^1.2.7" "@electric-sql/pglite": "npm:^0.3.0" "@manypkg/get-packages": "npm:^1.1.3" @@ -4231,21 +4214,21 @@ __metadata: optional: true bin: backstage-repo-tools: bin/backstage-repo-tools - checksum: 10/ee6f932d3a8ed1e060d4b83177f5b83fcb07327f9a7161bd33c75a18a01a533552947f01a5c141fbfcef72e3a385c0dec379677091f9114e86ace2641d8efb22 + checksum: 10/172087598477169aa437f6cb6b9cca5010c516f0b110f0038270afd8a8303e9f569595abb275008387aa7602b38593c2cdb907809c7a0cccce3123192c409f01 languageName: node linkType: hard -"@backstage/test-utils@npm:^1.7.11": - version: 1.7.11 - resolution: "@backstage/test-utils@npm:1.7.11" +"@backstage/test-utils@npm:^1.7.12": + version: 1.7.12 + resolution: "@backstage/test-utils@npm:1.7.12" dependencies: - "@backstage/config": "npm:^1.3.3" - "@backstage/core-app-api": "npm:^1.18.0" - "@backstage/core-plugin-api": "npm:^1.10.9" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/theme": "npm:^0.6.8" - "@backstage/types": "npm:^1.2.1" + "@backstage/config": "npm:^1.3.5" + "@backstage/core-app-api": "npm:^1.19.1" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/theme": "npm:^0.7.0" + "@backstage/types": "npm:^1.2.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" cross-fetch: "npm:^4.0.0" @@ -4260,11 +4243,11 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/89a77c02650f333f5b3c32cf2d6cca17db6453596432104ff26648fe091831a0218415be090d79a25e7ddfb625cc5c46d2212cb9f37b8844f8a44954b6f26106 + checksum: 10/5c64a9223ae6cbdc14334493f9aad2913d1196677e568e08f425b3b53d76d952d28c34cbf9d371af226a3e15f235c5b922232f628228df41b12a35cee1f0aa1f languageName: node linkType: hard -"@backstage/theme@npm:^0.6.4, @backstage/theme@npm:^0.6.8": +"@backstage/theme@npm:^0.6.4": version: 0.6.8 resolution: "@backstage/theme@npm:0.6.8" dependencies: @@ -4284,6 +4267,26 @@ __metadata: languageName: node linkType: hard +"@backstage/theme@npm:^0.7.0": + version: 0.7.0 + resolution: "@backstage/theme@npm:0.7.0" + dependencies: + "@emotion/react": "npm:^11.10.5" + "@emotion/styled": "npm:^11.10.5" + "@mui/material": "npm:^5.12.2" + peerDependencies: + "@material-ui/core": ^4.12.2 + "@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/33dd9df1dfbad2d480fb1dbaec8eb9076aa6e0037c39e0b4764768e25ba6beb4d02395471d217ad9151e6ceee5dcc158ab47a86822af61526d5d72cc8b44df0e + languageName: node + linkType: hard + "@backstage/types@npm:^1.2.1, @backstage/types@npm:^1.2.2": version: 1.2.2 resolution: "@backstage/types@npm:1.2.2" @@ -5980,9 +5983,9 @@ __metadata: version: 0.0.0-use.local resolution: "@internal/tekton@workspace:." dependencies: - "@backstage/cli": "npm:^0.34.3" + "@backstage/cli": "npm:^0.34.4" "@backstage/e2e-test-utils": "npm:^0.1.1" - "@backstage/repo-tools": "npm:^0.15.2" + "@backstage/repo-tools": "npm:^0.15.3" "@changesets/cli": "npm:^2.27.1" "@playwright/test": "npm:^1.32.3" knip: "npm:^5.27.4" @@ -6967,18 +6970,6 @@ __metadata: languageName: node linkType: hard -"@material-ui/types@npm:^6.0.1": - version: 6.0.2 - resolution: "@material-ui/types@npm:6.0.2" - peerDependencies: - "@types/react": "*" - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/cfdc412efcf471924a058e76601a2dcbf20924db3df34093b9329983172653f22d46fbaf9ae767a26eb9ed060f8e19571829329019019441f6801e1aae4cfdb4 - languageName: node - linkType: hard - "@material-ui/utils@npm:^4.11.3": version: 4.11.3 resolution: "@material-ui/utils@npm:4.11.3" @@ -7936,16 +7927,6 @@ __metadata: languageName: node linkType: hard -"@octokit/auth-unauthenticated@npm:^3.0.0": - version: 3.0.5 - resolution: "@octokit/auth-unauthenticated@npm:3.0.5" - dependencies: - "@octokit/request-error": "npm:^3.0.0" - "@octokit/types": "npm:^9.0.0" - checksum: 10/30f327c66118b09f4c1698e404f2b41e2540925ba1e41d728a25172fa7dcd5f005b64062bbaa05c5b5423b896b3fe5de7078264c526dda9cacec4d792aacacf5 - languageName: node - linkType: hard - "@octokit/auth-unauthenticated@npm:^5.0.0": version: 5.0.1 resolution: "@octokit/auth-unauthenticated@npm:5.0.1" @@ -7956,7 +7937,7 @@ __metadata: languageName: node linkType: hard -"@octokit/core@npm:^4.0.0, @octokit/core@npm:^4.2.1": +"@octokit/core@npm:^4.2.1": version: 4.2.4 resolution: "@octokit/core@npm:4.2.4" dependencies: @@ -8007,16 +7988,6 @@ __metadata: languageName: node linkType: hard -"@octokit/graphql-schema@npm:^13.7.0": - version: 13.10.0 - resolution: "@octokit/graphql-schema@npm:13.10.0" - dependencies: - graphql: "npm:^16.0.0" - graphql-tag: "npm:^2.10.3" - checksum: 10/c8714a9dc8f36d01e3db125e570a95030faeaf6c815811be2190ce288691bfcc5e939d161b33ef91b4c9fbca21663bace53d3eea2115a443de27a51b5dbfe2a4 - languageName: node - linkType: hard - "@octokit/graphql@npm:^5.0.0": version: 5.0.6 resolution: "@octokit/graphql@npm:5.0.6" @@ -8039,23 +8010,6 @@ __metadata: languageName: node linkType: hard -"@octokit/oauth-app@npm:^4.2.0": - version: 4.2.4 - resolution: "@octokit/oauth-app@npm:4.2.4" - dependencies: - "@octokit/auth-oauth-app": "npm:^5.0.0" - "@octokit/auth-oauth-user": "npm:^2.0.0" - "@octokit/auth-unauthenticated": "npm:^3.0.0" - "@octokit/core": "npm:^4.0.0" - "@octokit/oauth-authorization-url": "npm:^5.0.0" - "@octokit/oauth-methods": "npm:^2.0.0" - "@types/aws-lambda": "npm:^8.10.83" - fromentries: "npm:^1.3.1" - universal-user-agent: "npm:^6.0.0" - checksum: 10/1c9e48b56fb4cf3428b8967335b46cedf7740d27932ea394530d07deffa8c3bff5ceef8d14bf145b3bfc64ad1088f4ddf46ceca2a4c052f267c3faa12188ef14 - languageName: node - linkType: hard - "@octokit/oauth-app@npm:^6.0.0": version: 6.1.0 resolution: "@octokit/oauth-app@npm:6.1.0" @@ -10915,55 +10869,55 @@ __metadata: languageName: node linkType: hard -"@swagger-api/apidom-ast@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ast@npm:1.0.0-beta.45" +"@swagger-api/apidom-ast@npm:^1.0.0-beta.45, @swagger-api/apidom-ast@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ast@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" unraw: "npm:^3.0.0" - checksum: 10/f8c92814741334da70be344c202941cf4c705e662561923016c8bda074beb026f4a15a8ed7300c8481f565c72f1afd61a7bcf976f1ec5222298b0a5f08634312 + checksum: 10/5d570f3b748713033c6632798cc13f7a74b74a9a16c28ab1be60cf8081b7a024cd6202fbf0a9c48db74b76cb4cbe1eb4d1080c6ba4eb7ac344df30fdebf7d34d languageName: node linkType: hard -"@swagger-api/apidom-core@npm:>=1.0.0-beta.41 <1.0.0-rc.0, @swagger-api/apidom-core@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-core@npm:1.0.0-beta.45" +"@swagger-api/apidom-core@npm:>=1.0.0-beta.50 <1.0.0-rc.0, @swagger-api/apidom-core@npm:^1.0.0-beta.45, @swagger-api/apidom-core@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-core@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-ast": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-ast": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" minim: "npm:~0.23.8" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" short-unique-id: "npm:^5.3.2" ts-mixer: "npm:^6.0.3" - checksum: 10/61efeeec679ab1f8b99804fad89c50daaadff46e585b5e98f024f1b0878a94d1e8b79b8cf57f65f4ce363dc3c0055c0d1277c911d776d887deec7c87b8a4d90f + checksum: 10/b0d492997490ff2525ecc46c6bc41fa9b029dbe2c17d71db6d1b5c1e3828deb679584ce4c80ba51c2df107630cfc9d9531631202692466b3da38428fe2d203b9 languageName: node linkType: hard -"@swagger-api/apidom-error@npm:>=1.0.0-beta.41 <1.0.0-rc.0, @swagger-api/apidom-error@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-error@npm:1.0.0-beta.45" +"@swagger-api/apidom-error@npm:>=1.0.0-beta.50 <1.0.0-rc.0, @swagger-api/apidom-error@npm:^1.0.0-beta.45, @swagger-api/apidom-error@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-error@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.20.7" - checksum: 10/4681fa95b46c292d017b48fee7f26c30ca73ccd8bae4c6d157df657806dc97ad442eccffef498695da16988ccf3cfe65269228a9ee6b0521377c76b258acba9d + checksum: 10/6b42e18bec694d9c4bd61cf2308f1b03d77a026940d8207bd9c59d2d5e96d643ac88ac4726060a61438ab1832c48076271b5ddf7223dc8709dafb2cc3e483794 languageName: node linkType: hard -"@swagger-api/apidom-json-pointer@npm:>=1.0.0-beta.41 <1.0.0-rc.0, @swagger-api/apidom-json-pointer@npm:^1.0.0-beta.40 <1.0.0-rc.0, @swagger-api/apidom-json-pointer@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-json-pointer@npm:1.0.0-beta.45" +"@swagger-api/apidom-json-pointer@npm:>=1.0.0-beta.50 <1.0.0-rc.0, @swagger-api/apidom-json-pointer@npm:^1.0.0-beta.40 <1.0.0-rc.0, @swagger-api/apidom-json-pointer@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-json-pointer@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" "@swaggerexpert/json-pointer": "npm:^2.10.1" - checksum: 10/1cdd75d31e5fe9f90d6fba2db4a8f800d2a6059bf89d5e926e4161bc4502e525a3a532ec439b96c4a98ee278b16b2bb9e264ff242f3cf430ed56193a2e896dfc + checksum: 10/14234d92907387cc7e660907fec536e51c201ff763fc78241ffd61a96f2889edaa8b947e4ef93e8a3f53d7366353fa02665ce037e261e718c9a05424a1a99c10 languageName: node linkType: hard @@ -11013,82 +10967,82 @@ __metadata: languageName: node linkType: hard -"@swagger-api/apidom-ns-json-schema-2019-09@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-json-schema-2019-09@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-json-schema-2019-09@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-json-schema-2019-09@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-json-schema-draft-7": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-json-schema-draft-7": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.4" - checksum: 10/5c689f90e4f3ebcb7d21f21cbceba1aff903d2e70008dc2deb7c1b23ebb41902fb13f98c06563b63b4f218c879a083c7d306d394e0357e59e5707d6104be9686 + checksum: 10/db1cd1951790656fbb8fa89cfdb6f06258b93f7071297c2b05a0a2f095463e6fe938a60b3ff80f89135392ca7f11f22f9c2d36dc1ab1946428bb12d5e204d9b7 languageName: node linkType: hard -"@swagger-api/apidom-ns-json-schema-2020-12@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-json-schema-2020-12@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-json-schema-2020-12@npm:^1.0.0-beta.45, @swagger-api/apidom-ns-json-schema-2020-12@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-json-schema-2020-12@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-json-schema-2019-09": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-json-schema-2019-09": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.4" - checksum: 10/f3b8a982803682dcfd3d9e25338d8db18fd1c301d43a0d15836bef86c007a825a156c5decad52fe8fbdf7d0502ec79775e5167a4da24aef69256ba9d6d0f2916 + checksum: 10/fb762e70d0038962390c7bee49e228aaa978d87888415c241b3dfbe0c18fae173a531a10cedc59361707b702edfdc3c52fc5f9509241afc8ac4cc4da84c9cf6c languageName: node linkType: hard -"@swagger-api/apidom-ns-json-schema-draft-4@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-json-schema-draft-4@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-json-schema-draft-4@npm:^1.0.0-beta.45, @swagger-api/apidom-ns-json-schema-draft-4@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-json-schema-draft-4@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-ast": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-ast": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.4" - checksum: 10/e7afb15488549ef1feee05d477f7b37c2ada7c9d461c755ba06c01ef50bb3456bbdf159410ae8bcdbf87ce0e7b244c67d19b139c17c350adfbe992a9d77fd715 + checksum: 10/3a5ef24025c26adabfcbcc20222f3826fae50fd71aa12352de10034e86fb199cac1930ed57e5a6e374384f2925bdf2327548a254f12d07e05a49b7d1456ee968 languageName: node linkType: hard -"@swagger-api/apidom-ns-json-schema-draft-6@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-json-schema-draft-6@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-json-schema-draft-6@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-json-schema-draft-6@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-json-schema-draft-4": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-json-schema-draft-4": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.4" - checksum: 10/6bb84711321424774cba8f5fdf36c6f6434703d195f55f4579d543a0d6130d781466580f110f01d9c877db4afb6405a7bfebe9af4b584d4d6c3d51e0958a287f + checksum: 10/63b1c3896405c0278ea87e1878ca1cfa56a39d2042364d1e2e2883aaaa3b8466ea01d2308fca7f5bb3580877b125516e4e76adf87087d2bdfa7241d11a817fbe languageName: node linkType: hard -"@swagger-api/apidom-ns-json-schema-draft-7@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-json-schema-draft-7@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-json-schema-draft-7@npm:^1.0.0-beta.45, @swagger-api/apidom-ns-json-schema-draft-7@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-json-schema-draft-7@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-json-schema-draft-6": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-json-schema-draft-6": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.4" - checksum: 10/e53602313b1da0745937a13ae00a4c46b46e86194c95b247877511404ed45f7874e981912737d3a7c8add111de6412c156d59c175bc3521ab9b2d2fcd24f78d0 + checksum: 10/0b57ba9dac8b775a12614d398247926c35a9bf884f4742e0021b2b0d11d6dd0b9091bf6f73a651e944505637fd13f96a253d1e104c939991bcc9939eff38e9fd languageName: node linkType: hard @@ -11108,37 +11062,37 @@ __metadata: languageName: node linkType: hard -"@swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-beta.40 <1.0.0-rc.0, @swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-openapi-3-0@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-beta.40 <1.0.0-rc.0, @swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-beta.45, @swagger-api/apidom-ns-openapi-3-0@npm:^1.0.0-beta.51": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-openapi-3-0@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-json-schema-draft-4": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-json-schema-draft-4": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.3" - checksum: 10/06f1a8e81ac16e54342e000373f075cbc55f744b741e6a930dacf0b30d297c4587d1cd970486a0f7b97a96624d9574c000c5b6b0ea89e163c57f7e99107c2e17 + checksum: 10/a5bbd5f176c984be32115a78ae9a3b598df478ab6855abc9dd96c759bc809922ae1da2ad4c787c484dd56c85d634bfacd27388938e1c5bb9d63319e59c787998 languageName: node linkType: hard -"@swagger-api/apidom-ns-openapi-3-1@npm:>=1.0.0-beta.41 <1.0.0-rc.0, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-beta.40 <1.0.0-rc.0, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-beta.45": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-ns-openapi-3-1@npm:1.0.0-beta.45" +"@swagger-api/apidom-ns-openapi-3-1@npm:>=1.0.0-beta.50 <1.0.0-rc.0, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-beta.40 <1.0.0-rc.0, @swagger-api/apidom-ns-openapi-3-1@npm:^1.0.0-beta.45": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-ns-openapi-3-1@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-ast": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-json-pointer": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-json-schema-2020-12": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-ns-openapi-3-0": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-ast": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-json-pointer": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-json-schema-2020-12": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-ns-openapi-3-0": "npm:^1.0.0-beta.51" "@types/ramda": "npm:~0.30.0" ramda: "npm:~0.30.0" ramda-adjunct: "npm:^5.0.0" ts-mixer: "npm:^6.0.3" - checksum: 10/0e2752583baefbc1a42ba31113d559493e20e9b087a6b8de3a78dd63ae26fa164995eb79d8f66c951e0ace0e8ed0bcc17a89a368de5d38ece10046bfa40b25f3 + checksum: 10/70f5254dc5bafb9bac5cba4bbb53a8f15fc8a929b9458e95e4d13f0f77650212b143741172695904ee0d3b71b787d93ef145f30b673214cee4521539ade72963 languageName: node linkType: hard @@ -11360,13 +11314,13 @@ __metadata: languageName: node linkType: hard -"@swagger-api/apidom-reference@npm:>=1.0.0-beta.41 <1.0.0-rc.0": - version: 1.0.0-beta.45 - resolution: "@swagger-api/apidom-reference@npm:1.0.0-beta.45" +"@swagger-api/apidom-reference@npm:>=1.0.0-beta.50 <1.0.0-rc.0": + version: 1.0.0-beta.51 + resolution: "@swagger-api/apidom-reference@npm:1.0.0-beta.51" dependencies: "@babel/runtime-corejs3": "npm:^7.26.10" - "@swagger-api/apidom-core": "npm:^1.0.0-beta.45" - "@swagger-api/apidom-error": "npm:^1.0.0-beta.45" + "@swagger-api/apidom-core": "npm:^1.0.0-beta.51" + "@swagger-api/apidom-error": "npm:^1.0.0-beta.51" "@swagger-api/apidom-json-pointer": "npm:^1.0.0-beta.40 <1.0.0-rc.0" "@swagger-api/apidom-ns-arazzo-1": "npm:^1.0.0-beta.40 <1.0.0-rc.0" "@swagger-api/apidom-ns-asyncapi-2": "npm:^1.0.0-beta.40 <1.0.0-rc.0" @@ -11388,7 +11342,7 @@ __metadata: "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "npm:^1.0.0-beta.40 <1.0.0-rc.0" "@swagger-api/apidom-parser-adapter-yaml-1-2": "npm:^1.0.0-beta.40 <1.0.0-rc.0" "@types/ramda": "npm:~0.30.0" - axios: "npm:^1.9.0" + axios: "npm:^1.12.2" minimatch: "npm:^7.4.3" process: "npm:^0.11.10" ramda: "npm:~0.30.0" @@ -11434,7 +11388,7 @@ __metadata: optional: true "@swagger-api/apidom-parser-adapter-yaml-1-2": optional: true - checksum: 10/f68ca939770df79cb2ac2f1303c287d09d21a2309953ce240d2ab2cdda885095b5efe33a0c84c8c57e489da988dae5d018470ac874a838b6c9fe41319efa8c1b + checksum: 10/05e74a40641f55a6126b6f8e384dfa01557f7370b92468f567a245e68898eaade32697e2c6004533277d4adf1029f37ddf7628b23f76d8dd2e59221eeb73d633 languageName: node linkType: hard @@ -13774,31 +13728,31 @@ __metadata: resolution: "app@workspace:packages/app" dependencies: "@backstage-community/plugin-tekton": "workspace:^" - "@backstage/app-defaults": "npm:^1.7.0" + "@backstage/app-defaults": "npm:^1.7.1" "@backstage/catalog-model": "npm:^1.7.5" - "@backstage/cli": "npm:^0.34.3" - "@backstage/core-app-api": "npm:^1.19.0" - "@backstage/core-components": "npm:^0.18.1" - "@backstage/core-plugin-api": "npm:^1.11.0" - "@backstage/integration-react": "npm:^1.2.10" - "@backstage/plugin-api-docs": "npm:^0.12.11" - "@backstage/plugin-catalog": "npm:^1.31.3" - "@backstage/plugin-catalog-common": "npm:^1.1.5" - "@backstage/plugin-catalog-graph": "npm:^0.5.1" - "@backstage/plugin-catalog-import": "npm:^0.13.5" - "@backstage/plugin-catalog-react": "npm:^1.21.1" - "@backstage/plugin-kubernetes": "npm:^0.12.11" - "@backstage/plugin-org": "npm:^0.6.44" - "@backstage/plugin-permission-react": "npm:^0.4.36" - "@backstage/plugin-scaffolder": "npm:^1.34.1" - "@backstage/plugin-search": "npm:^1.4.30" - "@backstage/plugin-search-react": "npm:^1.9.4" - "@backstage/plugin-techdocs": "npm:^1.15.0" - "@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.28" - "@backstage/plugin-techdocs-react": "npm:^1.3.3" - "@backstage/plugin-user-settings": "npm:^0.8.26" - "@backstage/test-utils": "npm:^1.7.11" - "@backstage/theme": "npm:^0.6.8" + "@backstage/cli": "npm:^0.34.4" + "@backstage/core-app-api": "npm:^1.19.1" + "@backstage/core-components": "npm:^0.18.2" + "@backstage/core-plugin-api": "npm:^1.11.1" + "@backstage/integration-react": "npm:^1.2.11" + "@backstage/plugin-api-docs": "npm:^0.13.0" + "@backstage/plugin-catalog": "npm:^1.31.4" + "@backstage/plugin-catalog-common": "npm:^1.1.6" + "@backstage/plugin-catalog-graph": "npm:^0.5.2" + "@backstage/plugin-catalog-import": "npm:^0.13.6" + "@backstage/plugin-catalog-react": "npm:^1.21.2" + "@backstage/plugin-kubernetes": "npm:^0.12.12" + "@backstage/plugin-org": "npm:^0.6.45" + "@backstage/plugin-permission-react": "npm:^0.4.37" + "@backstage/plugin-scaffolder": "npm:^1.34.2" + "@backstage/plugin-search": "npm:^1.4.31" + "@backstage/plugin-search-react": "npm:^1.9.5" + "@backstage/plugin-techdocs": "npm:^1.15.1" + "@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.29" + "@backstage/plugin-techdocs-react": "npm:^1.3.4" + "@backstage/plugin-user-settings": "npm:^0.8.27" + "@backstage/test-utils": "npm:^1.7.12" + "@backstage/theme": "npm:^0.7.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@playwright/test": "npm:^1.32.3" @@ -14277,7 +14231,7 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.0.0, axios@npm:^1.12.1, axios@npm:^1.7.4, axios@npm:^1.9.0": +"axios@npm:^1.0.0, axios@npm:^1.12.1, axios@npm:^1.12.2, axios@npm:^1.7.4": version: 1.12.2 resolution: "axios@npm:1.12.2" dependencies: @@ -14427,30 +14381,30 @@ __metadata: version: 0.0.0-use.local resolution: "backend@workspace:packages/backend" dependencies: - "@backstage/backend-defaults": "npm:^0.12.1" - "@backstage/cli": "npm:^0.34.3" - "@backstage/config": "npm:^1.3.3" - "@backstage/plugin-app-backend": "npm:^0.5.6" - "@backstage/plugin-auth-backend": "npm:^0.25.4" - "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.3.7" - "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.12" - "@backstage/plugin-auth-node": "npm:^0.6.7" - "@backstage/plugin-catalog-backend": "npm:^3.1.0" - "@backstage/plugin-catalog-backend-module-logs": "npm:^0.1.14" - "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.12" - "@backstage/plugin-kubernetes-backend": "npm:^0.20.2" - "@backstage/plugin-permission-backend": "npm:^0.7.4" - "@backstage/plugin-permission-backend-module-allow-all-policy": "npm:^0.2.12" - "@backstage/plugin-permission-common": "npm:^0.9.1" - "@backstage/plugin-permission-node": "npm:^0.10.4" - "@backstage/plugin-proxy-backend": "npm:^0.6.6" - "@backstage/plugin-scaffolder-backend": "npm:^2.2.1" - "@backstage/plugin-search-backend": "npm:^2.0.6" - "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.8" - "@backstage/plugin-search-backend-module-pg": "npm:^0.5.48" - "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.6" - "@backstage/plugin-search-backend-node": "npm:^1.3.15" - "@backstage/plugin-techdocs-backend": "npm:^2.1.0" + "@backstage/backend-defaults": "npm:^0.13.0" + "@backstage/cli": "npm:^0.34.4" + "@backstage/config": "npm:^1.3.5" + "@backstage/plugin-app-backend": "npm:^0.5.7" + "@backstage/plugin-auth-backend": "npm:^0.25.5" + "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.3.8" + "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.13" + "@backstage/plugin-auth-node": "npm:^0.6.8" + "@backstage/plugin-catalog-backend": "npm:^3.1.2" + "@backstage/plugin-catalog-backend-module-logs": "npm:^0.1.15" + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.13" + "@backstage/plugin-kubernetes-backend": "npm:^0.20.3" + "@backstage/plugin-permission-backend": "npm:^0.7.5" + "@backstage/plugin-permission-backend-module-allow-all-policy": "npm:^0.2.13" + "@backstage/plugin-permission-common": "npm:^0.9.2" + "@backstage/plugin-permission-node": "npm:^0.10.5" + "@backstage/plugin-proxy-backend": "npm:^0.6.7" + "@backstage/plugin-scaffolder-backend": "npm:^3.0.0" + "@backstage/plugin-search-backend": "npm:^2.0.7" + "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.9" + "@backstage/plugin-search-backend-module-pg": "npm:^0.5.49" + "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.7" + "@backstage/plugin-search-backend-node": "npm:^1.3.16" + "@backstage/plugin-techdocs-backend": "npm:^2.1.1" app: "link:../app" better-sqlite3: "npm:^9.0.0" node-gyp: "npm:^10.0.0" @@ -16263,7 +16217,7 @@ __metadata: languageName: node linkType: hard -"cronstrue@npm:^2.2.0, cronstrue@npm:^2.32.0": +"cronstrue@npm:^2.32.0": version: 2.59.0 resolution: "cronstrue@npm:2.59.0" bin: @@ -17635,15 +17589,15 @@ __metadata: languageName: node linkType: hard -"dompurify@npm:=3.2.4": - version: 3.2.4 - resolution: "dompurify@npm:3.2.4" +"dompurify@npm:=3.2.6": + version: 3.2.6 + resolution: "dompurify@npm:3.2.6" dependencies: "@types/trusted-types": "npm:^2.0.7" dependenciesMeta: "@types/trusted-types": optional: true - checksum: 10/98570c53385518a2f9b617f796926338856acfdd3369c88b5905bddf96bd7d391bf8a5433127155e0046e6faa2bfb767185fcd571b865dfabe624c099e2537f5 + checksum: 10/b91631ed0e4d17fae950ef53613cc009ed7e73adc43ac94a41dd52f35483f7538d13caebdafa7626e0da145fc8184e7ac7935f14f25b7e841b32fda777e40447 languageName: node linkType: hard @@ -19396,7 +19350,7 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^2.3.2, form-data@npm:^2.5.5": +"form-data@npm:^2.5.5": version: 2.5.5 resolution: "form-data@npm:2.5.5" dependencies: @@ -19530,13 +19484,6 @@ __metadata: languageName: node linkType: hard -"fromentries@npm:^1.3.1": - version: 1.3.2 - resolution: "fromentries@npm:1.3.2" - checksum: 10/10d6e07d289db102c0c1eaf5c3e3fa55ddd6b50033d7de16d99a7cd89f1e1a302dfadb26457031f9bb5d2ed95a179aaf0396092dde5abcae06e8a2f0476826be - languageName: node - linkType: hard - "fs-constants@npm:^1.0.0": version: 1.0.0 resolution: "fs-constants@npm:1.0.0" @@ -20235,7 +20182,7 @@ __metadata: languageName: node linkType: hard -"graphql-tag@npm:^2.10.3, graphql-tag@npm:^2.12.6": +"graphql-tag@npm:^2.12.6": version: 2.12.6 resolution: "graphql-tag@npm:2.12.6" dependencies: @@ -21867,15 +21814,6 @@ __metadata: languageName: node linkType: hard -"isomorphic-form-data@npm:^2.0.0": - version: 2.0.0 - resolution: "isomorphic-form-data@npm:2.0.0" - dependencies: - form-data: "npm:^2.3.2" - checksum: 10/234bfaa1ed037b1d6cf659eb7a5806889f1f60bc4c7effe5f54e52506004604a9d7229a03a8f9656a1a7ea5fcedca4342277083e38f88ff910b64eefa97dd95e - languageName: node - linkType: hard - "isomorphic-git@npm:^1.23.0": version: 1.33.0 resolution: "isomorphic-git@npm:1.33.0" @@ -23340,7 +23278,7 @@ __metadata: languageName: node linkType: hard -"kubernetes-models@npm:^4.1.0, kubernetes-models@npm:^4.3.1": +"kubernetes-models@npm:^4.3.1": version: 4.5.1 resolution: "kubernetes-models@npm:4.5.1" dependencies: @@ -24135,18 +24073,22 @@ __metadata: languageName: node linkType: hard -"material-ui-popup-state@npm:^1.9.3": - version: 1.9.3 - resolution: "material-ui-popup-state@npm:1.9.3" +"material-ui-popup-state@npm:^5.3.6": + version: 5.3.6 + resolution: "material-ui-popup-state@npm:5.3.6" dependencies: - "@babel/runtime": "npm:^7.12.5" - "@material-ui/types": "npm:^6.0.1" + "@babel/runtime": "npm:^7.26.0" + "@types/prop-types": "npm:^15.7.3" classnames: "npm:^2.2.6" prop-types: "npm:^15.7.2" peerDependencies: - "@material-ui/core": ^4.0.0 || ^5.0.0-beta - react: ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10/9b0bb7bdcf257e1bf868cb2e74e2d80208fb870ab8e29229c49a0b64f1c1cb5c8b7ba78e89fb81019c2109729d25473188d79bf99f889c8ee698020f2013d578 + "@mui/material": ^5.0.0 || ^6.0.0 || ^7.0.0 + "@types/react": ^16.8.0 || ^17 || ^18 || ^19 + react: ^16.8.0 || ^17 || ^18 || ^19 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/0edb01e329b694517656833a4d923bdb25ab3454c3027dbbb2a32d3f264aa5ae9b174756a83d08dcc981a77775426004b5b3766bbf330fd4df2075c810d7aa9e languageName: node linkType: hard @@ -30042,7 +29984,7 @@ __metadata: languageName: node linkType: hard -"sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.8, sha.js@npm:^2.4.9": +"sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.12, sha.js@npm:^2.4.8, sha.js@npm:^2.4.9": version: 2.4.12 resolution: "sha.js@npm:2.4.12" dependencies: @@ -31116,17 +31058,17 @@ __metadata: languageName: node linkType: hard -"swagger-client@npm:^3.35.5": - version: 3.35.6 - resolution: "swagger-client@npm:3.35.6" +"swagger-client@npm:^3.35.7": + version: 3.35.7 + resolution: "swagger-client@npm:3.35.7" dependencies: "@babel/runtime-corejs3": "npm:^7.22.15" "@scarf/scarf": "npm:=1.4.0" - "@swagger-api/apidom-core": "npm:>=1.0.0-beta.41 <1.0.0-rc.0" - "@swagger-api/apidom-error": "npm:>=1.0.0-beta.41 <1.0.0-rc.0" - "@swagger-api/apidom-json-pointer": "npm:>=1.0.0-beta.41 <1.0.0-rc.0" - "@swagger-api/apidom-ns-openapi-3-1": "npm:>=1.0.0-beta.41 <1.0.0-rc.0" - "@swagger-api/apidom-reference": "npm:>=1.0.0-beta.41 <1.0.0-rc.0" + "@swagger-api/apidom-core": "npm:>=1.0.0-beta.50 <1.0.0-rc.0" + "@swagger-api/apidom-error": "npm:>=1.0.0-beta.50 <1.0.0-rc.0" + "@swagger-api/apidom-json-pointer": "npm:>=1.0.0-beta.50 <1.0.0-rc.0" + "@swagger-api/apidom-ns-openapi-3-1": "npm:>=1.0.0-beta.50 <1.0.0-rc.0" + "@swagger-api/apidom-reference": "npm:>=1.0.0-beta.50 <1.0.0-rc.0" "@swaggerexpert/cookie": "npm:^2.0.2" deepmerge: "npm:~4.3.0" fast-json-patch: "npm:^3.0.0-1" @@ -31138,21 +31080,22 @@ __metadata: openapi-server-url-templating: "npm:^1.3.0" ramda: "npm:^0.30.1" ramda-adjunct: "npm:^5.1.0" - checksum: 10/fb6582dc45c2ae6a26ae4cc80f0a3d97e31f3b058676951f93670828f2f30f5d44ecd7c029465f5452b251a533be329a955c92cec11be7128baa5e2e963e6f9d + checksum: 10/1555fc8702248a9bcb1379853181831d4dfc654a41b7d5546a24f27baab7fb7fba7792bb8d23a50df773ae2afb68f1d6f212bc02062a84f08236818e508c1352 languageName: node linkType: hard -"swagger-ui-react@npm:^5.0.0": - version: 5.27.1 - resolution: "swagger-ui-react@npm:5.27.1" +"swagger-ui-react@npm:^5.27.1": + version: 5.29.4 + resolution: "swagger-ui-react@npm:5.29.4" dependencies: "@babel/runtime-corejs3": "npm:^7.27.1" "@scarf/scarf": "npm:=1.4.0" base64-js: "npm:^1.5.1" + buffer: "npm:^6.0.3" classnames: "npm:^2.5.1" css.escape: "npm:1.5.1" deep-extend: "npm:0.6.0" - dompurify: "npm:=3.2.4" + dompurify: "npm:=3.2.6" ieee754: "npm:^1.2.1" immutable: "npm:^3.x.x" js-file-download: "npm:^0.4.12" @@ -31173,16 +31116,16 @@ __metadata: remarkable: "npm:^2.0.1" reselect: "npm:^5.1.1" serialize-error: "npm:^8.1.0" - sha.js: "npm:^2.4.11" - swagger-client: "npm:^3.35.5" + sha.js: "npm:^2.4.12" + swagger-client: "npm:^3.35.7" url-parse: "npm:^1.5.10" xml: "npm:=1.0.1" xml-but-prettier: "npm:^1.0.1" zenscroll: "npm:^4.0.2" peerDependencies: - react: ">=16.8.0 <19" - react-dom: ">=16.8.0 <19" - checksum: 10/11843386c082872e0345d92fe9b6f893a7d0f216dff34a35ab554fb462bb6f9649ea7eb8ed2836bb8892d7d8bd8565f4b4f717f0bb9be2bfd540b197e869fb0a + react: ">=16.8.0 <20" + react-dom: ">=16.8.0 <20" + checksum: 10/6ea0c5803382e80f7363f429a5797ab6d189e5b8c7244b145afc85afbad551dc7c6fbfdf23c832f3eb13b5b91323c1423d248449af04d865ab21bd145bdfa2b5 languageName: node linkType: hard From 5f6626da45746f649ddf1e87e53cb22e18e0931f Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 24 Oct 2025 15:47:03 -0400 Subject: [PATCH 2/3] Add UI CSS changes Signed-off-by: Bryan Ramos --- workspaces/tekton/packages/app/package.json | 1 + workspaces/tekton/packages/app/src/index.tsx | 1 + .../tekton/plugins/tekton/dev/index.tsx | 1 + workspaces/tekton/plugins/tekton/package.json | 1 + workspaces/tekton/yarn.lock | 2462 +++++++++++++++-- 5 files changed, 2250 insertions(+), 216 deletions(-) diff --git a/workspaces/tekton/packages/app/package.json b/workspaces/tekton/packages/app/package.json index 12687d723d..84133a96ba 100644 --- a/workspaces/tekton/packages/app/package.json +++ b/workspaces/tekton/packages/app/package.json @@ -44,6 +44,7 @@ "@backstage/plugin-techdocs-react": "^1.3.4", "@backstage/plugin-user-settings": "^0.8.27", "@backstage/theme": "^0.7.0", + "@backstage/ui": "^0.8.2", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "react": "^18.0.2", diff --git a/workspaces/tekton/packages/app/src/index.tsx b/workspaces/tekton/packages/app/src/index.tsx index ea13d30f0d..f0bd64162f 100644 --- a/workspaces/tekton/packages/app/src/index.tsx +++ b/workspaces/tekton/packages/app/src/index.tsx @@ -14,6 +14,7 @@ * limitations under the License. */ import '@backstage/cli/asset-types'; +import '@backstage/ui/css/styles.css'; import ReactDOM from 'react-dom/client'; import App from './App'; diff --git a/workspaces/tekton/plugins/tekton/dev/index.tsx b/workspaces/tekton/plugins/tekton/dev/index.tsx index 61c3439d84..e954fd7192 100644 --- a/workspaces/tekton/plugins/tekton/dev/index.tsx +++ b/workspaces/tekton/plugins/tekton/dev/index.tsx @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +import '@backstage/ui/css/styles.css'; import { Entity } from '@backstage/catalog-model'; import { Page, Header, TabbedLayout } from '@backstage/core-components'; import { createDevApp } from '@backstage/dev-utils'; diff --git a/workspaces/tekton/plugins/tekton/package.json b/workspaces/tekton/plugins/tekton/package.json index 8149160442..2b9d305db0 100644 --- a/workspaces/tekton/plugins/tekton/package.json +++ b/workspaces/tekton/plugins/tekton/package.json @@ -43,6 +43,7 @@ "@backstage/plugin-kubernetes-react": "^0.5.12", "@backstage/plugin-permission-react": "^0.4.37", "@backstage/theme": "^0.7.0", + "@backstage/ui": "^0.8.2", "@janus-idp/shared-react": "^2.16.0", "@kubernetes/client-node": "1.0.0-rc7", "@material-ui/core": "^4.9.13", diff --git a/workspaces/tekton/yarn.lock b/workspaces/tekton/yarn.lock index 6ef34160a0..1b8a458fbb 100644 --- a/workspaces/tekton/yarn.lock +++ b/workspaces/tekton/yarn.lock @@ -1757,7 +1757,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.26.10, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": version: 7.28.4 resolution: "@babel/runtime@npm:7.28.4" checksum: 10/6c9a70452322ea80b3c9b2a412bcf60771819213a67576c8cec41e88a95bb7bf01fc983754cda35dc19603eef52df22203ccbf7777b9d6316932f9fb77c25163 @@ -1827,6 +1827,7 @@ __metadata: "@backstage/plugin-permission-react": "npm:^0.4.37" "@backstage/test-utils": "npm:^1.7.12" "@backstage/theme": "npm:^0.7.0" + "@backstage/ui": "npm:^0.8.2" "@janus-idp/shared-react": "npm:^2.16.0" "@kubernetes/client-node": "npm:1.0.0-rc7" "@material-ui/core": "npm:^4.9.13" @@ -4294,6 +4295,27 @@ __metadata: languageName: node linkType: hard +"@backstage/ui@npm:^0.8.2": + version: 0.8.2 + resolution: "@backstage/ui@npm:0.8.2" + 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.13.0" + peerDependencies: + "@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/c4d39e16f3fb43e86685f95bee4896da8917cfa3352ff6bc0d39db49bcc4a087aa3fabda899e236dcc369a6870a56e5673b333d00878c4bd6ee552e468c32608 + languageName: node + linkType: hard + "@backstage/version-bridge@npm:^1.0.11": version: 1.0.11 resolution: "@backstage/version-bridge@npm:1.0.11" @@ -4316,6 +4338,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" @@ -5296,6 +5339,16 @@ __metadata: languageName: node linkType: hard +"@floating-ui/dom@npm:^1.7.4": + version: 1.7.4 + resolution: "@floating-ui/dom@npm:1.7.4" + dependencies: + "@floating-ui/core": "npm:^1.7.3" + "@floating-ui/utils": "npm:^0.2.10" + checksum: 10/d3d6a23e7b9804ba56338c7c666590258683af14b6026270d32afc1202f72b5b82cca359004bdc7830bf2463a045da6c7bd4e7d5351218cf270ff94206197971 + languageName: node + linkType: hard + "@floating-ui/react-dom@npm:^2.0.0": version: 2.1.5 resolution: "@floating-ui/react-dom@npm:2.1.5" @@ -5308,13 +5361,90 @@ __metadata: languageName: node linkType: hard -"@floating-ui/utils@npm:^0.2.10": +"@floating-ui/react-dom@npm:^2.1.6": + version: 2.1.6 + resolution: "@floating-ui/react-dom@npm:2.1.6" + dependencies: + "@floating-ui/dom": "npm:^1.7.4" + peerDependencies: + react: ">=16.8.0" + react-dom: ">=16.8.0" + checksum: 10/fbfd3319b42edb9c156e4e872f500d2edb112bc9cfd1b45892bff16ccf21c2484ddc9c416f7631c2aaaadec1b2f98b205db8a3f89eb78ca870905fcfe3917c35 + languageName: node + linkType: hard + +"@floating-ui/react@npm:^0.27.5": + version: 0.27.16 + resolution: "@floating-ui/react@npm:0.27.16" + dependencies: + "@floating-ui/react-dom": "npm:^2.1.6" + "@floating-ui/utils": "npm:^0.2.10" + tabbable: "npm:^6.0.0" + peerDependencies: + react: ">=17.0.0" + react-dom: ">=17.0.0" + checksum: 10/b9baedee124035323a8f74794ec782678faf52af1c88731ce7d2641b7e7c97748fda1e711a3c4db007a0153d93158d867f4726ee632d713d3de76ec4bdfd84e1 + languageName: node + linkType: hard + +"@floating-ui/utils@npm:^0.2.10, @floating-ui/utils@npm:^0.2.9": version: 0.2.10 resolution: "@floating-ui/utils@npm:0.2.10" checksum: 10/b635ea865a8be2484b608b7157f5abf9ed439f351011a74b7e988439e2898199a9a8b790f52291e05bdcf119088160dc782d98cff45cc98c5a271bc6f51327ae languageName: node linkType: hard +"@formatjs/ecma402-abstract@npm:2.3.6": + version: 2.3.6 + resolution: "@formatjs/ecma402-abstract@npm:2.3.6" + dependencies: + "@formatjs/fast-memoize": "npm:2.2.7" + "@formatjs/intl-localematcher": "npm:0.6.2" + decimal.js: "npm:^10.4.3" + tslib: "npm:^2.8.0" + checksum: 10/30b1b5cd6b62ba46245f934429936592df5500bc1b089dc92dd49c826757b873dd92c305dcfe370701e4df6b057bf007782113abb9b65db550d73be4961718bc + 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.4": + version: 2.11.4 + resolution: "@formatjs/icu-messageformat-parser@npm:2.11.4" + dependencies: + "@formatjs/ecma402-abstract": "npm:2.3.6" + "@formatjs/icu-skeleton-parser": "npm:1.8.16" + tslib: "npm:^2.8.0" + checksum: 10/2acb100c06c2ade666d72787fb9f9795b1ace41e8e73bfadc2b1a7b8562e81f655e484f0f33d8c39473aa17bf0ad96fb2228871806a9b3dc4f5f876754a0de3a + languageName: node + linkType: hard + +"@formatjs/icu-skeleton-parser@npm:1.8.16": + version: 1.8.16 + resolution: "@formatjs/icu-skeleton-parser@npm:1.8.16" + dependencies: + "@formatjs/ecma402-abstract": "npm:2.3.6" + tslib: "npm:^2.8.0" + checksum: 10/428001e5bed81889b276a2356a1393157af91dc59220b765a1a132f6407ac5832b7ac6ae9737674ac38e44035295c0c1c310b2630f383f2b5779ea90bf2849e6 + languageName: node + linkType: hard + +"@formatjs/intl-localematcher@npm:0.6.2": + version: 0.6.2 + resolution: "@formatjs/intl-localematcher@npm:0.6.2" + dependencies: + tslib: "npm:^2.8.0" + checksum: 10/eb12a7f5367bbecdfafc20d7f005559ce840f420e970f425c5213d35e94e86dfe75bde03464971a26494bf8427d4961269db22ecad2834f2a19d888b5d9cc064 + languageName: node + linkType: hard + "@gar/promisify@npm:^1.1.3": version: 1.1.3 resolution: "@gar/promisify@npm:1.1.3" @@ -5995,6 +6125,43 @@ __metadata: languageName: unknown linkType: soft +"@internationalized/date@npm:^3.10.0": + version: 3.10.0 + resolution: "@internationalized/date@npm:3.10.0" + dependencies: + "@swc/helpers": "npm:^0.5.0" + checksum: 10/5940667ea2b0be54b798088ef995f787508bf4305d3741babc8b1f48de008c872555a5440ae61fa7399461a7339d3257fb8e86cc2111e72e185fc37d99e06392 + 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.5": + version: 3.6.5 + resolution: "@internationalized/number@npm:3.6.5" + dependencies: + "@swc/helpers": "npm:^0.5.0" + checksum: 10/f80618842b9b8ea04e235277911eeb8e2ee129f1b266b94704a9f773df7536486c25db41ae708f6c2f4845cdb0a25e7d1856332370daba6c530528ac0ee997e3 + 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 + "@iovalkey/commands@npm:^0.1.0": version: 0.1.0 resolution: "@iovalkey/commands@npm:0.1.0" @@ -8996,298 +9163,1984 @@ __metadata: "@radix-ui/react-use-size": "npm:1.1.1" "@radix-ui/rect": "npm:1.1.1" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/01366054e1e63dd9394f77afb9da3367709478a5adf4436c080fc5bbe9456170192ff9d1425d9fae5b246e1ba95173848f84b6f2a06b21b47d966367ec7cb997 + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/01366054e1e63dd9394f77afb9da3367709478a5adf4436c080fc5bbe9456170192ff9d1425d9fae5b246e1ba95173848f84b6f2a06b21b47d966367ec7cb997 + languageName: node + linkType: hard + +"@radix-ui/react-portal@npm:1.1.9": + version: 1.1.9 + resolution: "@radix-ui/react-portal@npm:1.1.9" + dependencies: + "@radix-ui/react-primitive": "npm:2.1.3" + "@radix-ui/react-use-layout-effect": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/bd6be39bf021d5c917e2474ecba411e2625171f7ef96862b9af04bbd68833bb3662a7f1fbdeb5a7a237111b10e811e76d2cd03e957dadd6e668ef16541bfbd68 + languageName: node + linkType: hard + +"@radix-ui/react-presence@npm:1.1.5": + version: 1.1.5 + resolution: "@radix-ui/react-presence@npm:1.1.5" + dependencies: + "@radix-ui/react-compose-refs": "npm:1.1.2" + "@radix-ui/react-use-layout-effect": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/4cdb05844c18877efb4b9739b46b7e5850b81d7ede994e75b5d62e8153a43c6e16b3ff9e55ff716e20b74b99b9415a94e97fd636bcb8698d5bbf7ab7b8663f9b + languageName: node + linkType: hard + +"@radix-ui/react-primitive@npm:2.1.3": + version: 2.1.3 + resolution: "@radix-ui/react-primitive@npm:2.1.3" + dependencies: + "@radix-ui/react-slot": "npm:1.2.3" + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/1dbbf932a3527f4e62f210bb72944eff605c3e38c8d3275ed5a5c570c02820ab156169756a65ad9a638d2089a828a04a7903795377384e98c87d0ca456303253 + languageName: node + linkType: hard + +"@radix-ui/react-roving-focus@npm:1.1.11": + version: 1.1.11 + resolution: "@radix-ui/react-roving-focus@npm:1.1.11" + dependencies: + "@radix-ui/primitive": "npm:1.1.3" + "@radix-ui/react-collection": "npm:1.1.7" + "@radix-ui/react-compose-refs": "npm:1.1.2" + "@radix-ui/react-context": "npm:1.1.2" + "@radix-ui/react-direction": "npm:1.1.1" + "@radix-ui/react-id": "npm:1.1.1" + "@radix-ui/react-primitive": "npm:2.1.3" + "@radix-ui/react-use-callback-ref": "npm:1.1.1" + "@radix-ui/react-use-controllable-state": "npm:1.2.2" + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/0eddafa942332c95622ab8b53cce2fa25fd0dcaf4797218e9e6725da0734a81a438852cdcb3f588521018f68d38c6c5e50c64fda78c655f4e69dd45681ecc5e7 + languageName: node + linkType: hard + +"@radix-ui/react-slot@npm:1.2.3": + version: 1.2.3 + resolution: "@radix-ui/react-slot@npm:1.2.3" + dependencies: + "@radix-ui/react-compose-refs": "npm:1.1.2" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/fe484c2741e31d9c20a8fb53c5790a73c0664e2bea35e27f4d484a90c42135fcfffe11a08abfcacb7a8ee2faf013471f0e856818f3ddac8ac51ceb8869e0fd08 + languageName: node + linkType: hard + +"@radix-ui/react-tooltip@npm:^1.0.6": + version: 1.2.8 + resolution: "@radix-ui/react-tooltip@npm:1.2.8" + dependencies: + "@radix-ui/primitive": "npm:1.1.3" + "@radix-ui/react-compose-refs": "npm:1.1.2" + "@radix-ui/react-context": "npm:1.1.2" + "@radix-ui/react-dismissable-layer": "npm:1.1.11" + "@radix-ui/react-id": "npm:1.1.1" + "@radix-ui/react-popper": "npm:1.2.8" + "@radix-ui/react-portal": "npm:1.1.9" + "@radix-ui/react-presence": "npm:1.1.5" + "@radix-ui/react-primitive": "npm:2.1.3" + "@radix-ui/react-slot": "npm:1.2.3" + "@radix-ui/react-use-controllable-state": "npm:1.2.2" + "@radix-ui/react-visually-hidden": "npm:1.2.3" + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/e31857628d998b69616b8994f9627d387ed7bfa453b94e3b18ad2c04de83caf5fcca0ef2f304b1d343e00f183e937d883247d81e386dcc76c7c7c268484bc47c + languageName: node + linkType: hard + +"@radix-ui/react-use-callback-ref@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-use-callback-ref@npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/cde8c40f1d4e79e6e71470218163a746858304bad03758ac84dc1f94247a046478e8e397518350c8d6609c84b7e78565441d7505bb3ed573afce82cfdcd19faf + languageName: node + linkType: hard + +"@radix-ui/react-use-controllable-state@npm:1.2.2": + version: 1.2.2 + resolution: "@radix-ui/react-use-controllable-state@npm:1.2.2" + dependencies: + "@radix-ui/react-use-effect-event": "npm:0.0.2" + "@radix-ui/react-use-layout-effect": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/a100bff3ddecb753dab17444147273c9f70046c5949712c52174b259622eaef12acbf7ebcf289bae4e714eb84d0a7317c1aa44064cd997f327d77b62bc732a7c + languageName: node + linkType: hard + +"@radix-ui/react-use-effect-event@npm:0.0.2": + version: 0.0.2 + resolution: "@radix-ui/react-use-effect-event@npm:0.0.2" + dependencies: + "@radix-ui/react-use-layout-effect": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/5a1950a30a399ea7e4b98154da9f536737a610de80189b7aacd4f064a89a3cd0d2a48571d527435227252e72e872bdb544ff6ffcfbdd02de2efd011be4aaa902 + languageName: node + linkType: hard + +"@radix-ui/react-use-escape-keydown@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-use-escape-keydown@npm:1.1.1" + dependencies: + "@radix-ui/react-use-callback-ref": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/0eb0756c2c55ddcde9ff01446ab01c085ab2bf799173e97db7ef5f85126f9e8600225570801a1f64740e6d14c39ffe8eed7c14d29737345a5797f4622ac96f6f + languageName: node + linkType: hard + +"@radix-ui/react-use-layout-effect@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-use-layout-effect@npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/bad2ba4f206e6255263582bedfb7868773c400836f9a1b423c0b464ffe4a17e13d3f306d1ce19cf7a19a492e9d0e49747464f2656451bb7c6a99f5a57bd34de2 + languageName: node + linkType: hard + +"@radix-ui/react-use-rect@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-use-rect@npm:1.1.1" + dependencies: + "@radix-ui/rect": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/116461bebc49472f7497e66a9bd413541181b3d00c5e0aaeef45d790dc1fbd7c8dcea80b169ea273306228b9a3c2b70067e902d1fd5004b3057e3bbe35b9d55d + languageName: node + linkType: hard + +"@radix-ui/react-use-size@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-use-size@npm:1.1.1" + dependencies: + "@radix-ui/react-use-layout-effect": "npm:1.1.1" + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/64e61f65feb67ffc80e1fc4a8d5e32480fb6d68475e2640377e021178dead101568cba5f936c9c33e6c142c7cf2fb5d76ad7b23ef80e556ba142d56cf306147b + languageName: node + linkType: hard + +"@radix-ui/react-visually-hidden@npm:1.2.3, @radix-ui/react-visually-hidden@npm:^1.0.3": + version: 1.2.3 + resolution: "@radix-ui/react-visually-hidden@npm:1.2.3" + dependencies: + "@radix-ui/react-primitive": "npm:2.1.3" + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10/42296bde1ddf4af4e7445e914c35d6bc8406d6ede49f0a959a553e75b3ed21da09fda80a81c48d8ec058ed8129ce7137499d02ee26f90f0d3eaa2417922d6509 + languageName: node + linkType: hard + +"@radix-ui/rect@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/rect@npm:1.1.1" + checksum: 10/b6c5eb787640775b53dd52fa47218a089f0a0d8220d3ebff079c0b754e1fb82d89b6bdf08a82fd0d59549bdeb52678c0cca091c302da49dcf74c3c989cb55678 + languageName: node + linkType: hard + +"@react-aria/autocomplete@npm:3.0.0-rc.3": + version: 3.0.0-rc.3 + resolution: "@react-aria/autocomplete@npm:3.0.0-rc.3" + dependencies: + "@react-aria/combobox": "npm:^3.14.0" + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/listbox": "npm:^3.15.0" + "@react-aria/searchfield": "npm:^3.8.9" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/autocomplete": "npm:3.0.0-beta.3" + "@react-stately/combobox": "npm:^3.12.0" + "@react-types/autocomplete": "npm:3.0.0-alpha.35" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/7acddd01b0f07bdbd2cf09d01a8b0fb9551d27656a92adf995411620a1599f8ff6421a72de1fcd56611d5eced49073cae48aee8127f3620fc1ca38d4ce3dcb62 + languageName: node + linkType: hard + +"@react-aria/breadcrumbs@npm:^3.5.29": + version: 3.5.29 + resolution: "@react-aria/breadcrumbs@npm:3.5.29" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/link": "npm:^3.8.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/breadcrumbs": "npm:^3.7.17" + "@react-types/shared": "npm:^3.32.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/875c2280539362e33200a9869dc52e5cec8a7407e068faa70cc190eaf266135448410acf9dd37b59bd86e53f330ac32e7598ceec468a2339cc04f18f826c4cbc + languageName: node + linkType: hard + +"@react-aria/button@npm:^3.14.2": + version: 3.14.2 + resolution: "@react-aria/button@npm:3.14.2" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/toolbar": "npm:3.0.0-beta.21" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/toggle": "npm:^3.9.2" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/d6891ab39a81b349a80ac2c381a5663e33caf209d29aa536b0a8ca2963898b011913593c71f4bceb3f48a54a95cd5bc842b0ffbb33498d38a120d1a6d28f932b + languageName: node + linkType: hard + +"@react-aria/calendar@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-aria/calendar@npm:3.9.2" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/calendar": "npm:^3.9.0" + "@react-types/button": "npm:^3.14.1" + "@react-types/calendar": "npm:^3.8.0" + "@react-types/shared": "npm:^3.32.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/3697b14765895c864db1a9393b86e0370cda01fab44464e9c1966150d7c793bcc9fd1e7a50d34022b0730fcaf9fd1995d431ccb1b5518eb086ccfb4b35e47ff2 + languageName: node + linkType: hard + +"@react-aria/checkbox@npm:^3.16.2": + version: 3.16.2 + resolution: "@react-aria/checkbox@npm:3.16.2" + dependencies: + "@react-aria/form": "npm:^3.1.2" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/toggle": "npm:^3.12.2" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/checkbox": "npm:^3.7.2" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/toggle": "npm:^3.9.2" + "@react-types/checkbox": "npm:^3.10.2" + "@react-types/shared": "npm:^3.32.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/77058d41d78b8feea4801022ba56f225b69f9b6577edc42a747dea21e4b38ea8d343f3a38455e9ae47a95a41b77e37fa0929a7136507f7b446111919f5e34478 + languageName: node + linkType: hard + +"@react-aria/collections@npm:^3.0.0": + version: 3.0.0 + resolution: "@react-aria/collections@npm:3.0.0" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.1" + "@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/2704d35e0cc67e8e2f7fa61f593160768a633e2ff3ced45f01806928dc15738dcd005c49ff7130c0c92fbaabf0b0624833e54b7d24a10181c7910a469a9da52b + languageName: node + linkType: hard + +"@react-aria/color@npm:^3.1.2": + version: 3.1.2 + resolution: "@react-aria/color@npm:3.1.2" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/numberfield": "npm:^3.12.2" + "@react-aria/slider": "npm:^3.8.2" + "@react-aria/spinbutton": "npm:^3.6.19" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/utils": "npm:^3.31.0" + "@react-aria/visually-hidden": "npm:^3.8.28" + "@react-stately/color": "npm:^3.9.2" + "@react-stately/form": "npm:^3.2.2" + "@react-types/color": "npm:^3.1.2" + "@react-types/shared": "npm:^3.32.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/8b2c29097e86e2fa30bb5a53777dd09a7b2b24f6fb44ac1847275345aa895bb663735dcdc94bac90ba6fee074f11fe571f7effc5ba4ac4adb0bc87f67705479c + languageName: node + linkType: hard + +"@react-aria/combobox@npm:^3.14.0": + version: 3.14.0 + resolution: "@react-aria/combobox@npm:3.14.0" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/listbox": "npm:^3.15.0" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/menu": "npm:^3.19.3" + "@react-aria/overlays": "npm:^3.30.0" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/combobox": "npm:^3.12.0" + "@react-stately/form": "npm:^3.2.2" + "@react-types/button": "npm:^3.14.1" + "@react-types/combobox": "npm:^3.13.9" + "@react-types/shared": "npm:^3.32.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/e583a99133b884e49b5848271a18d3dcbc6fdb4fb9aa9477d2164790b7386ada3316f6a4c19af3e8d989ed9c6207af12e2377c2f1644e8114afd916697a26c33 + languageName: node + linkType: hard + +"@react-aria/datepicker@npm:^3.15.2": + version: 3.15.2 + resolution: "@react-aria/datepicker@npm:3.15.2" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@internationalized/number": "npm:^3.6.5" + "@internationalized/string": "npm:^3.2.7" + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/form": "npm:^3.1.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/spinbutton": "npm:^3.6.19" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/datepicker": "npm:^3.15.2" + "@react-stately/form": "npm:^3.2.2" + "@react-types/button": "npm:^3.14.1" + "@react-types/calendar": "npm:^3.8.0" + "@react-types/datepicker": "npm:^3.13.2" + "@react-types/dialog": "npm:^3.5.22" + "@react-types/shared": "npm:^3.32.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/05f9b7bda5e5aa304ea4eebfded8040ea040b12284f2aa67f6b2a9e5458526a1e8dfbe077a53989a8633debb8184123e0907186f5b511c5a4c85a48f4c755f4b + languageName: node + linkType: hard + +"@react-aria/dialog@npm:^3.5.31": + version: 3.5.31 + resolution: "@react-aria/dialog@npm:3.5.31" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/overlays": "npm:^3.30.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/dialog": "npm:^3.5.22" + "@react-types/shared": "npm:^3.32.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/ea5d197b13d1441b45b5288382f9f25cf4ecec07ea6c8e989ce62b5f0ce2eaa7e6afe7e40fc808451b040eda2c41aa64f8e510d5205b26a5a07324b86468e53d + languageName: node + linkType: hard + +"@react-aria/disclosure@npm:^3.1.0": + version: 3.1.0 + resolution: "@react-aria/disclosure@npm:3.1.0" + dependencies: + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/disclosure": "npm:^3.0.8" + "@react-types/button": "npm:^3.14.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/34f5a0b5c7130fc686025f8015cefe219b84ed153dbca93ee4b47b2f598ca833ed161426dc76d2f09ee480b88741df046fcbb600516eb77b919afcb80b1b61a3 + languageName: node + linkType: hard + +"@react-aria/dnd@npm:^3.11.3": + version: 3.11.3 + resolution: "@react-aria/dnd@npm:3.11.3" + dependencies: + "@internationalized/string": "npm:^3.2.7" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/overlays": "npm:^3.30.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/dnd": "npm:^3.7.1" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/48c58ab1fdb0e4dfce2e5933b580df3e46c0407535a28d2434fc6921d049bde45d0b3b94b7f3f4775e683e77c4a5b17ccfd9894c345230b7f49c7c0742663dce + languageName: node + linkType: hard + +"@react-aria/focus@npm:^3.21.2": + version: 3.21.2 + resolution: "@react-aria/focus@npm:3.21.2" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.1" + "@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/4bce20d956c24ab08b707e84896afafd66b3496971efb6dd611dae1c4c1f47a5c99c786a96b2fd0eb083a7c9ba5368ac04ce3a937cc48fdcc8bb85f81e7a3098 + languageName: node + linkType: hard + +"@react-aria/form@npm:^3.1.2": + version: 3.1.2 + resolution: "@react-aria/form@npm:3.1.2" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/form": "npm:^3.2.2" + "@react-types/shared": "npm:^3.32.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/140d8cb830fab6fc4d885e79fbdfc92f06af43134b6ab68ec93b58fec25220b823b58698bd9bbd574bc21d1c0d443813df89b44f5ea33b5bcd314128560bd4fd + languageName: node + linkType: hard + +"@react-aria/grid@npm:^3.14.5": + version: 3.14.5 + resolution: "@react-aria/grid@npm:3.14.5" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/grid": "npm:^3.11.6" + "@react-stately/selection": "npm:^3.20.6" + "@react-types/checkbox": "npm:^3.10.2" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.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/7e8731b55366b05f619259fbeb149b63d7c17158e25a2ebaacbe3368f50e71f054e4cef3a943ca6076d3ebf0242cfcb155ff276ab984a7495dc46f6b5b13f1d2 + languageName: node + linkType: hard + +"@react-aria/gridlist@npm:^3.14.1": + version: 3.14.1 + resolution: "@react-aria/gridlist@npm:3.14.1" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/grid": "npm:^3.14.5" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/list": "npm:^3.13.1" + "@react-stately/tree": "npm:^3.9.3" + "@react-types/shared": "npm:^3.32.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/1d7ff55a869a3157edd266b5d14a9e1380561bcb8d949fdd43e983e64932ec251aa7221e6156e93ea977b8942c5b9b8f9aae5f04ebc2ed27eef9be2b7e00b5ab + languageName: node + linkType: hard + +"@react-aria/i18n@npm:^3.12.13": + version: 3.12.13 + resolution: "@react-aria/i18n@npm:3.12.13" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@internationalized/message": "npm:^3.1.8" + "@internationalized/number": "npm:^3.6.5" + "@internationalized/string": "npm:^3.2.7" + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.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/a5464213e626c60d63e0dbab84907ab452c53022a27a5c482c8f86f23c96b53522e52005c5cfc829f388c807eaf246cded69d5bee24b9e0fc08f34f9b0359e82 + languageName: node + linkType: hard + +"@react-aria/interactions@npm:^3.25.6": + version: 3.25.6 + resolution: "@react-aria/interactions@npm:3.25.6" + dependencies: + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/flags": "npm:^3.1.2" + "@react-types/shared": "npm:^3.32.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/fd30e14107d919be25909ca8f69fb99d88aa1f1ead523717a390a40be6d774e40de47dd7f9fcc7e6d66e0f4abc12238001a10d2128cbd7af9b141641cacf6da4 + languageName: node + linkType: hard + +"@react-aria/label@npm:^3.7.22": + version: 3.7.22 + resolution: "@react-aria/label@npm:3.7.22" + dependencies: + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.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/2bbfca230465057230597fd23f47ebe591bb5307ff7e37a082a4922e132f1310b69a06dcb4905c356b674b159bd09c2ca690e0526d9f303bed8f66eeb8a61b13 + languageName: node + linkType: hard + +"@react-aria/landmark@npm:^3.0.7": + version: 3.0.7 + resolution: "@react-aria/landmark@npm:3.0.7" + dependencies: + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.1" + "@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/b86cbd8356fa08e01318644082b9ef948cb3d61695c3dfdb5bdc67a59ce3e3f774c91bf62795280c7ac620b87f9d7e66635c7e02a2c2eb2663b3e2b6a77a448a + languageName: node + linkType: hard + +"@react-aria/link@npm:^3.8.6": + version: 3.8.6 + resolution: "@react-aria/link@npm:3.8.6" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/link": "npm:^3.6.5" + "@react-types/shared": "npm:^3.32.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/7f0fd02e7eb5c69ba5e280c57b0e7ec6568fbca231159f591201f9d753bd2f985613d0f75a54465f292a617684a55d8f5f10585538ce1fbc3f9f29fb3d339529 + languageName: node + linkType: hard + +"@react-aria/listbox@npm:^3.15.0": + version: 3.15.0 + resolution: "@react-aria/listbox@npm:3.15.0" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/list": "npm:^3.13.1" + "@react-types/listbox": "npm:^3.7.4" + "@react-types/shared": "npm:^3.32.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/e361b11ab4ae521a3e4d41ea811f15e2863b97aa9e65c19eef06c38b9f378191c34dfedf545d1ea4667aa0b89aa157712ed6f78950d71cfc712643666cc59d7a + languageName: node + linkType: hard + +"@react-aria/live-announcer@npm:^3.4.4": + version: 3.4.4 + resolution: "@react-aria/live-announcer@npm:3.4.4" + dependencies: + "@swc/helpers": "npm:^0.5.0" + checksum: 10/058859f7c0895bccd902f038586333016d7a33d38508e5edaf0f4c809a00217c19db3aa00604e78f3a788e399c3701a8d7fe95e2eb29c8ae754ff4bb62da1f7a + languageName: node + linkType: hard + +"@react-aria/menu@npm:^3.19.3": + version: 3.19.3 + resolution: "@react-aria/menu@npm:3.19.3" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/overlays": "npm:^3.30.0" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/menu": "npm:^3.9.8" + "@react-stately/selection": "npm:^3.20.6" + "@react-stately/tree": "npm:^3.9.3" + "@react-types/button": "npm:^3.14.1" + "@react-types/menu": "npm:^3.10.5" + "@react-types/shared": "npm:^3.32.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/04987d1fae12979335a755093b74e0a9c61d2bf1f207111bca2a8513ea43962b282315976d33e5f06d3e2e1fc1927e2f9030365c4e4a26024e156ebcb88a8d9c + languageName: node + linkType: hard + +"@react-aria/meter@npm:^3.4.27": + version: 3.4.27 + resolution: "@react-aria/meter@npm:3.4.27" + dependencies: + "@react-aria/progress": "npm:^3.4.27" + "@react-types/meter": "npm:^3.4.13" + "@react-types/shared": "npm:^3.32.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/b79bc0f2a96b53ec427a25315cdec4a50dd1bc1cb1fbff9f84847c0bb2597851a514ecbbf4b0fbb18b165bc007142ad45bd432641301b8db990e09f281563d39 + languageName: node + linkType: hard + +"@react-aria/numberfield@npm:^3.12.2": + version: 3.12.2 + resolution: "@react-aria/numberfield@npm:3.12.2" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/spinbutton": "npm:^3.6.19" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/numberfield": "npm:^3.10.2" + "@react-types/button": "npm:^3.14.1" + "@react-types/numberfield": "npm:^3.8.15" + "@react-types/shared": "npm:^3.32.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/7ec498b0d3bf6a55e891e61d1693a6395a3e7b89a04d81af433a0cb3dd673603ce5dd7f861d39658a5fe6c0cd48356c8120c39b9a4495563d9b13af0f8c0b3ca + languageName: node + linkType: hard + +"@react-aria/overlays@npm:^3.26.1, @react-aria/overlays@npm:^3.30.0": + version: 3.30.0 + resolution: "@react-aria/overlays@npm:3.30.0" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/utils": "npm:^3.31.0" + "@react-aria/visually-hidden": "npm:^3.8.28" + "@react-stately/overlays": "npm:^3.6.20" + "@react-types/button": "npm:^3.14.1" + "@react-types/overlays": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.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/32c25162b55078cf18ca6f514065d97982a9447b1ec9d75fda4db69fa909cd5dcc3d5b4c8917edecce7d8dd5b20bc51c3862945110c0badef021c86878e8fb4d + languageName: node + linkType: hard + +"@react-aria/progress@npm:^3.4.27": + version: 3.4.27 + resolution: "@react-aria/progress@npm:3.4.27" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/progress": "npm:^3.5.16" + "@react-types/shared": "npm:^3.32.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/7b0ac3c2da6205096e94b4d72a2b2b0250f864cace05b562e49b86986dbebbab633e62fcc39ffa915974318de37d5f6256b1f584d8e33ebca70e564d32b3aca2 + languageName: node + linkType: hard + +"@react-aria/radio@npm:^3.12.2": + version: 3.12.2 + resolution: "@react-aria/radio@npm:3.12.2" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/form": "npm:^3.1.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/radio": "npm:^3.11.2" + "@react-types/radio": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.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/709bdd0515e797f2bf37dc17f55e46103aa918a4549880c15ecca7c03adc0716e5650376b1cc877437b12e5df4e3050138699707e4ec9fa611614a1e38b98eb0 + languageName: node + linkType: hard + +"@react-aria/searchfield@npm:^3.8.9": + version: 3.8.9 + resolution: "@react-aria/searchfield@npm:3.8.9" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/searchfield": "npm:^3.5.16" + "@react-types/button": "npm:^3.14.1" + "@react-types/searchfield": "npm:^3.6.6" + "@react-types/shared": "npm:^3.32.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/a088f7b1c434aea1d4603acb34e591c8f11a1532a41407b68336933a73e1e5f55b07bb6323642af5ebeebe39756e1e60943487d77d69882409c491fd816e86f4 + languageName: node + linkType: hard + +"@react-aria/select@npm:^3.17.0": + version: 3.17.0 + resolution: "@react-aria/select@npm:3.17.0" + dependencies: + "@react-aria/form": "npm:^3.1.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/listbox": "npm:^3.15.0" + "@react-aria/menu": "npm:^3.19.3" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-aria/visually-hidden": "npm:^3.8.28" + "@react-stately/select": "npm:^3.8.0" + "@react-types/button": "npm:^3.14.1" + "@react-types/select": "npm:^3.11.0" + "@react-types/shared": "npm:^3.32.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/e986470eb5d8c675fbd5753e0051827c94dad00c5472015d4744e4e9233e7a4ff97f4634e94c5686ef9f65f2b6ffa894b24f3a07bde0437de6fe5802901969cd + languageName: node + linkType: hard + +"@react-aria/selection@npm:^3.26.0": + version: 3.26.0 + resolution: "@react-aria/selection@npm:3.26.0" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/selection": "npm:^3.20.6" + "@react-types/shared": "npm:^3.32.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/6c3c59993c719cfdfd42ef9c753212e7bddf30c348117726e8abfe977876f583e0d0b6fa4ce73e46f1fa53e79e42f0866a333e257cef400c4a24bd5d1c81c379 + languageName: node + linkType: hard + +"@react-aria/separator@npm:^3.4.13": + version: 3.4.13 + resolution: "@react-aria/separator@npm:3.4.13" + dependencies: + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.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/4326c36d002f3931c8c717b7aacbe30943d42ca190fe400a151d8f480dd65359a0bc9192da33213d4e8215bbfd47436de07fedfe957e83be4101a926d116862e + languageName: node + linkType: hard + +"@react-aria/slider@npm:^3.8.2": + version: 3.8.2 + resolution: "@react-aria/slider@npm:3.8.2" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/slider": "npm:^3.7.2" + "@react-types/shared": "npm:^3.32.1" + "@react-types/slider": "npm:^3.8.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/3b9115eaf61f722929dcb739cd910b9e84f04644fdce8add21bc0f9305a3e7d0948c2e417afe424783b22738d52060505a32187aba1e7aca19dd572ebb6d10ed + languageName: node + linkType: hard + +"@react-aria/spinbutton@npm:^3.6.19": + version: 3.6.19 + resolution: "@react-aria/spinbutton@npm:3.6.19" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/9b87a1c87a09ddde141bb23e8e3ce1b1137cb1931df848d6fd3bbcd0773b3579045413b725686629da02c22733ad5b5dfc57e06c5fefaf07f8cfb8c4e2334997 + languageName: node + linkType: hard + +"@react-aria/ssr@npm:^3.9.10": + version: 3.9.10 + resolution: "@react-aria/ssr@npm:3.9.10" + 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/3b414b5b174769e874014604749d9beaf2556f360f61d3df3223bca6150c16dd37fbf16800e669a2b0045bd221df70212756991a426a7a472c56aac6c0dabd1b + languageName: node + linkType: hard + +"@react-aria/switch@npm:^3.7.8": + version: 3.7.8 + resolution: "@react-aria/switch@npm:3.7.8" + dependencies: + "@react-aria/toggle": "npm:^3.12.2" + "@react-stately/toggle": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.1" + "@react-types/switch": "npm:^3.5.15" + "@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/2a9cc90fb6f9593c8b41517d83e4a2e05f77ba544ee41d5beeb865329863ca70afa5beec94230512d3eab44d62f0c0c25110323ba89745ba64e05bee0f34c4ec + languageName: node + linkType: hard + +"@react-aria/table@npm:^3.17.8": + version: 3.17.8 + resolution: "@react-aria/table@npm:3.17.8" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/grid": "npm:^3.14.5" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/utils": "npm:^3.31.0" + "@react-aria/visually-hidden": "npm:^3.8.28" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/flags": "npm:^3.1.2" + "@react-stately/table": "npm:^3.15.1" + "@react-types/checkbox": "npm:^3.10.2" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.1" + "@react-types/table": "npm:^3.13.4" + "@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/39281b279c2efea9342877e4e2cb1af38f776a7349bcbe6e6daabf281e01445c28b8c7cd38c4f3cfeaea42a126552fd332fc242abd1e5e009c9252e3f1b88512 + languageName: node + linkType: hard + +"@react-aria/tabs@npm:^3.10.8": + version: 3.10.8 + resolution: "@react-aria/tabs@npm:3.10.8" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/tabs": "npm:^3.8.6" + "@react-types/shared": "npm:^3.32.1" + "@react-types/tabs": "npm:^3.3.19" + "@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/eae72fb6636ae1352ceec509605d35018d96f66aacab896748697da9f6b1e166c7bff88a0ffcfdee2869f653464df401d857906f44bdce5d5b9887b75f533287 + languageName: node + linkType: hard + +"@react-aria/tag@npm:^3.7.2": + version: 3.7.2 + resolution: "@react-aria/tag@npm:3.7.2" + dependencies: + "@react-aria/gridlist": "npm:^3.14.1" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/list": "npm:^3.13.1" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/757daed07380eee13a05b1ba0b72e062db689526dd67087cd34726a6003b4791cb450c9765be3ea32208ce1a430903db3885d07700cb8775cd8bcd97b8124cb4 + languageName: node + linkType: hard + +"@react-aria/textfield@npm:^3.18.2": + version: 3.18.2 + resolution: "@react-aria/textfield@npm:3.18.2" + dependencies: + "@react-aria/form": "npm:^3.1.2" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.1" + "@react-types/textfield": "npm:^3.12.6" + "@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/2713e3c42f502ecd1d8a505b01c404a6531d1450d8c422a12ac477d1d45dd5e11e9da48807e75c4915948f579969b4b894f1dda14d87ce3790ab67659b20a396 + languageName: node + linkType: hard + +"@react-aria/toast@npm:^3.0.8": + version: 3.0.8 + resolution: "@react-aria/toast@npm:3.0.8" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/landmark": "npm:^3.0.7" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/toast": "npm:^3.1.2" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/b8b21566723e9038f15517934c45c3e6406f28d476a682421aee270f01852e8a46f0170af13c3a5c8e80926169ebd7802d5def0115876e395dedad4fc9409f49 + languageName: node + linkType: hard + +"@react-aria/toggle@npm:^3.12.2": + version: 3.12.2 + resolution: "@react-aria/toggle@npm:3.12.2" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/toggle": "npm:^3.9.2" + "@react-types/checkbox": "npm:^3.10.2" + "@react-types/shared": "npm:^3.32.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/f6b9ce00d7a6bb0e7b6123826761cb7f40b9c7736ce8edc14b39f1865cd9165c086da8a3f6e27ddae8c8557f54f421bb0b4761c455dae81ed037a765b84b5cb7 + languageName: node + linkType: hard + +"@react-aria/toolbar@npm:3.0.0-beta.21": + version: 3.0.0-beta.21 + resolution: "@react-aria/toolbar@npm:3.0.0-beta.21" + dependencies: + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.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/ada5f50c4409997d46e4af0b739f1fada6d3c6ac0bdd3a7eef7ad2a440a53eaeebbd0685d19deb4b7c21832882dbe27a5a8162bf89135d2c930fbaf4bb5e0365 + languageName: node + linkType: hard + +"@react-aria/tooltip@npm:^3.8.8": + version: 3.8.8 + resolution: "@react-aria/tooltip@npm:3.8.8" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/tooltip": "npm:^3.5.8" + "@react-types/shared": "npm:^3.32.1" + "@react-types/tooltip": "npm:^3.4.21" + "@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/eddb4736b3813b26fdb21ce07cef170215a900a233d859605ad17a2c72c66ca8cc2fe105d3920f9b24fce0eb18e050551268dc25a9c5d4b987b7eca1e60b24e9 + languageName: node + linkType: hard + +"@react-aria/tree@npm:^3.1.4": + version: 3.1.4 + resolution: "@react-aria/tree@npm:3.1.4" + dependencies: + "@react-aria/gridlist": "npm:^3.14.1" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/tree": "npm:^3.9.3" + "@react-types/button": "npm:^3.14.1" + "@react-types/shared": "npm:^3.32.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/ed3e48d011b846026b4c3bf78a96fbe91ff892d995a94e94ff6f5218dcbd6736660507dee1e06aac9ce48f9f66fdc8898cf8486192cecad428242b5b4930fde8 + languageName: node + linkType: hard + +"@react-aria/utils@npm:^3.31.0": + version: 3.31.0 + resolution: "@react-aria/utils@npm:3.31.0" + dependencies: + "@react-aria/ssr": "npm:^3.9.10" + "@react-stately/flags": "npm:^3.1.2" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.1" + "@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/b021d2c3704ce934ec41cfc4d87fa6904fb3e007030e31b824cd8287053e866076cb7c7f072d6ed2fee82ca68f2e3f4677f3d58d7938e4b3315831f1fdea4d90 + languageName: node + linkType: hard + +"@react-aria/virtualizer@npm:^4.1.10": + version: 4.1.10 + resolution: "@react-aria/virtualizer@npm:4.1.10" + dependencies: + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-stately/virtualizer": "npm:^4.4.4" + "@react-types/shared": "npm:^3.32.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/a9d1083ee2e424a33cbe5520fc86fd5194a77555b3be21792f648a723770998320220bc32e49ae1551ce5e00b024520ad0bca6ca0d7fdee86bc6216eb1cf78dc + languageName: node + linkType: hard + +"@react-aria/visually-hidden@npm:^3.8.28": + version: 3.8.28 + resolution: "@react-aria/visually-hidden@npm:3.8.28" + dependencies: + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/utils": "npm:^3.31.0" + "@react-types/shared": "npm:^3.32.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/07e61b18d385127353014c2bd2bb9bba5035ac064988fa1bfc2f13d8050ccc9488891d4d3fbe6c79a808bfed7f06f1867b89ec1c975818712a36266040d76597 + 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" + checksum: 10/0923e364d309e32ee54e0850471a86488faf149d7a04ee838552cf5d54f493964623a8d742880ec82410cc1105530123f056e66dfc72b7da235d4cc93fad708f + languageName: node + linkType: hard + +"@react-hookz/web@npm:^24.0.0": + version: 24.0.4 + resolution: "@react-hookz/web@npm:24.0.4" + dependencies: + "@react-hookz/deep-equal": "npm:^1.0.4" + peerDependencies: + js-cookie: ^3.0.5 + react: ^16.8 || ^17 || ^18 + react-dom: ^16.8 || ^17 || ^18 + peerDependenciesMeta: + js-cookie: + optional: true + checksum: 10/6a841c648edbc54b11fd90de9bb61c3059255598fc4a714c508c269a03c4ca9bbf32cf017d3bd2b3a1bf7cd1d9bf4bb56028f64ad455f796079632f4a7cd4f00 + languageName: node + linkType: hard + +"@react-stately/autocomplete@npm:3.0.0-beta.3": + version: 3.0.0-beta.3 + resolution: "@react-stately/autocomplete@npm:3.0.0-beta.3" + dependencies: + "@react-stately/utils": "npm:^3.10.8" + "@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/3920ce479e577730870bc6845ee888a44a9a1f90188cf68efb60c74a8264b5886c9059b0cedc07b82fcb26afd770bff5fc971bef0d93ff6ba7d07024a3e628cd + languageName: node + linkType: hard + +"@react-stately/calendar@npm:^3.9.0": + version: 3.9.0 + resolution: "@react-stately/calendar@npm:3.9.0" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/calendar": "npm:^3.8.0" + "@react-types/shared": "npm:^3.32.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/6021927974cfaee9b48e07c4a4744105d1076fbad841aafdbd8633deb105c56f724a2a2f51285b426755873c3c2c8ae677649c9c38431433e7cf9e8dea7b334c + languageName: node + linkType: hard + +"@react-stately/checkbox@npm:^3.7.2": + version: 3.7.2 + resolution: "@react-stately/checkbox@npm:3.7.2" + dependencies: + "@react-stately/form": "npm:^3.2.2" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/checkbox": "npm:^3.10.2" + "@react-types/shared": "npm:^3.32.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/e0dda0c536ee43b2b925b9bf2932fdf5d27370b55d069633bb1e4d6a9dfb0db783ed0119ab0893ec192aa4099da0341f39fd2065bfd2e6c89ca3997e92e83ca1 + languageName: node + linkType: hard + +"@react-stately/collections@npm:^3.12.8": + version: 3.12.8 + resolution: "@react-stately/collections@npm:3.12.8" + dependencies: + "@react-types/shared": "npm:^3.32.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/da17c50d9323002f8dc05870265d54afa162575ceba83bc42d8ccd5d0ccf3bc0634d3896086e7975e1e7f1d7497de6f09ca0e5b82a697ad04349d5b59eca5a8f + languageName: node + linkType: hard + +"@react-stately/color@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-stately/color@npm:3.9.2" + dependencies: + "@internationalized/number": "npm:^3.6.5" + "@internationalized/string": "npm:^3.2.7" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/numberfield": "npm:^3.10.2" + "@react-stately/slider": "npm:^3.7.2" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/color": "npm:^3.1.2" + "@react-types/shared": "npm:^3.32.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/1aaea8dc241911b634ef072352076a8b3eec25300bb6c88ff2ce6147f05d2504688465a0342272b74a8484cdf272d10d2d9abc6cbbb64a111228046369f92ce5 + languageName: node + linkType: hard + +"@react-stately/combobox@npm:^3.12.0": + version: 3.12.0 + resolution: "@react-stately/combobox@npm:3.12.0" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/list": "npm:^3.13.1" + "@react-stately/overlays": "npm:^3.6.20" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/combobox": "npm:^3.13.9" + "@react-types/shared": "npm:^3.32.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/3471a9c2f60e215784f63085b4ebcb2445ec804b3f0f50261933261afd7c9f7ed6d0675f00b5581aa43763c37561bcf6c6967a0ab485f403b1f8cf33a6b65d40 + languageName: node + linkType: hard + +"@react-stately/data@npm:^3.14.1": + version: 3.14.1 + resolution: "@react-stately/data@npm:3.14.1" + dependencies: + "@react-types/shared": "npm:^3.32.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/ac069e41036fd534a8ec4e77847234abc35aa02c1901b0abc3af3d5cede0baadb5ce0d5f648fed5d6b2e37f673669f2b21fbf74cfb760f0e99734f1d9e841d33 + languageName: node + linkType: hard + +"@react-stately/datepicker@npm:^3.15.2": + version: 3.15.2 + resolution: "@react-stately/datepicker@npm:3.15.2" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@internationalized/string": "npm:^3.2.7" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/overlays": "npm:^3.6.20" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/datepicker": "npm:^3.13.2" + "@react-types/shared": "npm:^3.32.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/59ef011e4d56a3a40923d0a2ce02f6150ca4e5c7b9dac638d4f2b512af9a213ea6cda2d8d85b114758f2db2b06a8840a93c5b9c8c30859366249d58d960ed149 + languageName: node + linkType: hard + +"@react-stately/disclosure@npm:^3.0.8": + version: 3.0.8 + resolution: "@react-stately/disclosure@npm:3.0.8" + dependencies: + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.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/8a36946589a199a788c07ef6ab04d0a30868db0484c660e5066ba38dd8bb8cef6e00fca324e7645b561fc7f3b3ffa152add555f2971c6be532d9cd3b67237b31 + languageName: node + linkType: hard + +"@react-stately/dnd@npm:^3.7.1": + version: 3.7.1 + resolution: "@react-stately/dnd@npm:3.7.1" + dependencies: + "@react-stately/selection": "npm:^3.20.6" + "@react-types/shared": "npm:^3.32.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/d5500055a5398914556eeb767b141e4192be446990dfecb385b0348a35dc0baf0b0a72567dde806369995e09f5dc27a13fe4261739da7bc8ba483875bd88e694 + 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.2.2": + version: 3.2.2 + resolution: "@react-stately/form@npm:3.2.2" + dependencies: + "@react-types/shared": "npm:^3.32.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/e466309999cb2f28e892b11cdfc7cee2b7d08eefced41d9e346e2c4353dd5fc1864de145a6b332735cdc94b278ff8e6b599489d2aa6945ec5389171f89a633d1 + languageName: node + linkType: hard + +"@react-stately/grid@npm:^3.11.6": + version: 3.11.6 + resolution: "@react-stately/grid@npm:3.11.6" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/selection": "npm:^3.20.6" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.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/b6bc2a24ff37bdf375caa0f73dd6812ec4368f314f7754472f8b5de47ed296c4d3aadab787768c50d17d5606732291f05448891d5b08c0facaf8a1c9f7a70d31 + languageName: node + linkType: hard + +"@react-stately/layout@npm:^4.5.1": + version: 4.5.1 + resolution: "@react-stately/layout@npm:4.5.1" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/table": "npm:^3.15.1" + "@react-stately/virtualizer": "npm:^4.4.4" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.1" + "@react-types/table": "npm:^3.13.4" + "@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/a4413d766efdea8decf4549cd773f5a94ce086690195223e605b78ccb9e1c0dd25011bd37a011b805c72a7a9f3a27dc1dd6c8684d9cc2a0b6efaa084fbd337a4 + languageName: node + linkType: hard + +"@react-stately/list@npm:^3.13.1": + version: 3.13.1 + resolution: "@react-stately/list@npm:3.13.1" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/selection": "npm:^3.20.6" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.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/3da2ca14eaee5f0915c1c79df66268bf1e7cc5d60ce68170515180993941c4c8679033589a8bc38e08138b882a62a8ad69ca727a500c882bd0f4214ce9a69384 + languageName: node + linkType: hard + +"@react-stately/menu@npm:^3.9.8": + version: 3.9.8 + resolution: "@react-stately/menu@npm:3.9.8" + dependencies: + "@react-stately/overlays": "npm:^3.6.20" + "@react-types/menu": "npm:^3.10.5" + "@react-types/shared": "npm:^3.32.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/7798aa91f0af2743d4d441be1a0bac54489413c187d0e926a336cf13482ad4d54c7215426cd6ea288b8bcf621406db6ebaca5209095be5bfb4dfe4464ece7875 + languageName: node + linkType: hard + +"@react-stately/numberfield@npm:^3.10.2": + version: 3.10.2 + resolution: "@react-stately/numberfield@npm:3.10.2" + dependencies: + "@internationalized/number": "npm:^3.6.5" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/numberfield": "npm:^3.8.15" + "@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/5fd1d4cc1b90a7b03b98a82e47162044a78534291b9baa77847eddd4fb8040bddb91329dfcc7aa2a7cc38ace23817b6c9d52dd7b0f9bd7ce249f763006580797 + languageName: node + linkType: hard + +"@react-stately/overlays@npm:^3.6.20": + version: 3.6.20 + resolution: "@react-stately/overlays@npm:3.6.20" + dependencies: + "@react-stately/utils": "npm:^3.10.8" + "@react-types/overlays": "npm:^3.9.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 + checksum: 10/e9a3023b3fc3d9383d36dbd0a1e6a0d3d84350dee4f5ce6578464d613e063ca32dd6685c4fdfaa774ded24497c9e5c56363b9650c551d5d1a4dbb6d7d1d04382 + languageName: node + linkType: hard + +"@react-stately/radio@npm:^3.11.2": + version: 3.11.2 + resolution: "@react-stately/radio@npm:3.11.2" + dependencies: + "@react-stately/form": "npm:^3.2.2" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/radio": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.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/182946fb5e963fed62df59d8893ca92443e587bcf3d644b54b991b3acb2124b777af11884e6e31c953becc2dad2226a13238a219747fb596a7e08f0e31e97a22 + languageName: node + linkType: hard + +"@react-stately/searchfield@npm:^3.5.16": + version: 3.5.16 + resolution: "@react-stately/searchfield@npm:3.5.16" + dependencies: + "@react-stately/utils": "npm:^3.10.8" + "@react-types/searchfield": "npm:^3.6.6" + "@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/879e736c6888e36e227efffa665420c7e4fd2b319c2fb11661d6689fbbdad549129adc1c218e531f79f5e52be5b4c075c3c8120363ca3238fec24195c1976527 + languageName: node + linkType: hard + +"@react-stately/select@npm:^3.8.0": + version: 3.8.0 + resolution: "@react-stately/select@npm:3.8.0" + dependencies: + "@react-stately/form": "npm:^3.2.2" + "@react-stately/list": "npm:^3.13.1" + "@react-stately/overlays": "npm:^3.6.20" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/select": "npm:^3.11.0" + "@react-types/shared": "npm:^3.32.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/d611bbd9d6b55a2dfb31455227efe54c9fc2684f37abd9ba5633b2d1b838bc8fc182e92e64e94ef17c8bbaf351a72daf6089c9d54ce8acad76d3f1be3bdb05aa + languageName: node + linkType: hard + +"@react-stately/selection@npm:^3.20.6": + version: 3.20.6 + resolution: "@react-stately/selection@npm:3.20.6" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.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/b72941f9d23d285b826aa0a5be55e299d934b335d8ebe50c6b061f72b59f860a37549ac4fc0f41a7357eab0d40edb404207cca201fc78915b001b5532e45a9db + languageName: node + linkType: hard + +"@react-stately/slider@npm:^3.7.2": + version: 3.7.2 + resolution: "@react-stately/slider@npm:3.7.2" + dependencies: + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.1" + "@react-types/slider": "npm:^3.8.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 + checksum: 10/c11a5374904434bfad5e87767900ed40e12d4341abf74d835b59ab26efb69ad669c86016926f83eae5fb3b3e39c175f775c4457b77eec64d73785c92369a79da + languageName: node + linkType: hard + +"@react-stately/table@npm:^3.15.1": + version: 3.15.1 + resolution: "@react-stately/table@npm:3.15.1" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/flags": "npm:^3.1.2" + "@react-stately/grid": "npm:^3.11.6" + "@react-stately/selection": "npm:^3.20.6" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.1" + "@react-types/table": "npm:^3.13.4" + "@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/005292a0803de55179a9d27aa7bb68f44865fff64921141fac7aab0fbd5d2adff27a9a70db904f9a57bd6bc8db84036e8ad58b7a1ea57c990829500eb3f3ee6d + languageName: node + linkType: hard + +"@react-stately/tabs@npm:^3.8.6": + version: 3.8.6 + resolution: "@react-stately/tabs@npm:3.8.6" + dependencies: + "@react-stately/list": "npm:^3.13.1" + "@react-types/shared": "npm:^3.32.1" + "@react-types/tabs": "npm:^3.3.19" + "@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/ed71a8351b6b9db7c191cbb60acf72121751864b20c1d9a552438a1f4f6c96fdd41469396a17a86ef52287463ef3c8f217167f9498bc5f36e77a621415fac388 + languageName: node + linkType: hard + +"@react-stately/toast@npm:^3.1.2": + version: 3.1.2 + resolution: "@react-stately/toast@npm:3.1.2" + 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/771eade3a6f84d7aac3f5766e9cc47826cdb179d58165d12650a843548c13cbf4b4bd3b804a1f367e884e0e28d1d51693cb6f5e7c8391ebdb233cb1dddc015c5 + languageName: node + linkType: hard + +"@react-stately/toggle@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-stately/toggle@npm:3.9.2" + dependencies: + "@react-stately/utils": "npm:^3.10.8" + "@react-types/checkbox": "npm:^3.10.2" + "@react-types/shared": "npm:^3.32.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/06f0e11cbbda0b479113df6c82e650db9ac772162566fd749da19a3ca274d25831849dc6c67383f4a440be82f61b5dff80e97513763f66bf3994a55febed5827 + languageName: node + linkType: hard + +"@react-stately/tooltip@npm:^3.5.8": + version: 3.5.8 + resolution: "@react-stately/tooltip@npm:3.5.8" + dependencies: + "@react-stately/overlays": "npm:^3.6.20" + "@react-types/tooltip": "npm:^3.4.21" + "@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/fbddb1f0efc6a6275f8f558bf80b984aea0c49f6c0d17fc42fc27e48a02a3c36bc9ca3eed6de9347a3b12289d21e22dc3de159b8b4b8ab21fe18218ab8a0e4ec + languageName: node + linkType: hard + +"@react-stately/tree@npm:^3.9.3": + version: 3.9.3 + resolution: "@react-stately/tree@npm:3.9.3" + dependencies: + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/selection": "npm:^3.20.6" + "@react-stately/utils": "npm:^3.10.8" + "@react-types/shared": "npm:^3.32.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/294cc70ffa08280a187a85f72c2402547d71295ddb95b2752fcfa395016947e7fe27116e970df597bab87319e18b3bf1f6b837124fb4bbda8686f7f0018b46ab + languageName: node + linkType: hard + +"@react-stately/utils@npm:^3.10.8": + version: 3.10.8 + resolution: "@react-stately/utils@npm:3.10.8" + 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/7878ec47b132075566708bae630cb86d8237dde976eb3793bba43695abbb29fcaea9d00ea3f4f7244fcda253368f5b2b85263c37665c24e390500cdcc978c6fe + languageName: node + linkType: hard + +"@react-stately/virtualizer@npm:^4.4.4": + version: 4.4.4 + resolution: "@react-stately/virtualizer@npm:4.4.4" + dependencies: + "@react-types/shared": "npm:^3.32.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/c9d8d4b34250b8c0e91811bc618c654bac3e8eabe7a8ec119abc8f5dbbfa19faa4b31575eb0775773fda0f533fc2835e9a233b4ed0e4ae1835ddb5f0521a18aa + languageName: node + linkType: hard + +"@react-types/autocomplete@npm:3.0.0-alpha.35": + version: 3.0.0-alpha.35 + resolution: "@react-types/autocomplete@npm:3.0.0-alpha.35" + dependencies: + "@react-types/combobox": "npm:^3.13.9" + "@react-types/searchfield": "npm:^3.6.6" + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/2a51111a94f5df1ce0b1b137a69ca783fa2fa399b4c305ebc7f137b0aa6a420cfe2a3925d40fda9a7d0d3b832d390823015959eee41b6c6b31f7a6b30739a596 + languageName: node + linkType: hard + +"@react-types/breadcrumbs@npm:^3.7.17": + version: 3.7.17 + resolution: "@react-types/breadcrumbs@npm:3.7.17" + dependencies: + "@react-types/link": "npm:^3.6.5" + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/e9754d1b8010f3cdfdfcd8abf03cdb5b37dc1038496fcc103569b9f349269b39680979c2293cdc04c376cd1ea7b97b00571d46677b9d4939a60dd01b55f765a6 + languageName: node + linkType: hard + +"@react-types/button@npm:^3.14.1": + version: 3.14.1 + resolution: "@react-types/button@npm:3.14.1" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/bbbf2e5db83f6b925af154199aaad438d950187862c4ca6f82122c0209632c0c358201ec9b0b503f9b96c8b5b765066af41c6472440ca7ea75b75031d7d9eacf + languageName: node + linkType: hard + +"@react-types/calendar@npm:^3.8.0": + version: 3.8.0 + resolution: "@react-types/calendar@npm:3.8.0" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/06fe32c8e5d78eedcb511fa3d18f66582b5664ab85c572538e24b953e8204a7c5f98407df0d028625a1dfdd94223153e8e04d9d7feefd96f7533b90fb82be907 + languageName: node + linkType: hard + +"@react-types/checkbox@npm:^3.10.2": + version: 3.10.2 + resolution: "@react-types/checkbox@npm:3.10.2" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/3d2f8468ce3326825bc820c958dc52b68f11a18ff15a68de2663115b168fecb165a2381cfecf2d7a254bfba66760590d8d76dabae5f48626a15eddf309206516 + languageName: node + linkType: hard + +"@react-types/color@npm:^3.1.2": + version: 3.1.2 + resolution: "@react-types/color@npm:3.1.2" + dependencies: + "@react-types/shared": "npm:^3.32.1" + "@react-types/slider": "npm:^3.8.2" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/a41e786bd17b1815d5b7414f2dcbc79e655c3a4b8fe2dfa68c200c553f922bab5468a2ea272c76cdf6611d7d3f20518ca31b442729ef7b68141d91839e580410 + languageName: node + linkType: hard + +"@react-types/combobox@npm:^3.13.9": + version: 3.13.9 + resolution: "@react-types/combobox@npm:3.13.9" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/0583d24f38b965e5c2cd2b436a7ad374635e183dc7c12145ce9ed0a166d7b6e46ed4685a68c9fb24aed065d1fca644ca3b0606cb360ae5fac3a9881e88ee2f2b + languageName: node + linkType: hard + +"@react-types/datepicker@npm:^3.13.2": + version: 3.13.2 + resolution: "@react-types/datepicker@npm:3.13.2" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@react-types/calendar": "npm:^3.8.0" + "@react-types/overlays": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/1f1686360f64051f5eff5e170ab78e890b20e07680b6031c96c77e47085ca022c55997018911095cd61076bdf63470f61c99ac25ef9b493420f69cde6e4763bd + languageName: node + linkType: hard + +"@react-types/dialog@npm:^3.5.22": + version: 3.5.22 + resolution: "@react-types/dialog@npm:3.5.22" + dependencies: + "@react-types/overlays": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/dedac6cf8a85568344242eb6e7f9c6f9dd9fff31711d23586374a1cfc4f3b7b7bed43fdff633d54135792dcdd9941a8a15a34bbbec1a9d4caff7b869b35dd71e + languageName: node + linkType: hard + +"@react-types/form@npm:^3.7.16": + version: 3.7.16 + resolution: "@react-types/form@npm:3.7.16" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/3e8f156318746d31ef7470d366dcc1004f3a59b1a3a3f9e54331921a4b251ff51c6bf76a32be229f6d8c524b5b1292f3c1135597de6b0f52bae2d8c32a542a74 + languageName: node + linkType: hard + +"@react-types/grid@npm:^3.3.6": + version: 3.3.6 + resolution: "@react-types/grid@npm:3.3.6" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/2b4be0fd8f6d07d3feca68039b89e0c13e1e566d27334a6ca7b6368f073ee55cf026833c5af664c78ccd137716aefd4f46b88f1b97709cd8080d7380c79454df languageName: node linkType: hard -"@radix-ui/react-portal@npm:1.1.9": - version: 1.1.9 - resolution: "@radix-ui/react-portal@npm:1.1.9" +"@react-types/link@npm:^3.6.5": + version: 3.6.5 + resolution: "@react-types/link@npm:3.6.5" dependencies: - "@radix-ui/react-primitive": "npm:2.1.3" - "@radix-ui/react-use-layout-effect": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/bd6be39bf021d5c917e2474ecba411e2625171f7ef96862b9af04bbd68833bb3662a7f1fbdeb5a7a237111b10e811e76d2cd03e957dadd6e668ef16541bfbd68 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/59fb6011b146cffcdaae94e8fdd9241cb70697f7e518d39e3aacd14f244db6eea7ba3984d8b13d3ce601e6f160da36fd1bfa56827b2e1df728505e426a8db353 languageName: node linkType: hard -"@radix-ui/react-presence@npm:1.1.5": - version: 1.1.5 - resolution: "@radix-ui/react-presence@npm:1.1.5" +"@react-types/listbox@npm:^3.7.4": + version: 3.7.4 + resolution: "@react-types/listbox@npm:3.7.4" dependencies: - "@radix-ui/react-compose-refs": "npm:1.1.2" - "@radix-ui/react-use-layout-effect": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/4cdb05844c18877efb4b9739b46b7e5850b81d7ede994e75b5d62e8153a43c6e16b3ff9e55ff716e20b74b99b9415a94e97fd636bcb8698d5bbf7ab7b8663f9b + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/79dd3f6a7284b74f5156cc2265b384d2074ddfb7b38e608be855ec4ad1234aa0e7cdbfc0d7ef899e34113781381a6ee18b820dbe3dbee67364c72ac240144522 languageName: node linkType: hard -"@radix-ui/react-primitive@npm:2.1.3": - version: 2.1.3 - resolution: "@radix-ui/react-primitive@npm:2.1.3" +"@react-types/menu@npm:^3.10.5": + version: 3.10.5 + resolution: "@react-types/menu@npm:3.10.5" dependencies: - "@radix-ui/react-slot": "npm:1.2.3" + "@react-types/overlays": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/1dbbf932a3527f4e62f210bb72944eff605c3e38c8d3275ed5a5c570c02820ab156169756a65ad9a638d2089a828a04a7903795377384e98c87d0ca456303253 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/0466f5b7602ccfc8cb8fec3cd2482d587acbfd1701d427c7d79a121eb3f2b137feca70e62fd401aea95022fd616460575c4d5dd541cf3d69d8644ca54a2446c8 languageName: node linkType: hard -"@radix-ui/react-roving-focus@npm:1.1.11": - version: 1.1.11 - resolution: "@radix-ui/react-roving-focus@npm:1.1.11" +"@react-types/meter@npm:^3.4.13": + version: 3.4.13 + resolution: "@react-types/meter@npm:3.4.13" dependencies: - "@radix-ui/primitive": "npm:1.1.3" - "@radix-ui/react-collection": "npm:1.1.7" - "@radix-ui/react-compose-refs": "npm:1.1.2" - "@radix-ui/react-context": "npm:1.1.2" - "@radix-ui/react-direction": "npm:1.1.1" - "@radix-ui/react-id": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.1.3" - "@radix-ui/react-use-callback-ref": "npm:1.1.1" - "@radix-ui/react-use-controllable-state": "npm:1.2.2" + "@react-types/progress": "npm:^3.5.16" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/0eddafa942332c95622ab8b53cce2fa25fd0dcaf4797218e9e6725da0734a81a438852cdcb3f588521018f68d38c6c5e50c64fda78c655f4e69dd45681ecc5e7 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/28b519a4640c72732719c056903fcf4037582984d235c388095319b5005eb9d5d2698306d9f79d1ad61d594b8ceda115acae27c22e95cb771d0e07da30305708 languageName: node linkType: hard -"@radix-ui/react-slot@npm:1.2.3": - version: 1.2.3 - resolution: "@radix-ui/react-slot@npm:1.2.3" +"@react-types/numberfield@npm:^3.8.15": + version: 3.8.15 + resolution: "@react-types/numberfield@npm:3.8.15" dependencies: - "@radix-ui/react-compose-refs": "npm:1.1.2" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/fe484c2741e31d9c20a8fb53c5790a73c0664e2bea35e27f4d484a90c42135fcfffe11a08abfcacb7a8ee2faf013471f0e856818f3ddac8ac51ceb8869e0fd08 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/242584ab3ece90a5e26ebee9788c25fd44b85d6be405c5f31e08bda9d58ad8d7fcf199744a2fcd816275da13ae546ca0239175403e68788a43563f2a070c0574 languageName: node linkType: hard -"@radix-ui/react-tooltip@npm:^1.0.6": - version: 1.2.8 - resolution: "@radix-ui/react-tooltip@npm:1.2.8" +"@react-types/overlays@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-types/overlays@npm:3.9.2" dependencies: - "@radix-ui/primitive": "npm:1.1.3" - "@radix-ui/react-compose-refs": "npm:1.1.2" - "@radix-ui/react-context": "npm:1.1.2" - "@radix-ui/react-dismissable-layer": "npm:1.1.11" - "@radix-ui/react-id": "npm:1.1.1" - "@radix-ui/react-popper": "npm:1.2.8" - "@radix-ui/react-portal": "npm:1.1.9" - "@radix-ui/react-presence": "npm:1.1.5" - "@radix-ui/react-primitive": "npm:2.1.3" - "@radix-ui/react-slot": "npm:1.2.3" - "@radix-ui/react-use-controllable-state": "npm:1.2.2" - "@radix-ui/react-visually-hidden": "npm:1.2.3" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/e31857628d998b69616b8994f9627d387ed7bfa453b94e3b18ad2c04de83caf5fcca0ef2f304b1d343e00f183e937d883247d81e386dcc76c7c7c268484bc47c + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/6cab7f2cbb813f710696095db1169f902cfe7e4a9aeef496848343ff5116be3782bfea68dffbeaf3f984a0475c2fb6c4a26ad9fb563172c4ec3e47110ca1e672 languageName: node linkType: hard -"@radix-ui/react-use-callback-ref@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-use-callback-ref@npm:1.1.1" +"@react-types/progress@npm:^3.5.16": + version: 3.5.16 + resolution: "@react-types/progress@npm:3.5.16" + dependencies: + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/cde8c40f1d4e79e6e71470218163a746858304bad03758ac84dc1f94247a046478e8e397518350c8d6609c84b7e78565441d7505bb3ed573afce82cfdcd19faf + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/315b34314dc135a6c9319f4ffd83570fac8c0da377b00d56f17c6eb3d416904682738b522b05d6d8cbb89d3ef92c5118bf8e58eca10fac121da6dcaa40563b8d languageName: node linkType: hard -"@radix-ui/react-use-controllable-state@npm:1.2.2": - version: 1.2.2 - resolution: "@radix-ui/react-use-controllable-state@npm:1.2.2" +"@react-types/radio@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-types/radio@npm:3.9.2" dependencies: - "@radix-ui/react-use-effect-event": "npm:0.0.2" - "@radix-ui/react-use-layout-effect": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/a100bff3ddecb753dab17444147273c9f70046c5949712c52174b259622eaef12acbf7ebcf289bae4e714eb84d0a7317c1aa44064cd997f327d77b62bc732a7c + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/3375d13bbeed28a1b959077e727b43324f4282cf43ec985edbaaa5b3e50b46199c083550882e2a9e4788c74555bfd25f5cc2b0351bf48a768f81a4ba6bf73222 languageName: node linkType: hard -"@radix-ui/react-use-effect-event@npm:0.0.2": - version: 0.0.2 - resolution: "@radix-ui/react-use-effect-event@npm:0.0.2" +"@react-types/searchfield@npm:^3.6.6": + version: 3.6.6 + resolution: "@react-types/searchfield@npm:3.6.6" dependencies: - "@radix-ui/react-use-layout-effect": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" + "@react-types/textfield": "npm:^3.12.6" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/5a1950a30a399ea7e4b98154da9f536737a610de80189b7aacd4f064a89a3cd0d2a48571d527435227252e72e872bdb544ff6ffcfbdd02de2efd011be4aaa902 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/942cb80234be5d61cae410c144873d75a243dec0bbf8bb0c696f13d66fd729dabb188bb6214d4bfadeb0d54e14eed3bb7e86c6721206bcb395658b613f22b53f languageName: node linkType: hard -"@radix-ui/react-use-escape-keydown@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-use-escape-keydown@npm:1.1.1" +"@react-types/select@npm:^3.11.0": + version: 3.11.0 + resolution: "@react-types/select@npm:3.11.0" dependencies: - "@radix-ui/react-use-callback-ref": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/0eb0756c2c55ddcde9ff01446ab01c085ab2bf799173e97db7ef5f85126f9e8600225570801a1f64740e6d14c39ffe8eed7c14d29737345a5797f4622ac96f6f + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/6c431daa847a034ce06625fe75f220f301e8bdb50961c74e915f36919641f7907aa0d16d15127b9889853d197d66d964fd3726bd6c446b8aecf0e756e30e3925 languageName: node linkType: hard -"@radix-ui/react-use-layout-effect@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-use-layout-effect@npm:1.1.1" +"@react-types/shared@npm:^3.32.1": + version: 3.32.1 + resolution: "@react-types/shared@npm:3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/bad2ba4f206e6255263582bedfb7868773c400836f9a1b423c0b464ffe4a17e13d3f306d1ce19cf7a19a492e9d0e49747464f2656451bb7c6a99f5a57bd34de2 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/33c39d1e23fd73a18519679742ba548c128097831710af4803bec244ae96800271f88dcc4eab958734fc501bb65c17e590028596733761610fb0103c5dea6e36 languageName: node linkType: hard -"@radix-ui/react-use-rect@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-use-rect@npm:1.1.1" +"@react-types/slider@npm:^3.8.2": + version: 3.8.2 + resolution: "@react-types/slider@npm:3.8.2" dependencies: - "@radix-ui/rect": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/116461bebc49472f7497e66a9bd413541181b3d00c5e0aaeef45d790dc1fbd7c8dcea80b169ea273306228b9a3c2b70067e902d1fd5004b3057e3bbe35b9d55d + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/cb9600a1842ace218be1a8bdb7b6785113c7165fde0cc76682b82cf7809927d2f45f95facb2570e7abb683f28f0a2ed0590c8ec8e948ed8dadffadb8905918d9 languageName: node linkType: hard -"@radix-ui/react-use-size@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-use-size@npm:1.1.1" +"@react-types/switch@npm:^3.5.15": + version: 3.5.15 + resolution: "@react-types/switch@npm:3.5.15" dependencies: - "@radix-ui/react-use-layout-effect": "npm:1.1.1" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/64e61f65feb67ffc80e1fc4a8d5e32480fb6d68475e2640377e021178dead101568cba5f936c9c33e6c142c7cf2fb5d76ad7b23ef80e556ba142d56cf306147b + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/f35c075188b93aa07b6ab367a6d5bcc4316bcd5481d47e1b0319944411e3a12b15455c443079159280b6d168da36271f3df8bc55808a7d8249b239f5886f0253 languageName: node linkType: hard -"@radix-ui/react-visually-hidden@npm:1.2.3, @radix-ui/react-visually-hidden@npm:^1.0.3": - version: 1.2.3 - resolution: "@radix-ui/react-visually-hidden@npm:1.2.3" +"@react-types/table@npm:^3.13.4": + version: 3.13.4 + resolution: "@react-types/table@npm:3.13.4" dependencies: - "@radix-ui/react-primitive": "npm:2.1.3" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/42296bde1ddf4af4e7445e914c35d6bc8406d6ede49f0a959a553e75b3ed21da09fda80a81c48d8ec058ed8129ce7137499d02ee26f90f0d3eaa2417922d6509 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/2f8c1878c8b9a6515a62c7592a335e9688c95a07e0445a891dd6069cbe26921573db6f7d6d2e0c22a8818ec5ef3f48f242ae24d955a1b18e7868f306fadfe7f5 languageName: node linkType: hard -"@radix-ui/rect@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/rect@npm:1.1.1" - checksum: 10/b6c5eb787640775b53dd52fa47218a089f0a0d8220d3ebff079c0b754e1fb82d89b6bdf08a82fd0d59549bdeb52678c0cca091c302da49dcf74c3c989cb55678 +"@react-types/tabs@npm:^3.3.19": + version: 3.3.19 + resolution: "@react-types/tabs@npm:3.3.19" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/cdc3217251502c6f89621ab366a4d23e32a334dc3ca2f5366cd980fb828bb413be1262a76f4c4794a0908bfd02c3237a3608e283b02ef472707fb7c22b80b44b 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" - checksum: 10/0923e364d309e32ee54e0850471a86488faf149d7a04ee838552cf5d54f493964623a8d742880ec82410cc1105530123f056e66dfc72b7da235d4cc93fad708f +"@react-types/textfield@npm:^3.12.6": + version: 3.12.6 + resolution: "@react-types/textfield@npm:3.12.6" + dependencies: + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/e223531d29bbaad566f142b44a0f2e42b4ce08eab5661962ad3451391311a604077c49181f89a407aecf8697d59d887f5524f6eff8e9fe7416afda6b1f3ac7b3 languageName: node linkType: hard -"@react-hookz/web@npm:^24.0.0": - version: 24.0.4 - resolution: "@react-hookz/web@npm:24.0.4" +"@react-types/tooltip@npm:^3.4.21": + version: 3.4.21 + resolution: "@react-types/tooltip@npm:3.4.21" dependencies: - "@react-hookz/deep-equal": "npm:^1.0.4" + "@react-types/overlays": "npm:^3.9.2" + "@react-types/shared": "npm:^3.32.1" peerDependencies: - js-cookie: ^3.0.5 - react: ^16.8 || ^17 || ^18 - react-dom: ^16.8 || ^17 || ^18 - peerDependenciesMeta: - js-cookie: - optional: true - checksum: 10/6a841c648edbc54b11fd90de9bb61c3059255598fc4a714c508c269a03c4ca9bbf32cf017d3bd2b3a1bf7cd1d9bf4bb56028f64ad455f796079632f4a7cd4f00 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/50d1beea407a7e58ef8e3638c2517d8c90f6b15777d396b4adf7cffbd80d38dfb7d68d6a38127ed130bfe7b0c3116c5d499de3f7b6353f54d022a22739e0141d languageName: node linkType: hard @@ -9309,6 +11162,15 @@ __metadata: languageName: node linkType: hard +"@remixicon/react@npm:^4.6.0": + version: 4.7.0 + resolution: "@remixicon/react@npm:4.7.0" + peerDependencies: + react: ">=18.2.0" + checksum: 10/9ecee093dd4aec3744bcc7562eddb987bf9c7c059787dfecfbcc25a64c2f4833dc815dff715aa2a7f75011d65f877b3751a401d19cf2d725b5bcc685587d37f4 + 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" @@ -11582,6 +13444,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.13.12 resolution: "@tanstack/react-virtual@npm:3.13.12" @@ -11594,6 +13468,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.13.12": version: 3.13.12 resolution: "@tanstack/virtual-core@npm:3.13.12" @@ -13753,6 +15634,7 @@ __metadata: "@backstage/plugin-user-settings": "npm:^0.8.27" "@backstage/test-utils": "npm:^1.7.12" "@backstage/theme": "npm:^0.7.0" + "@backstage/ui": "npm:^0.8.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@playwright/test": "npm:^1.32.3" @@ -15411,7 +17293,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 @@ -21139,6 +23021,18 @@ __metadata: languageName: node linkType: hard +"intl-messageformat@npm:^10.1.0": + version: 10.7.18 + resolution: "intl-messageformat@npm:10.7.18" + dependencies: + "@formatjs/ecma402-abstract": "npm:2.3.6" + "@formatjs/fast-memoize": "npm:2.2.7" + "@formatjs/icu-messageformat-parser": "npm:2.11.4" + tslib: "npm:^2.8.0" + checksum: 10/96650d673912763d21bbfa14b50749b992d45f1901092a020e3155961e3c70f4644dd1731c3ecb1207a1eb94d84bedf4c34b1ac8127c29ad6b015b6a2a4045cb + languageName: node + linkType: hard + "invariant@npm:^2.2.2": version: 2.2.4 resolution: "invariant@npm:2.2.4" @@ -28234,6 +30128,99 @@ __metadata: languageName: node linkType: hard +"react-aria-components@npm:^1.13.0": + version: 1.13.0 + resolution: "react-aria-components@npm:1.13.0" + dependencies: + "@internationalized/date": "npm:^3.10.0" + "@internationalized/string": "npm:^3.2.7" + "@react-aria/autocomplete": "npm:3.0.0-rc.3" + "@react-aria/collections": "npm:^3.0.0" + "@react-aria/dnd": "npm:^3.11.3" + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/live-announcer": "npm:^3.4.4" + "@react-aria/overlays": "npm:^3.30.0" + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/toolbar": "npm:3.0.0-beta.21" + "@react-aria/utils": "npm:^3.31.0" + "@react-aria/virtualizer": "npm:^4.1.10" + "@react-stately/autocomplete": "npm:3.0.0-beta.3" + "@react-stately/layout": "npm:^4.5.1" + "@react-stately/selection": "npm:^3.20.6" + "@react-stately/table": "npm:^3.15.1" + "@react-stately/utils": "npm:^3.10.8" + "@react-stately/virtualizer": "npm:^4.4.4" + "@react-types/form": "npm:^3.7.16" + "@react-types/grid": "npm:^3.3.6" + "@react-types/shared": "npm:^3.32.1" + "@react-types/table": "npm:^3.13.4" + "@swc/helpers": "npm:^0.5.0" + client-only: "npm:^0.0.1" + react-aria: "npm:^3.44.0" + react-stately: "npm:^3.42.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/8bff1890ef342b0c32d6a50329ce4657bce2fcc91f2a2f903351f375354b186b47f265e7718caaff0ed9a5f630037f17649d85d00bc20a4928a6417204d75ff2 + languageName: node + linkType: hard + +"react-aria@npm:^3.44.0": + version: 3.44.0 + resolution: "react-aria@npm:3.44.0" + dependencies: + "@internationalized/string": "npm:^3.2.7" + "@react-aria/breadcrumbs": "npm:^3.5.29" + "@react-aria/button": "npm:^3.14.2" + "@react-aria/calendar": "npm:^3.9.2" + "@react-aria/checkbox": "npm:^3.16.2" + "@react-aria/color": "npm:^3.1.2" + "@react-aria/combobox": "npm:^3.14.0" + "@react-aria/datepicker": "npm:^3.15.2" + "@react-aria/dialog": "npm:^3.5.31" + "@react-aria/disclosure": "npm:^3.1.0" + "@react-aria/dnd": "npm:^3.11.3" + "@react-aria/focus": "npm:^3.21.2" + "@react-aria/gridlist": "npm:^3.14.1" + "@react-aria/i18n": "npm:^3.12.13" + "@react-aria/interactions": "npm:^3.25.6" + "@react-aria/label": "npm:^3.7.22" + "@react-aria/landmark": "npm:^3.0.7" + "@react-aria/link": "npm:^3.8.6" + "@react-aria/listbox": "npm:^3.15.0" + "@react-aria/menu": "npm:^3.19.3" + "@react-aria/meter": "npm:^3.4.27" + "@react-aria/numberfield": "npm:^3.12.2" + "@react-aria/overlays": "npm:^3.30.0" + "@react-aria/progress": "npm:^3.4.27" + "@react-aria/radio": "npm:^3.12.2" + "@react-aria/searchfield": "npm:^3.8.9" + "@react-aria/select": "npm:^3.17.0" + "@react-aria/selection": "npm:^3.26.0" + "@react-aria/separator": "npm:^3.4.13" + "@react-aria/slider": "npm:^3.8.2" + "@react-aria/ssr": "npm:^3.9.10" + "@react-aria/switch": "npm:^3.7.8" + "@react-aria/table": "npm:^3.17.8" + "@react-aria/tabs": "npm:^3.10.8" + "@react-aria/tag": "npm:^3.7.2" + "@react-aria/textfield": "npm:^3.18.2" + "@react-aria/toast": "npm:^3.0.8" + "@react-aria/tooltip": "npm:^3.8.8" + "@react-aria/tree": "npm:^3.1.4" + "@react-aria/utils": "npm:^3.31.0" + "@react-aria/visually-hidden": "npm:^3.8.28" + "@react-types/shared": "npm:^3.32.1" + 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/46b428af3f68703c03d7836a79f288dae1e945cb34164220a61f57d77df0a5adfc6c4a4c993282f9dbf57f159c9d249e1d644b57b61caca3dec8af1285404ec1 + languageName: node + linkType: hard + "react-beautiful-dnd@npm:^13.0.0": version: 13.1.1 resolution: "react-beautiful-dnd@npm:13.1.1" @@ -28658,6 +30645,42 @@ __metadata: languageName: node linkType: hard +"react-stately@npm:^3.42.0": + version: 3.42.0 + resolution: "react-stately@npm:3.42.0" + dependencies: + "@react-stately/calendar": "npm:^3.9.0" + "@react-stately/checkbox": "npm:^3.7.2" + "@react-stately/collections": "npm:^3.12.8" + "@react-stately/color": "npm:^3.9.2" + "@react-stately/combobox": "npm:^3.12.0" + "@react-stately/data": "npm:^3.14.1" + "@react-stately/datepicker": "npm:^3.15.2" + "@react-stately/disclosure": "npm:^3.0.8" + "@react-stately/dnd": "npm:^3.7.1" + "@react-stately/form": "npm:^3.2.2" + "@react-stately/list": "npm:^3.13.1" + "@react-stately/menu": "npm:^3.9.8" + "@react-stately/numberfield": "npm:^3.10.2" + "@react-stately/overlays": "npm:^3.6.20" + "@react-stately/radio": "npm:^3.11.2" + "@react-stately/searchfield": "npm:^3.5.16" + "@react-stately/select": "npm:^3.8.0" + "@react-stately/selection": "npm:^3.20.6" + "@react-stately/slider": "npm:^3.7.2" + "@react-stately/table": "npm:^3.15.1" + "@react-stately/tabs": "npm:^3.8.6" + "@react-stately/toast": "npm:^3.1.2" + "@react-stately/toggle": "npm:^3.9.2" + "@react-stately/tooltip": "npm:^3.5.8" + "@react-stately/tree": "npm:^3.9.3" + "@react-types/shared": "npm:^3.32.1" + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + checksum: 10/4913f8ae9beb909d07669b97c0960dadad72c3c9e572051158a64acac3eadc73ff495b3c145b3673c15494751506e5b8a666a59f65364900fa66917412971d32 + languageName: node + linkType: hard + "react-style-singleton@npm:^2.2.2, react-style-singleton@npm:^2.2.3": version: 2.2.3 resolution: "react-style-singleton@npm:2.2.3" @@ -31178,6 +33201,13 @@ __metadata: languageName: node linkType: hard +"tabbable@npm:^6.0.0": + version: 6.3.0 + resolution: "tabbable@npm:6.3.0" + checksum: 10/3e54a0b770d26bc20c3de5837652be19f5efa8bfa869f580af24bcf60de934506e9401a577213186b5e86ebcf6b5290a5429d354cc3041471815f5095e44e51a + languageName: node + linkType: hard + "tabbable@npm:^6.2.0": version: 6.2.0 resolution: "tabbable@npm:6.2.0" From 3b046ba3de720323760c245b78b5e4635702c187 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 24 Oct 2025 15:49:34 -0400 Subject: [PATCH 3/3] Dedupe yarn.lock Signed-off-by: Bryan Ramos --- workspaces/tekton/yarn.lock | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/workspaces/tekton/yarn.lock b/workspaces/tekton/yarn.lock index 1b8a458fbb..41335e570d 100644 --- a/workspaces/tekton/yarn.lock +++ b/workspaces/tekton/yarn.lock @@ -5329,16 +5329,6 @@ __metadata: languageName: node linkType: hard -"@floating-ui/dom@npm:^1.7.3": - version: 1.7.3 - resolution: "@floating-ui/dom@npm:1.7.3" - dependencies: - "@floating-ui/core": "npm:^1.7.3" - "@floating-ui/utils": "npm:^0.2.10" - checksum: 10/0e91b67df31d30247a9516216b2d610a0b52f572c11d60a9875c68e5d65db0fe8819d096b823f123b45ed3ac7ef38d7462e268bdfc8b338c511c724acf098e78 - languageName: node - linkType: hard - "@floating-ui/dom@npm:^1.7.4": version: 1.7.4 resolution: "@floating-ui/dom@npm:1.7.4" @@ -5349,19 +5339,7 @@ __metadata: languageName: node linkType: hard -"@floating-ui/react-dom@npm:^2.0.0": - version: 2.1.5 - resolution: "@floating-ui/react-dom@npm:2.1.5" - dependencies: - "@floating-ui/dom": "npm:^1.7.3" - peerDependencies: - react: ">=16.8.0" - react-dom: ">=16.8.0" - checksum: 10/45d7bf558cce2045f0a62454f7675e1d139e3e24fe5c14cf8e4f718c911cc378c687ad428c1c6f1b3a7925a3210f1a4a924980be29f90fbd4ee4d9a7d5bb2f7f - languageName: node - linkType: hard - -"@floating-ui/react-dom@npm:^2.1.6": +"@floating-ui/react-dom@npm:^2.0.0, @floating-ui/react-dom@npm:^2.1.6": version: 2.1.6 resolution: "@floating-ui/react-dom@npm:2.1.6" dependencies: @@ -33201,20 +33179,13 @@ __metadata: languageName: node linkType: hard -"tabbable@npm:^6.0.0": +"tabbable@npm:^6.0.0, tabbable@npm:^6.2.0": version: 6.3.0 resolution: "tabbable@npm:6.3.0" checksum: 10/3e54a0b770d26bc20c3de5837652be19f5efa8bfa869f580af24bcf60de934506e9401a577213186b5e86ebcf6b5290a5429d354cc3041471815f5095e44e51a languageName: node linkType: hard -"tabbable@npm:^6.2.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"