Skip to content

Commit

Permalink
feat: update @graphql-mesh/* packages and dependencies (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Mar 20, 2023
1 parent ccb4777 commit 08fd42f
Show file tree
Hide file tree
Showing 12 changed files with 949 additions and 1,089 deletions.
6 changes: 6 additions & 0 deletions .changeset/big-windows-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'nx-mesh': major
---

- Update GraphQL Mesh dependencies
- Generators install `@graphql-mesh/cli` versions `^0.82.2`
2 changes: 1 addition & 1 deletion examples/sdk-json-schema--fake-api/.meshrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sources:
- name: FakeAPI
handler:
jsonSchema:
baseUrl: https://not-existing-api.com/API
endpoint: https://not-existing-api.com/API
operations:
- field: me
method: GET
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-odata--trippin/.meshrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
name: 'Trippin',
handler: {
odata: {
baseUrl:
endpoint:
'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/',
batch: 'multipart',
expandNavProps: true,
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,22 @@
"@envelop/depth-limit": "2.0.3",
"@envelop/disable-introspection": "4.0.3",
"@envelop/response-cache": "4.0.3",
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/client-preset": "^1.3.0",
"@graphql-mesh/cache-file": "^0.9.47",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/graphql": "0.31.31",
"@graphql-mesh/json-schema": "^0.35.38",
"@graphql-mesh/mysql": "0.17.30",
"@graphql-mesh/neo4j": "0.20.34",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@graphql-mesh/cache-file": "0.9.47",
"@graphql-mesh/cli": "0.82.27",
"@graphql-mesh/graphql": "0.34.10",
"@graphql-mesh/json-schema": "0.37.21",
"@graphql-mesh/mysql": "0.19.17",
"@graphql-mesh/neo4j": "0.22.19",
"@graphql-mesh/new-openapi": "0.8.2",
"@graphql-mesh/odata": "0.20.31",
"@graphql-mesh/openapi": "0.33.34",
"@graphql-mesh/plugin-mock": "0.0.37",
"@graphql-mesh/plugin-snapshot": "0.0.10",
"@graphql-mesh/runtime": "0.44.31",
"@graphql-mesh/soap": "0.16.0",
"@graphql-mesh/utils": "0.42.6",
"@graphql-typed-document-node/core": "^3.1.2",
"@graphql-mesh/odata": "0.22.18",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/plugin-mock": "0.1.18",
"@graphql-mesh/plugin-snapshot": "0.1.20",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/soap": "0.17.20",
"@graphql-typed-document-node/core": "3.1.2",
"@graphql-yoga/node": "2.13.13",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@nrwl/devkit": "15.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@graphql-mesh/cli": ">=0.71.0",
"@graphql-mesh/cli": ">=0.82.27",
"@swc-node/register": "^1.5.1",
"graphql": "^16.6.0",
"@swc/core": "^0.1.55",
Expand Down
Loading

0 comments on commit 08fd42f

Please sign in to comment.