Apply changes, update tests & change vault icon temporarilly

Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
ivgo
2022-05-23 14:35:08 +02:00
parent 7b0b852fab
commit 5ca80ad935
19 changed files with 304 additions and 759 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-vault-backend",
"description": "A Backstage backend plugin that integrates towards Vault",
"version": "0.1.0",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,9 +34,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.5",
"@backstage/backend-tasks": "^0.3.1",
"@backstage/backend-test-utils": "^0.1.24",
"@backstage/config": "^1.0.1",
"@types/compression": "^1.7.2",
"@types/express": "*",
"compression": "^1.7.4",
@@ -45,12 +46,11 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"helmet": "^5.0.2",
"luxon": "^2.4.0",
"winston": "^3.7.2",
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0",
"@backstage/cli": "^0.17.1",
"@types/compression": "^1.7.2",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",