chore: Move bitbucket dependency to backend from workspace root (#351)

This commit is contained in:
Brendan Kellam 2025-06-13 16:53:05 -07:00 committed by GitHub
parent 4fbf8059d0
commit cf8fdd94f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View file

@ -23,8 +23,5 @@
"dotenv-cli": "^8.0.0", "dotenv-cli": "^8.0.0",
"npm-run-all": "^4.1.5" "npm-run-all": "^4.1.5"
}, },
"packageManager": "yarn@4.7.0", "packageManager": "yarn@4.7.0"
"dependencies": {
"@coderabbitai/bitbucket": "^1.1.3"
}
} }

View file

@ -22,6 +22,7 @@
"vitest": "^2.1.9" "vitest": "^2.1.9"
}, },
"dependencies": { "dependencies": {
"@coderabbitai/bitbucket": "^1.1.3",
"@gitbeaker/rest": "^40.5.1", "@gitbeaker/rest": "^40.5.1",
"@octokit/rest": "^21.0.2", "@octokit/rest": "^21.0.2",
"@sentry/cli": "^2.42.2", "@sentry/cli": "^2.42.2",

View file

@ -5758,6 +5758,7 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@sourcebot/backend@workspace:packages/backend" resolution: "@sourcebot/backend@workspace:packages/backend"
dependencies: dependencies:
"@coderabbitai/bitbucket": "npm:^1.1.3"
"@gitbeaker/rest": "npm:^40.5.1" "@gitbeaker/rest": "npm:^40.5.1"
"@octokit/rest": "npm:^21.0.2" "@octokit/rest": "npm:^21.0.2"
"@sentry/cli": "npm:^2.42.2" "@sentry/cli": "npm:^2.42.2"
@ -14396,7 +14397,6 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:." resolution: "root-workspace-0b6124@workspace:."
dependencies: dependencies:
"@coderabbitai/bitbucket": "npm:^1.1.3"
cross-env: "npm:^7.0.3" cross-env: "npm:^7.0.3"
dotenv-cli: "npm:^8.0.0" dotenv-cli: "npm:^8.0.0"
npm-run-all: "npm:^4.1.5" npm-run-all: "npm:^4.1.5"