Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2069)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent b7d0a94 commit 21eedfc
Show file tree
Hide file tree
Showing 21 changed files with 222 additions and 222 deletions.
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@azure/functions": "4.0.1",
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "4.20231025.0",
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@azure/functions": "4.0.1",
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-http": "^1.18.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"ws": "8.14.2"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/ws": "8.5.8",
"@types/node": "20.9.0",
"@types/ws": "8.5.9",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"graphql-sse": "^2.0.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/ws": "8.5.8",
"@types/node": "20.9.0",
"@types/ws": "8.5.9",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"ws": "8.14.2"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/ws": "8.5.8",
"@types/node": "20.9.0",
"@types/ws": "8.5.9",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"aws-sdk": "2.1489.0",
"aws-sdk": "2.1490.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.126",
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type-graphql": "1.1.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"tsup": "7.2.0",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@changesets/cli": "2.24.2",
"@theguild/prettier-config": "2.0.2",
"@types/benchmark": "2.1.5",
"@types/jest": "29.5.7",
"@types/jest": "29.5.8",
"@types/k6": "0.47.2",
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"bob-the-bundler": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.8",
"@repeaterjs/repeater": "3.0.4",
"@repeaterjs/repeater": "3.0.5",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
Loading

0 comments on commit 21eedfc

Please sign in to comment.