Skip to content

Commit

Permalink
fix(deps): update mesh monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent a6e970f commit 07645d2
Show file tree
Hide file tree
Showing 12 changed files with 3,523 additions and 2,698 deletions.
4 changes: 2 additions & 2 deletions packages/datasources/contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/graphql": "^0.17.0"
"@graphql-mesh/graphql": "^0.96.0"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/crunchbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10"
"@graphql-mesh/openapi": "0.97.5"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10",
"@graphql-mesh/openapi": "0.97.5",
"graphql": "^15.4.0"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10",
"@graphql-mesh/openapi": "0.97.5",
"graphql": "^15.4.0"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/ip-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10",
"@graphql-mesh/openapi": "0.97.5",
"graphql": "^15.4.0"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10"
"@graphql-mesh/openapi": "0.97.5"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10",
"@graphql-mesh/openapi": "0.97.5",
"graphql": "^15.4.0"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10"
"@graphql-mesh/openapi": "0.97.5"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10",
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/openapi": "0.97.5",
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/datasources/weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "tsc -b"
},
"dependencies": {
"@graphql-mesh/openapi": "0.16.10"
"@graphql-mesh/openapi": "0.97.5"
},
"devDependencies": {
"@graphql-mesh/types": "0.42.0"
"@graphql-mesh/types": "0.96.3"
},
"publishConfig": {
"access": "public"
Expand Down
56 changes: 28 additions & 28 deletions packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
],
"dependencies": {
"@graphql-inspector/core": "^2.3.0",
"@graphql-mesh/cli": "0.30.2",
"@graphql-mesh/config": "0.17.0",
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/config": "0.98.4",
"@graphql-mesh/fhir": "^0.10.0",
"@graphql-mesh/graphql": "^0.17.0",
"@graphql-mesh/json-schema": "^0.16.0",
"@graphql-mesh/merger-federation": "^0.9.0",
"@graphql-mesh/mongoose": "^0.8.0",
"@graphql-mesh/neo4j": "^0.11.0",
"@graphql-mesh/odata": "^0.11.0",
"@graphql-mesh/openapi": "0.16.10",
"@graphql-mesh/grpc": "^0.12.0",
"@graphql-mesh/mysql": "^0.10.0",
"@graphql-mesh/postgraphile": "^0.11.0",
"@graphql-mesh/runtime": "0.17.0",
"@graphql-mesh/soap": "^0.7.0",
"@graphql-mesh/thrift": "^0.7.0",
"@graphql-mesh/transform-cache": "^0.9.0",
"@graphql-mesh/transform-encapsulate": "^0.1.31",
"@graphql-mesh/transform-extend": "^0.6.1",
"@graphql-mesh/transform-federation": "^0.5.1",
"@graphql-mesh/transform-filter-schema": "^0.10.3",
"@graphql-mesh/transform-mock": "^0.10.0",
"@graphql-mesh/transform-naming-convention": "^0.6.34",
"@graphql-mesh/transform-prefix": "^0.6.34",
"@graphql-mesh/transform-rename": "^0.8.5",
"@graphql-mesh/transform-resolvers-composition": "^0.10.0",
"@graphql-mesh/transform-snapshot": "^0.10.0",
"@graphql-mesh/types": "0.42.0",
"@graphql-mesh/utils": "0.13.0",
"@graphql-mesh/graphql": "^0.96.0",
"@graphql-mesh/json-schema": "^0.97.0",
"@graphql-mesh/merger-federation": "^0.96.0",
"@graphql-mesh/mongoose": "^0.96.0",
"@graphql-mesh/neo4j": "^0.96.0",
"@graphql-mesh/odata": "^0.96.0",
"@graphql-mesh/openapi": "0.97.5",
"@graphql-mesh/grpc": "^0.97.0",
"@graphql-mesh/mysql": "^0.96.0",
"@graphql-mesh/postgraphile": "^0.96.0",
"@graphql-mesh/runtime": "0.97.4",
"@graphql-mesh/soap": "^0.96.0",
"@graphql-mesh/thrift": "^0.97.0",
"@graphql-mesh/transform-cache": "^0.96.0",
"@graphql-mesh/transform-encapsulate": "^0.96.0",
"@graphql-mesh/transform-extend": "^0.96.0",
"@graphql-mesh/transform-federation": "^0.96.0",
"@graphql-mesh/transform-filter-schema": "^0.96.0",
"@graphql-mesh/transform-mock": "^0.15.0",
"@graphql-mesh/transform-naming-convention": "^0.96.0",
"@graphql-mesh/transform-prefix": "^0.96.0",
"@graphql-mesh/transform-rename": "^0.96.0",
"@graphql-mesh/transform-resolvers-composition": "^0.96.0",
"@graphql-mesh/transform-snapshot": "^0.14.0",
"@graphql-mesh/types": "0.96.3",
"@graphql-mesh/utils": "0.96.3",
"@graphql-portal/config": "^0.12.0",
"@graphql-portal/dashboard": "^0.1.14",
"@graphql-portal/logger": "^0.7.14",
Expand Down
Loading

0 comments on commit 07645d2

Please sign in to comment.