Merge branch 'master' into patch/octokit-rest-19.0.3

This commit is contained in:
Bjørn
2022-07-12 21:19:36 +02:00
committed by GitHub
327 changed files with 5960 additions and 2726 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.2.2-next.2",
"version": "1.2.2-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -39,13 +39,13 @@
"git-url-parse": "^12.0.0",
"@octokit/rest": "^19.0.3",
"@octokit/auth-app": "^4.0.0",
"luxon": "^2.0.2",
"luxon": "^3.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.18.0-next.2",
"@backstage/config-loader": "^1.1.3-next.0",
"@backstage/test-utils": "^1.1.2-next.1",
"@backstage/cli": "^0.18.0-next.3",
"@backstage/config-loader": "^1.1.3-next.1",
"@backstage/test-utils": "^1.1.2-next.2",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.43.0"