refactor(user-settings-backend): deprecate legacy create Router

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-08-08 11:00:36 +02:00
parent a428f5512b
commit 164ce3ee25
9 changed files with 108 additions and 17 deletions
+2 -1
View File
@@ -52,7 +52,7 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-defaults": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
@@ -64,6 +64,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^3.0.0",
"lodash": "^4.17.21",
"winston": "^3.2.1",
"yn": "^4.0.0"
},