Skip to content

Commit

Permalink
fix(bulk-import): use workspace dependencies to fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Jerolimov <[email protected]>
  • Loading branch information
christoph-jerolimov committed Nov 17, 2024
1 parent 821d74a commit 0571cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@backstage/plugin-permission-node": "^0.8.4",
"@octokit/auth-app": "^6.0.3",
"@octokit/rest": "^20.0.2",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.4.0",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "workspace:^",
"ajv-formats": "^3.0.1",
"express": "^4.17.1",
"git-url-parse": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/bulk-import/plugins/bulk-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mui/icons-material": "5.16.4",
"@mui/material": "^5.12.2",
"@mui/styles": "^6.1.6",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.4.0",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "workspace:^",
"@tanstack/react-query": "^4.29.21",
"formik": "^2.4.5",
"js-yaml": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions workspaces/bulk-import/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10740,7 +10740,7 @@ __metadata:
"@octokit/auth-app": ^6.0.3
"@octokit/rest": ^20.0.2
"@openapitools/openapi-generator-cli": 2.13.4
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": ^1.4.0
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "workspace:^"
"@spotify/prettier-config": ^15.0.0
"@types/express": 4.17.1
"@types/git-url-parse": ^9.0.0
Expand All @@ -10763,7 +10763,7 @@ __metadata:
languageName: unknown
linkType: soft

"@red-hat-developer-hub/backstage-plugin-bulk-import-common@^1.4.0, @red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:plugins/bulk-import-common":
"@red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:^, @red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:plugins/bulk-import-common":
version: 0.0.0-use.local
resolution: "@red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:plugins/bulk-import-common"
dependencies:
Expand Down Expand Up @@ -10796,7 +10796,7 @@ __metadata:
"@mui/material": ^5.12.2
"@mui/styles": ^6.1.6
"@playwright/test": 1.45.3
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": ^1.4.0
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "workspace:^"
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@spotify/prettier-config": ^15.0.0
"@tanstack/react-query": ^4.29.21
Expand Down

0 comments on commit 0571cda

Please sign in to comment.