Skip to content

Commit

Permalink
feat(dynamic-plugins): add imports for plugins supporting both static…
Browse files Browse the repository at this point in the history
… and dynamic import (janus-idp#699)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Co-authored-by: David Festal <dfestal@redhat.com>
  • Loading branch information
tumido and davidfestal committed Nov 3, 2023
1 parent 9b79fdc commit 4cbc505
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/six-brooms-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'dynamic-plugins-imports': patch
---

Add imports for plugins supporting both static and dynamic import
9 changes: 8 additions & 1 deletion dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@
"@backstage/cli": "0.23.1",
"tar": "6.2.0"
},
"peerDependencies": {}
"peerDependencies": {
"@janus-idp/backstage-plugin-jfrog-artifactory": "1.2.1",
"@janus-idp/backstage-plugin-nexus-repository-manager": "1.4.1",
"@janus-idp/backstage-plugin-ocm": "3.3.2",
"@janus-idp/backstage-plugin-quay": "1.4.3",
"@janus-idp/backstage-plugin-tekton": "3.1.1",
"@janus-idp/backstage-plugin-topology": "1.16.1"
}
}

0 comments on commit 4cbc505

Please sign in to comment.