Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2022
1 parent 5035eee commit 7a00ec9
Show file tree
Hide file tree
Showing 51 changed files with 412 additions and 445 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.2.1"
"wrangler": "2.3.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "3.0.4"
"web-vitals": "3.1.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"devDependencies": {
"@graphql-mesh/cli": "0.79.3",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-dom": "18.0.9",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.9.3",
"vite": "3.2.3"
"vite": "3.2.4"
},
"scripts": {
"build:mesh": "yarn mesh build",
Expand Down
2 changes: 1 addition & 1 deletion examples/openwhisk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"deploy": "wsk action update /guest/mesh/swapi dist/index.js --docker openwhisk/action-nodejs-v16 --web raw"
},
"dependencies": {
"esbuild": "0.15.13",
"esbuild": "0.15.14",
"graphql": "16.6.0",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/graphql": "0.31.31",
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.2.1"
"wrangler": "2.3.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@changesets/cli": "2.25.2",
"@changesets/changelog-github": "0.4.7",
"@theguild/prettier-config": "0.1.1",
"@types/jest": "29.2.2",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"./package.json": "./package.json"
},
"dependencies": {
"ajv": "8.11.0",
"ajv": "8.11.2",
"cosmiconfig": "7.1.0",
"@graphql-codegen/core": "2.6.5",
"@graphql-codegen/core": "2.6.6",
"@graphql-codegen/typescript": "2.8.2",
"@graphql-codegen/typescript-generic-sdk": "3.0.4",
"@graphql-codegen/typescript-operations": "2.5.7",
"@graphql-codegen/typed-document-node": "2.3.6",
"@graphql-codegen/typed-document-node": "2.3.7",
"@graphql-mesh/config": "8.0.31",
"@graphql-codegen/typescript-resolvers": "2.7.7",
"@graphql-mesh/cross-helpers": "0.2.9",
Expand All @@ -56,7 +56,7 @@
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/http": "0.2.12",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"dotenv": "16.0.3",
"dnscache": "1.0.2",
"graphql-import-node": "0.0.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/load": "7.8.5",
"@graphql-tools/code-file-loader": "7.3.11",
"@graphql-tools/graphql-file-loader": "7.5.10",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/load": "7.8.6",
"@graphql-tools/code-file-loader": "7.3.12",
"@graphql-tools/graphql-file-loader": "7.5.11",
"@whatwg-node/fetch": "^0.5.0",
"param-case": "3.0.4",
"@envelop/core": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cross-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-native": "react-native.js",
"types": "index.d.ts",
"dependencies": {
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"react-native-fs": "2.20.0",
"react-native-path": "0.0.5",
"path-browserify": "1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/types": "0.85.7",
"@graphql-tools/url-loader": "7.16.15",
"@graphql-tools/wrap": "9.2.12",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/url-loader": "7.16.19",
"@graphql-tools/wrap": "9.2.16",
"@graphql-tools/delegate": "9.0.17",
"@graphql-tools/utils": "9.1.1",
"lodash.get": "4.4.2",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-mesh/cross-helpers": "0.2.9",
"graphql-compose": "9.0.10",
"@omnigraph/json-schema": "0.36.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"mysql-utilities": "1.1.4",
"graphql-scalars": "1.20.1",
"tslib": "^2.4.0",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/delegate": "9.0.16"
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/delegate": "9.0.17"
},
"devDependencies": {
"@types/graphql-fields": "1.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@neo4j/introspector": "^1.0.1",
"@neo4j/graphql": "3.12.0",
"@neo4j/graphql": "3.12.1",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/types": "0.85.7",
"graphql-scalars": "1.20.1",
"neo4j-driver": "5.2.0",
"tslib": "^2.4.0",
"@graphql-tools/utils": "9.1.0"
"@graphql-tools/utils": "9.1.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"http-string-parser": "0.0.6",
"@whatwg-node/fetch": "^0.5.0",
"dataloader": "2.1.0",
Expand All @@ -55,7 +55,7 @@
"pascal-case": "3.1.2",
"url-join": "4.0.1",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.16"
"@graphql-tools/delegate": "9.0.17"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"postgraphile": "4.12.11",
"pg": "^8.6.0",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.16"
"@graphql-tools/delegate": "9.0.17"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"@omnigraph/soap": "0.2.0",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@graphql-mesh/store": "0.8.62",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"graphql-scalars": "1.20.1",
"url-join": "4.0.1",
"thrift": "0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jit-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"graphql-jit": "0.7.4",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/types": "0.85.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"url-join": "4.0.1",
"to-json-schema": "0.2.5",
"tslib": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"to-json-schema": "0.2.5",
"graphql-compose": "9.0.10",
"graphql-scalars": "1.20.1",
"ajv": "8.11.0",
"ajv": "8.11.2",
"ajv-formats": "2.1.1",
"url-join": "4.0.1",
"qs": "6.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"graphql-yoga": "3.0.0-next.12",
"@types/cookie-parser": "1.4.3",
"@types/multer": "1.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"tslib": "^2.4.0",
"change-case": "4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"fast-xml-parser": "3.21.1",
"graphql-compose": "9.0.10",
"graphql-scalars": "1.20.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/utils": "9.1.1",
"@graphql-mesh/merger-stitching": "0.17.6",
"tslib": "^2.4.0"
},
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 @@ -36,12 +36,12 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.7",
"@graphql-tools/wrap": "9.2.12",
"@graphql-tools/wrap": "9.2.16",
"@apollo/gateway": "2.1.4",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/schema": "9.0.10",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-mesh/store": "0.8.62",
"tslib": "^2.4.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.7",
"@graphql-tools/stitch": "8.7.22",
"@graphql-tools/stitch": "8.7.26",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/stitching-directives": "2.3.19",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/delegate": "9.0.17",
"@graphql-tools/stitching-directives": "2.3.20",
"@graphql-tools/schema": "9.0.10",
"@graphql-mesh/store": "0.8.62",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"tslib": "^2.4.0"
},
"publishConfig": {
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 @@ -39,9 +39,9 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/mock": "8.7.11",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/mock": "8.7.12",
"@graphql-tools/schema": "9.0.10",
"faker": "5.5.3",
"graphql-scalars": "1.20.1",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"graphql-yoga": "3.0.0-next.12"
},
"dependencies": {
"@graphql-yoga/plugin-prometheus": "1.0.0-next.6",
"@graphql-yoga/plugin-prometheus": "1.0.0",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/types": "0.85.7",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"minimatch": "5.1.0",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphql": "*"
},
"dependencies": {
"@graphql-yoga/plugin-response-cache": "1.0.0-next.12",
"@graphql-yoga/plugin-response-cache": "1.0.0",
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/string-interpolation": "0.3.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"@graphql-mesh/types": "0.85.7",
"@graphql-mesh/utils": "0.42.6",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/batch-delegate": "8.4.9",
"@graphql-tools/batch-execute": "8.5.11",
"@graphql-tools/wrap": "9.2.12",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/delegate": "9.0.17",
"@graphql-tools/batch-delegate": "8.4.10",
"@graphql-tools/batch-execute": "8.5.12",
"@graphql-tools/wrap": "9.2.16",
"@graphql-tools/utils": "9.1.1",
"@whatwg-node/fetch": "^0.5.0",
"@envelop/core": "3.0.3",
"@envelop/extended-validation": "2.0.3",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.9"
"@graphql-tools/schema": "9.0.10"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@graphql-inspector/core": "3.3.0",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/utils": "0.42.6",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-mesh/types": "0.85.7",
"tslib": "^2.4.0"
},
Expand Down
Loading

0 comments on commit 7a00ec9

Please sign in to comment.