Skip to content

Commit ffc378e

Browse files
authored
Merge pull request #503 from GraphQL-Portal/fix/revert-handlers-versions
revert handler versions
2 parents 764b846 + 12cd3f4 commit ffc378e

File tree

3 files changed

+89
-296
lines changed

3 files changed

+89
-296
lines changed

.changeset/stale-mayflies-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-portal/gateway': patch
3+
---
4+
5+
revert handler versions

packages/gateway/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
"@graphql-inspector/core": "^2.3.0",
2424
"@graphql-mesh/cli": "0.30.2",
2525
"@graphql-mesh/config": "0.17.0",
26-
"@graphql-mesh/fhir": "~0.10.0",
27-
"@graphql-mesh/graphql": "~0.17.0",
28-
"@graphql-mesh/grpc": "~0.12.0",
29-
"@graphql-mesh/json-schema": "~0.16.0",
26+
"@graphql-mesh/fhir": "^0.10.0",
27+
"@graphql-mesh/graphql": "^0.17.0",
28+
"@graphql-mesh/grpc": "^0.15.0",
29+
"@graphql-mesh/json-schema": "^0.16.0",
3030
"@graphql-mesh/merger-federation": "^0.9.0",
3131
"@graphql-mesh/mongoose": "^0.8.0",
32-
"@graphql-mesh/mysql": "~0.10.0",
33-
"@graphql-mesh/neo4j": "~0.11.0",
34-
"@graphql-mesh/odata": "~0.11.0",
35-
"@graphql-mesh/openapi": "~0.18.12",
36-
"@graphql-mesh/postgraphile": "0.11.4",
32+
"@graphql-mesh/mysql": "^0.11.0",
33+
"@graphql-mesh/neo4j": "^0.11.0",
34+
"@graphql-mesh/odata": "^0.11.0",
35+
"@graphql-mesh/openapi": "^0.16.0",
36+
"@graphql-mesh/postgraphile": "^0.11.0",
3737
"@graphql-mesh/runtime": "0.17.0",
38-
"@graphql-mesh/soap": "~0.7.0",
39-
"@graphql-mesh/thrift": "~0.7.0",
38+
"@graphql-mesh/soap": "^0.7.0",
39+
"@graphql-mesh/thrift": "^0.7.0",
4040
"@graphql-mesh/transform-cache": "^0.9.0",
4141
"@graphql-mesh/transform-encapsulate": "^0.1.31",
4242
"@graphql-mesh/transform-extend": "^0.6.1",

0 commit comments

Comments
 (0)