Skip to content

Commit

Permalink
plugin(npm): switch to workspace dependency ref and add another code …
Browse files Browse the repository at this point in the history
…owner (#1507)

* fix(npm): switch to workspace dependency ref
* fix(npm): add @karthikjeeyar as another codeowner

Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov authored Oct 10, 2024
1 parent ab4b7fd commit 19d4ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/npm/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/npm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19d4ffc

Please sign in to comment.