chore(gql): fixing the actual build issue
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
"@graphql-codegen/typescript": "^1.17.7",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.17.7",
|
||||
"@graphql-modules/core": "^0.7.17",
|
||||
"@types/express": "^4.17.6",
|
||||
"graphql": "^15.3.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"ts-node": "^8.10.2",
|
||||
@@ -39,6 +38,7 @@
|
||||
"@backstage/cli": "^0.1.1-alpha.17",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"eslint-plugin-graphql": "^4.0.0",
|
||||
"@types/express": "^4.17.7",
|
||||
"msw": "^0.19.5",
|
||||
"supertest": "^4.0.2"
|
||||
},
|
||||
|
||||
@@ -4458,7 +4458,7 @@
|
||||
"@types/qs" "*"
|
||||
"@types/range-parser" "*"
|
||||
|
||||
"@types/express@*", "@types/express@^4.17.6":
|
||||
"@types/express@*", "@types/express@^4.17.6", "@types/express@^4.17.7":
|
||||
version "4.17.7"
|
||||
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
|
||||
integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
|
||||
|
||||
Reference in New Issue
Block a user