Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent b372113 commit 54f20b7
Show file tree
Hide file tree
Showing 38 changed files with 397 additions and 352 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@pulumi/pulumi": "3.116.1",
"@types/node": "20.14.12",
"tsx": "^3.12.7",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-managed-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@graphql-yoga/apollo-managed-federation": "workspace:*",
"graphql-yoga": "workspace:*",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"aws-cdk-lib": "2.83.0",
"esbuild": "0.17.19",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@azure/functions": "4.0.0",
"esbuild": "0.17.19",
"tslib": "2.6.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"ts-loader": "9.4.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"webpack": "5.86.0",
"wrangler": "3.57.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@cloudflare/workers-types": "4.20230518.0",
"@whatwg-node/fetch": "^0.9.17",
"typescript": "5.5.4",
"typescript": "5.6.2",
"wrangler": "3.57.1"
}
}
2 changes: 1 addition & 1 deletion examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@types/node": "20.14.12",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@whatwg-node/fetch": "^0.9.17",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/file-upload-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@whatwg-node/fetch": "^0.9.17",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@google-cloud/functions-framework": "3.2.0",
"@types/node": "20.14.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"prisma": "5.13.0",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@whatwg-node/fetch": "^0.9.17",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@types/node": "20.14.12",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react": "18.2.8",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"esbuild": "0.17.19",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/ws": "8.5.4",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"esbuild": "0.21.4",
"tsx": "^3.12.7",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@types/node": "20.14.12",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/request-cancelation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@whatwg-node/fetch": "^0.9.17",
"typescript": "5.5.4",
"typescript": "5.6.2",
"wrangler": "3.57.1"
}
}
2 changes: 1 addition & 1 deletion examples/sofa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"graphql": "16.6.0",
"graphql-yoga": "workspace:*",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"svelte-check": "3.4.3",
"svelte-preprocess": "6.0.1",
"tslib": "2.6.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "4.3.9"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"rimraf": "^6.0.0",
"supertest": "^7.0.0",
"ts-jest": "^29.0.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"weak-napi": "2.0.2",
"wrangler": "3.57.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-managed-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@whatwg-node/fetch": "^0.9.18",
"graphql": "16.8.1",
"graphql-yoga": "workspace:^",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
Loading

0 comments on commit 54f20b7

Please sign in to comment.