Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2023
1 parent 88079d9 commit 71036e6
Show file tree
Hide file tree
Showing 55 changed files with 218 additions and 224 deletions.
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@azure/functions": "4.0.1",
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@cloudflare/workers-types": "4.20231002.0",
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@azure/functions": "4.0.1",
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
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 @@ -18,6 +18,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "18.18.4",
"@types/ws": "8.5.6",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/node": "18.18.4",
"@types/ws": "8.5.6",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/node": "18.18.4",
"@types/ws": "8.5.6",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/aws-lambda": "8.10.124",
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "18.18.4",
"tsup": "7.2.0",
"typescript": "5.1.3"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"typescript": "5.2.2",
"wait-on": "7.0.1"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@graphql-tools/utils": "10.0.6",
"@repeaterjs/repeater": "3.0.4",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"apollo-datasource": "3.3.2",
"apollo-server-caching": "3.3.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@envelop/core": "^4.0.3",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@graphql-tools/schema": "10.0.0",
"apollo-server-core": "3.12.1",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@envelop/core": "^4.0.3",
"@types/jsonwebtoken": "9.0.3",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dataloader": "2.2.2",
"graphql": "16.8.1",
"reflect-metadata": "0.1.13",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/depth-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@envelop/core": "^4.0.3",
"@types/graphql-depth-limit": "1.1.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/disable-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@envelop/core": "^4.0.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/execute-subscription-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@envelop/core": "^4.0.3",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/filter-operation-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@envelop/core": "^4.0.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/fragment-arguments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"graphql": "16.8.1",
"jest-diff": "29.7.0",
"oneline": "1.0.3",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"graphql": "16.8.1",
"lru-cache": "^10.0.0",
"reflect-metadata": "0.1.13",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"graphql": "16.8.1",
"graphql-middleware": "6.1.35",
"graphql-shield": "7.6.5",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"graphql": "16.8.1",
"graphql-modules": "2.2.0",
"reflect-metadata": "0.1.13",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/immediate-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {},
"devDependencies": {
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@graphql-tools/schema": "10.0.0",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/newrelic": "9.14.1",
"graphql": "16.8.1",
"newrelic": "^11.0.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/on-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@envelop/core": "^4.0.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/operation-field-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/parser-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@envelop/core": "^4.0.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/persisted-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/preload-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
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 @@ -60,7 +60,7 @@
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"prom-client": "14.2.0",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limiter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@envelop/core": "^4.0.3",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
Loading

0 comments on commit 71036e6

Please sign in to comment.