Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-03-16 14:34:44 +01:00
parent e47e69eadf
commit 078069edf5
5 changed files with 107 additions and 11 deletions
+1 -2
View File
@@ -33,13 +33,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@apollo/server": "^4.0.0",
"@backstage/backend-common": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-catalog-graphql": "workspace:^",
"@graphql-tools/schema": "^9.0.0",
"@types/express": "^4.17.6",
"@apollo/server": "^4.0.0",
"@apollo/server": "^4.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"graphql": "^16.0.0",