Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2023
1 parent a3a315b commit 64c977e
Show file tree
Hide file tree
Showing 88 changed files with 1,462 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.4.1"
"jest": "29.4.2"
}
}
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.8.1"
"wrangler": "2.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"apollo-server": "3.11.1",
"concurrently": "7.6.0",
"delay-cli": "2.0.0",
"jest": "29.4.1",
"jest": "29.4.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@apollo/subgraph": "2.3.0",
"@apollo/subgraph": "2.3.2",
"apollo-server": "3.11.1",
"graphql": "16.6.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@apollo/subgraph": "2.3.0",
"@apollo/subgraph": "2.3.2",
"apollo-server": "3.11.1",
"graphql": "16.6.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@apollo/subgraph": "2.3.0",
"@apollo/subgraph": "2.3.2",
"apollo-server": "3.11.1",
"graphql": "16.6.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@google-cloud/functions-framework": "3.1.3",
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/json-schema": "0.37.8",
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"graphql": "16.6.0",
"typescript": "4.9.5"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.7.5",
"@apollo/client": "3.7.7",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -23,8 +23,8 @@
"devDependencies": {
"@types/apollo-upload-client": "17.0.2",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@graphql-mesh/graphql": "0.34.0",
"concurrently": "7.6.0",
"graphql": "16.6.0",
"graphql-yoga": "3.4.0",
"graphql-yoga": "3.5.1",
"sharp": "0.31.3"
},
"devDependencies": {
"jest": "29.4.1",
"jest": "29.4.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/grpc": "0.29.3",
"@graphql-mesh/transform-naming-convention": "0.13.8",
"@grpc/grpc-js": "1.8.7",
"@grpc/grpc-js": "1.8.8",
"@grpc/proto-loader": "0.7.4",
"google-protobuf": "3.21.2",
"graphql": "16.6.0"
},
"devDependencies": {
"concurrently": "7.6.0",
"jest": "29.4.1",
"jest": "29.4.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/grpc": "0.29.3",
"@graphql-mesh/transform-naming-convention": "0.13.8",
"@grpc/grpc-js": "1.8.7",
"@grpc/grpc-js": "1.8.8",
"@grpc/proto-loader": "0.7.4",
"google-protobuf": "3.21.2",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.4.1",
"jest": "29.4.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.4.1"
"jest": "29.4.2"
}
}
4 changes: 2 additions & 2 deletions examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@whatwg-node/router": "0.1.7",
"@whatwg-node/router": "0.2.7",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@graphql-hive/cli": "0.19.12",
"@graphql-hive/cli": "0.20.2",
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/openapi": "0.35.9",
"graphql": "16.6.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@whatwg-node/router": "0.1.7",
"@whatwg-node/router": "0.2.7",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@graphql-hive/cli": "0.19.12",
"@graphql-hive/cli": "0.20.2",
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/openapi": "0.35.9",
"graphql": "16.6.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.4.1"
"jest": "29.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.4.1"
"jest": "29.4.2"
}
}
4 changes: 2 additions & 2 deletions examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/json-schema": "0.37.8",
"@graphql-mesh/plugin-live-query": "0.2.7",
"@whatwg-node/fetch": "0.6.2",
"@whatwg-node/router": "0.1.7",
"@whatwg-node/fetch": "0.8.1",
"@whatwg-node/router": "0.2.7",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/mongoose": "0.13.6",
"graphql": "16.6.0",
"mongoose": "6.9.0"
"mongoose": "6.9.1"
},
"devDependencies": {
"jest": "29.4.1"
"jest": "29.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.4.1"
"jest": "29.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"typescript": "4.9.5"
}
}
6 changes: 3 additions & 3 deletions examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"devDependencies": {
"@graphql-mesh/cli": "0.82.14",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.0.1",
"@vitejs/plugin-react": "3.1.0",
"typescript": "4.9.5",
"vite": "4.0.4"
"vite": "4.1.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/openapi": "0.35.9",
"@whatwg-node/fetch": "0.6.2",
"@whatwg-node/router": "^0.1.7",
"@whatwg-node/fetch": "0.8.1",
"@whatwg-node/router": "^0.2.0",
"concurrently": "7.6.0",
"graphql": "16.6.0",
"ts-node": "10.9.1",
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 @@ -14,7 +14,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.82.14",
"@graphql-mesh/graphql": "0.34.0",
"esbuild": "0.17.5",
"esbuild": "0.17.8",
"graphql": "16.6.0",
"typescript": "4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"concurrently": "7.6.0",
"jest": "29.4.1",
"jest": "29.4.2",
"ts-node": "10.9.1"
}
}
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.8.1"
"wrangler": "2.9.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@changesets/cli": "2.26.0",
"@theguild/prettier-config": "1.1.2",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"babel-jest": "29.4.1",
"babel-jest": "29.4.2",
"bob-the-bundler": "4.1.1",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -67,17 +67,17 @@
"globby": "11.1.0",
"graphql": "16.6.0",
"husky": "8.0.3",
"jest": "29.4.1",
"lint-staged": "13.1.0",
"jest": "29.4.2",
"lint-staged": "13.1.1",
"patch-package": "6.5.1",
"prettier": "2.8.3",
"prettier": "2.8.4",
"pretty-quick": "3.1.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
},
"resolutions": {
"graphql": "16.6.0",
"undici": "5.16.0",
"undici": "5.18.0",
"uuid": "7.0.3"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/utils": "9.2.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.7.5"
"@apollo/client": "3.7.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "0.3.1",
"@graphql-mesh/types": "0.90.0",
"@graphql-mesh/utils": "0.43.7",
"dataloader": "2.1.0",
"dataloader": "2.2.1",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.90.0",
"@graphql-mesh/utils": "0.43.7",
"ioredis": "5.3.0",
"ioredis-mock": "8.2.5",
"ioredis": "5.3.1",
"ioredis-mock": "8.2.6",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@graphql-mesh/store": "0.9.7",
"@graphql-mesh/types": "0.90.0",
"@graphql-mesh/utils": "0.43.7",
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/utils": "9.2.1",
"ajv": "8.12.0",
"change-case": "4.1.2",
"cosmiconfig": "8.0.0",
"dnscache": "1.0.2",
"dotenv": "16.0.3",
"graphql-import-node": "0.0.5",
"graphql-ws": "5.11.2",
"graphql-ws": "5.11.3",
"json-bigint-patch": "0.0.8",
"json5": "2.2.3",
"mkdirp": "2.1.3",
Expand All @@ -77,7 +77,7 @@
"@types/mkdirp": "1.0.2",
"@types/rimraf": "3.0.2",
"@types/ws": "8.5.4",
"@types/yargs": "17.0.20"
"@types/yargs": "17.0.22"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 64c977e

Please sign in to comment.