Merge branch 'master' of https://github.com/backstage/backstage into marley/7678-pull-request-custom-filters-2

This commit is contained in:
Marley Powell
2022-01-11 09:32:52 +00:00
1192 changed files with 23669 additions and 9041 deletions
@@ -1,5 +1,12 @@
# @backstage/plugin-azure-devops-backend
## 0.2.6
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.0
## 0.2.5
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.2.5",
"version": "0.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.14",
"@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.11",
"@backstage/plugin-azure-devops-common": "^0.1.3",
"@types/express": "^4.17.6",
@@ -32,9 +32,9 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.2",
"@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2",
"supertest": "^6.1.6",
"msw": "^0.35.0"
},
"files": [
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,