Merge pull request #9189 from lunarway/feature/migrate-scaffolder-octokit

Replace @octokit/rest with octokit in scaffolder-backend
This commit is contained in:
Johan Haals
2022-01-31 09:18:27 +01:00
committed by GitHub
13 changed files with 231 additions and 88 deletions
+1 -1
View File
@@ -43,7 +43,6 @@
"@backstage/types": "^0.1.1",
"@gitbeaker/core": "^34.6.0",
"@gitbeaker/node": "^35.1.0",
"@octokit/rest": "^18.5.3",
"@octokit/webhooks": "^9.14.1",
"@types/express": "^4.17.6",
"azure-devops-node-api": "^11.0.1",
@@ -66,6 +65,7 @@
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.3",
"octokit": "^1.7.1",
"octokit-plugin-create-pull-request": "^3.10.0",
"uuid": "^8.2.0",
"winston": "^3.2.1",