Skip to content

Commit

Permalink
Rearrange dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 24, 2023
1 parent a597261 commit 309693c
Show file tree
Hide file tree
Showing 29 changed files with 276 additions and 186 deletions.
30 changes: 30 additions & 0 deletions .changeset/loud-worms-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
'@graphql-mesh/transform-resolvers-composition': patch
'@graphql-mesh/transform-naming-convention': patch
'@graphql-mesh/transform-filter-schema': patch
'@graphql-mesh/transform-replace-field': patch
'@graphql-mesh/transform-type-merging': patch
'@graphql-mesh/transform-encapsulate': patch
'@graphql-mesh/transform-hoist-field': patch
'@graphql-mesh/postgraphile': patch
'@graphql-mesh/transform-federation': patch
'@graphql-mesh/transform-rate-limit': patch
'@graphql-mesh/merger-federation': patch
'@graphql-mesh/merger-stitching': patch
'@graphql-mesh/transform-prefix': patch
'@graphql-mesh/transform-rename': patch
'@graphql-mesh/graphql': patch
'@graphql-mesh/transform-cache': patch
'@graphql-mesh/transform-prune': patch
'@omnigraph/openapi': patch
'@graphql-mesh/transform-hive': patch
'@graphql-mesh/mysql': patch
'@graphql-mesh/odata': patch
'@graphql-mesh/plugin-mock': patch
'@graphql-mesh/runtime': patch
'@graphql-mesh/config': patch
'@graphql-mesh/types': patch
'@graphql-mesh/utils': patch
---

