chore: updating graphql-backend to support later versions of graphql-modules

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-13 10:34:20 +01:00
parent e79aaf9712
commit dc4a5d7d91
2 changed files with 10 additions and 19 deletions
+4 -4
View File
@@ -34,13 +34,13 @@
"@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.8",
"@backstage/plugin-catalog-graphql": "^0.2.14",
"@graphql-modules/core": "^0.7.17",
"graphql-modules": "^1.0.0",
"@types/express": "^4.17.6",
"apollo-server": "^2.16.1",
"apollo-server-express": "^2.16.1",
"apollo-server": "^3.0.0",
"apollo-server-express": "^3.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"graphql": "^15.3.0",
"graphql": "^16.0.0",
"helmet": "^4.0.0",
"reflect-metadata": "^0.1.13",
"winston": "^3.2.1",