Skip to content

Commit

Permalink
fix: rescope backstage-plugin-dynamic-home-page to @internal
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 committed Oct 29, 2024
1 parent 5645d37 commit 99da1b2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@backstage/theme": "0.6.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@internal/backstage-plugin-dynamic-home-page": "*",
"@internal/plugin-dynamic-plugins-info": "*",
"@janus-idp/backstage-plugin-dynamic-home-page": "*",
"@janus-idp/backstage-plugin-rbac-common": "1.11.0",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { dynamicPluginsInfoPlugin, ...dynamicPluginsInfoPluginModule } =
await import('@internal/plugin-dynamic-plugins-info');

const { dynamicHomePagePlugin, ...dynamicHomePagePluginModule } = await import(
'@janus-idp/backstage-plugin-dynamic-home-page'
'@internal/backstage-plugin-dynamic-home-page'
);

// The base UI configuration, these values can be overridden by values
Expand Down
2 changes: 1 addition & 1 deletion plugins/dynamic-home-page/catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: janus-idp-dynamic-home-page-frontend
title: '@janus-idp/backstage-plugin-dynamic-home-page'
title: '@internal/backstage-plugin-dynamic-home-page'
description: Home Page plugin based on the upstream home [page] plugin that can be extended via (dynamic) plugins.
annotations:
backstage.io/source-location: url:https://github.com/janus-idp/backstage-showcase/tree/main/plugins/dynamic-home-page
Expand Down
4 changes: 2 additions & 2 deletions plugins/dynamic-home-page/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@janus-idp/backstage-plugin-dynamic-home-page",
"name": "@internal/backstage-plugin-dynamic-home-page",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand All @@ -14,7 +14,7 @@
"role": "frontend-plugin",
"pluginId": "dynamic-home-page",
"pluginPackages": [
"@janus-idp/backstage-plugin-dynamic-home-page"
"@internal/backstage-plugin-dynamic-home-page"
]
},
"sideEffects": false,
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9370,6 +9370,40 @@ __metadata:
languageName: node
linkType: hard

"@internal/backstage-plugin-dynamic-home-page@*, @internal/backstage-plugin-dynamic-home-page@workspace:plugins/dynamic-home-page":
version: 0.0.0-use.local
resolution: "@internal/backstage-plugin-dynamic-home-page@workspace:plugins/dynamic-home-page"
dependencies:
"@backstage/cli": 0.28.1
"@backstage/core-app-api": 1.15.1
"@backstage/core-components": 0.15.1
"@backstage/core-plugin-api": 1.10.0
"@backstage/dev-utils": 1.1.2
"@backstage/plugin-catalog-react": 1.14.0
"@backstage/plugin-home": 0.8.0
"@backstage/plugin-home-react": 0.1.18
"@backstage/plugin-search": 1.4.18
"@backstage/plugin-search-react": 1.8.1
"@backstage/test-utils": 1.7.0
"@backstage/theme": 0.6.0
"@material-ui/core": 4.12.4
"@openshift/dynamic-plugin-sdk": 5.0.1
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@scalprum/react-core": 0.8.0
"@testing-library/jest-dom": 6.5.0
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.5.2
"@types/react-grid-layout": 1.3.5
msw: 1.3.4
prettier: 3.3.3
react-grid-layout: 1.4.4
react-use: 17.5.1
peerDependencies:
react: 16.13.1 || ^17.0.0 || ^18.2.0
react-router-dom: 6.26.2
languageName: unknown
linkType: soft

"@internal/plugin-dynamic-plugins-info-backend@*, @internal/plugin-dynamic-plugins-info-backend@workspace:plugins/dynamic-plugins-info-backend":
version: 0.0.0-use.local
resolution: "@internal/plugin-dynamic-plugins-info-backend@workspace:plugins/dynamic-plugins-info-backend"
Expand Down Expand Up @@ -9631,40 +9665,6 @@ __metadata:
languageName: node
linkType: hard

"@janus-idp/backstage-plugin-dynamic-home-page@*, @janus-idp/backstage-plugin-dynamic-home-page@workspace:plugins/dynamic-home-page":
version: 0.0.0-use.local
resolution: "@janus-idp/backstage-plugin-dynamic-home-page@workspace:plugins/dynamic-home-page"
dependencies:
"@backstage/cli": 0.28.1
"@backstage/core-app-api": 1.15.1
"@backstage/core-components": 0.15.1
"@backstage/core-plugin-api": 1.10.0
"@backstage/dev-utils": 1.1.2
"@backstage/plugin-catalog-react": 1.14.0
"@backstage/plugin-home": 0.8.0
"@backstage/plugin-home-react": 0.1.18
"@backstage/plugin-search": 1.4.18
"@backstage/plugin-search-react": 1.8.1
"@backstage/test-utils": 1.7.0
"@backstage/theme": 0.6.0
"@material-ui/core": 4.12.4
"@openshift/dynamic-plugin-sdk": 5.0.1
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@scalprum/react-core": 0.8.0
"@testing-library/jest-dom": 6.5.0
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.5.2
"@types/react-grid-layout": 1.3.5
msw: 1.3.4
prettier: 3.3.3
react-grid-layout: 1.4.4
react-use: 17.5.1
peerDependencies:
react: 16.13.1 || ^17.0.0 || ^18.2.0
react-router-dom: 6.26.2
languageName: unknown
linkType: soft

"@janus-idp/backstage-plugin-jfrog-artifactory@npm:1.9.0":
version: 1.9.0
resolution: "@janus-idp/backstage-plugin-jfrog-artifactory@npm:1.9.0"
Expand Down Expand Up @@ -19429,8 +19429,8 @@ __metadata:
"@backstage/theme": 0.6.0
"@emotion/react": 11.13.3
"@emotion/styled": 11.13.0
"@internal/backstage-plugin-dynamic-home-page": "*"
"@internal/plugin-dynamic-plugins-info": "*"
"@janus-idp/backstage-plugin-dynamic-home-page": "*"
"@janus-idp/backstage-plugin-rbac-common": 1.11.0
"@janus-idp/cli": 1.16.0
"@mui/icons-material": 5.16.7
Expand Down

0 comments on commit 99da1b2

Please sign in to comment.