Rearrange dependencies
2 changes: 1 addition & 1 deletion examples/neo4j-example/.meshrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sources:
- name: Neo4j
handler:
neo4j:
endpoint: bolt://demo.neo4jlabs.com:7687
endpoint: neo4j+s://demo.neo4jlabs.com
username: movies
password: movies
database: movies
Expand Down
20 changes: 10 additions & 10 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@envelop/core": "3.0.6",
"@graphql-mesh/cache-localforage": "0.7.20",
"@graphql-mesh/merger-bare": "0.16.25",
"@graphql-mesh/merger-stitching": "0.18.25",
"@graphql-tools/code-file-loader": "7.3.22",
"@graphql-tools/graphql-file-loader": "7.5.17",
"@graphql-tools/load": "7.8.14",
"@envelop/core": "^3.0.6",
"@graphql-mesh/cache-localforage": "^0.7.20",
"@graphql-mesh/merger-bare": "^0.16.25",
"@graphql-mesh/merger-stitching": "^0.18.25",
"@graphql-tools/code-file-loader": "^7.3.22",
"@graphql-tools/graphql-file-loader": "^7.5.17",
"@graphql-tools/load": "^7.8.14",
"@whatwg-node/fetch": "^0.8.3",
"camel-case": "4.1.2",
"param-case": "3.0.4",
"pascal-case": "3.1.2"
"camel-case": "^4.1.2",
"param-case": "^3.0.4",
"pascal-case": "^3.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/url-loader": "7.17.18",
"@graphql-tools/wrap": "9.4.2",
"lodash.get": "4.4.2"
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/url-loader": "^7.17.18",
"@graphql-tools/wrap": "^9.4.2",
"lodash.get": "^4.4.2"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 6 additions & 6 deletions packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/delegate": "9.0.32",
"graphql-compose": "9.0.10",
"graphql-fields": "2.0.3",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"graphql-compose": "^9.0.10",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.20.4",
"mysql": "2.18.1",
"mysql-utilities": "1.1.4"
"mysql": "^2.18.1",
"mysql-utilities": "^1.1.4"
},
"devDependencies": {
"@types/graphql-fields": "1.3.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/delegate": "9.0.32",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@whatwg-node/fetch": "^0.8.3",
"dataloader": "2.2.2",
"fast-xml-parser": "4.2.1",
"graphql-compose": "9.0.10",
"graphql-parse-resolve-info": "4.13.0",
"dataloader": "^2.2.2",
"fast-xml-parser": "^4.2.1",
"graphql-compose": "^9.0.10",
"graphql-parse-resolve-info": "^4.13.0",
"graphql-scalars": "^1.20.4",
"http-string-parser": "0.0.6",
"pascal-case": "3.1.2",
"url-join": "4.0.1"
"http-string-parser": "^0.0.6",
"pascal-case": "^3.1.2",
"url-join": "^4.0.1"
},
"devDependencies": {
"@types/http-string-parser": "0.0.30",
Expand Down
8 changes: 4 additions & 4 deletions packages/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/delegate": "9.0.32",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"pg": "^8.6.0",
"postgraphile": "4.13.0",
"postgraphile-core": "4.13.0"
"postgraphile": "^4.13.0",
"postgraphile-core": "^4.13.0"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@omnigraph/json-schema": "0.39.0",
"change-case": "4.1.2",
"json-machete": "0.18.20",
"openapi-types": "12.1.0"
"@graphql-mesh/string-interpolation": "^0.4.4",
"@omnigraph/json-schema": "^0.39.0",
"change-case": "^4.1.2",
"json-machete": "^0.18.20",
"openapi-types": "^12.1.0"
},
"devDependencies": {
"@graphql-tools/utils": "9.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mergers/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@apollo/gateway": "2.4.1",
"@graphql-tools/schema": "9.0.18",
"@graphql-tools/wrap": "9.4.2"
"@apollo/gateway": "^2.4.1",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/wrap": "^9.4.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/schema": "9.0.18",
"@graphql-tools/stitch": "8.7.48",
"@graphql-tools/stitching-directives": "2.3.34"
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/stitch": "^8.7.48",
"@graphql-tools/stitching-directives": "^2.3.34"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/mock": "8.7.20",
"@graphql-tools/schema": "9.0.18",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/mock": "^8.7.20",
"@graphql-tools/schema": "^9.0.18",
"faker": "5.5.3",
"graphql-scalars": "^1.20.4"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@envelop/core": "3.0.6",
"@envelop/extended-validation": "2.0.6",
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/batch-delegate": "8.4.25",
"@graphql-tools/batch-execute": "8.5.19",
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2",
"@envelop/core": "^3.0.6",
"@envelop/extended-validation": "^2.0.6",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/batch-delegate": "^8.4.25",
"@graphql-tools/batch-execute": "^8.5.19",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"@whatwg-node/fetch": "^0.8.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/resolvers-composition": "6.5.18",
"@graphql-tools/schema": "9.0.18",
"dayjs": "1.11.7"
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/resolvers-composition": "^6.5.18",
"@graphql-tools/schema": "^9.0.18",
"dayjs": "^1.11.7"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.7.20"
Expand Down
4 changes: 2 additions & 2 deletions packages/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2"
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.18"
Expand Down
12 changes: 6 additions & 6 deletions packages/transforms/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@apollo/subgraph": "2.4.1",
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/stitching-directives": "2.3.34",
"dset": "3.1.2",
"graphql-transform-federation": "2.2.0"
"@apollo/subgraph": "^2.4.1",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/stitching-directives": "^2.3.34",
"dset": "^3.1.2",
"graphql-transform-federation": "^2.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/filter-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2",
"minimatch": "8.0.4"
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"minimatch": "^8.0.4"
},
"devDependencies": {
"@types/minimatch": "5.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/hive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-hive/client": "0.23.1",
"@graphql-mesh/string-interpolation": "0.4.4",
"@graphql-tools/delegate": "9.0.32"
"@graphql-hive/client": "^0.23.1",
"@graphql-mesh/string-interpolation": "^0.4.4",
"@graphql-tools/delegate": "^9.0.32"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/transforms/hoist-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"graphql": "*"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2"
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.7.20"
Expand Down
10 changes: 5 additions & 5 deletions packages/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"tslib": "^2.5.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2",
"change-case": "4.1.2",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"change-case": "^4.1.2",
"graphql-scalars": "^1.20.4",
"lower-case": "2.0.2",
"upper-case": "2.0.2"
"lower-case": "^2.0.2",
"upper-case": "^2.0.2"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "^0.7.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/transforms/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"graphql-scalars": "^1.20.4"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/transforms/prune/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {},
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.4.4"
"@graphql-mesh/string-interpolation": "^0.4.4"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.7.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/transforms/rename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.32",
"@graphql-tools/wrap": "9.4.2",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"graphql-scalars": "^1.20.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/replace-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/code-file-loader": "7.3.22",
"@graphql-tools/graphql-file-loader": "7.5.17",
"@graphql-tools/load": "7.8.14"
"@graphql-tools/code-file-loader": "^7.3.22",
"@graphql-tools/graphql-file-loader": "^7.5.17",
"@graphql-tools/load": "^7.8.14"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.7.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/transforms/resolvers-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/resolvers-composition": "6.5.18",
"@graphql-tools/schema": "9.0.18"
"@graphql-tools/resolvers-composition": "^6.5.18",
"@graphql-tools/schema": "^9.0.18"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 309693c

Please sign in to comment.