Version Packages

This commit is contained in:
github-actions[bot]
2021-10-21 13:28:13 +00:00
parent b61c50a12f
commit bf5090e59d
166 changed files with 898 additions and 706 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.4.4",
"version": "0.4.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,11 +30,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.6",
"@backstage/backend-common": "^0.9.7",
"@backstage/catalog-client": "^0.5.0",
"@backstage/catalog-model": "^0.9.4",
"@backstage/catalog-model": "^0.9.5",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.1",
"@backstage/errors": "^0.1.3",
"@backstage/test-utils": "^0.1.19",
"@google-cloud/firestore": "^4.15.1",
"@types/express": "^4.17.6",
@@ -73,7 +73,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.16",
"@backstage/cli": "^0.8.0",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",