plugin(npm): switch to workspace dependency ref and add another code owner (#1507)
* fix(npm): switch to workspace dependency ref * fix(npm): add @karthikjeeyar as another codeowner Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
This commit is contained in:
parent
ab4b7fd85d
commit
19d4ffcb15
|
|
@ -29,7 +29,7 @@ yarn.lock @backstage/community-plugins
|
|||
/workspaces/kafka @backstage/community-plugins-maintainers @andrewthauer
|
||||
/workspaces/linguist @backstage/community-plugins-maintainers @awanlin
|
||||
/workspaces/nexus-repository-manager @backstage/community-plugins-maintainers @schultzp2020
|
||||
/workspaces/npm @backstage/community-plugins-maintainers @jerolimov
|
||||
/workspaces/npm @backstage/community-plugins-maintainers @jerolimov @karthikjeeyar
|
||||
/workspaces/octopus-deploy @backstage/community-plugins-maintainers @jmezach
|
||||
/workspaces/pingidentity @backstage/community-plugins-maintainers @jessicajhee
|
||||
/workspaces/playlist @backstage/community-plugins-maintainers @kuangp
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"lint": "backstage-cli package lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-npm": "^0.1.0",
|
||||
"@backstage-community/plugin-npm": "workspace:^",
|
||||
"@backstage/app-defaults": "^1.5.11",
|
||||
"@backstage/catalog-model": "^1.7.0",
|
||||
"@backstage/cli": "^0.27.1",
|
||||
|
|
|
|||
|
|
@ -2706,7 +2706,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@backstage-community/plugin-npm@^0.1.0, @backstage-community/plugin-npm@workspace:plugins/npm":
|
||||
"@backstage-community/plugin-npm@workspace:^, @backstage-community/plugin-npm@workspace:plugins/npm":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@backstage-community/plugin-npm@workspace:plugins/npm"
|
||||
dependencies:
|
||||
|
|
@ -13878,7 +13878,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "app@workspace:packages/app"
|
||||
dependencies:
|
||||
"@backstage-community/plugin-npm": ^0.1.0
|
||||
"@backstage-community/plugin-npm": "workspace:^"
|
||||
"@backstage/app-defaults": ^1.5.11
|
||||
"@backstage/catalog-model": ^1.7.0
|
||||
"@backstage/cli": ^0.27.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue