Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2023
1 parent 37d7aa0 commit fe91c1a
Show file tree
Hide file tree
Showing 35 changed files with 250 additions and 244 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@pulumi/aws": "5.41.0",
"@pulumi/docker": "4.2.4",
"@types/node": "18.16.16",
"typescript": "5.1.3",
"typescript": "5.1.6",
"ts-node": "10.9.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"esbuild": "0.17.19",
"aws-cdk": "2.83.0",
"aws-cdk-lib": "2.83.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "1.203.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@azure/functions": "3.5.1",
"esbuild": "0.17.19",
"typescript": "5.1.3",
"typescript": "5.1.6",
"tslib": "2.5.3"
}
}
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": {
"wrangler": "3.1.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"ts-loader": "9.4.3",
"webpack": "5.86.0"
}
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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@whatwg-node/fetch": "^0.9.7",
"typescript": "5.1.3",
"typescript": "5.1.6",
"wrangler": "3.1.0",
"@cloudflare/workers-types": "4.20230518.0"
}
Expand Down
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": "18.16.16",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
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.1.3"
"typescript": "5.1.6"
}
}
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.1.3"
"typescript": "5.1.6"
}
}
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 @@
"@types/react": "^18.0.17",
"eslint": "8.42.0",
"eslint-config-next": "13.4.7",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
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.7",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
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": {
"@types/node": "18.16.16",
"@google-cloud/functions-framework": "3.2.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@envelop/generic-auth": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@escape.tech/graphql-armor": "2.0.0",
Expand Down
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.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/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.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"prisma": "4.15.0"
},
"dependencies": {
Expand Down
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.7",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/node": "18.16.16",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"graphql": "^16.3.0",
Expand Down
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.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@envelop/live-query": "6.0.0",
Expand Down
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.3.2",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"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.7",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
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 @@
"eslint": "8.42.0",
"eslint-config-next": "13.4.7",
"esbuild": "0.17.19",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
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.7",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/node-ts/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.1.3"
"typescript": "5.1.6"
}
}
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": "18.16.16",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"graphql-yoga": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"graphql-yoga": "4.0.3",
Expand Down
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.7",
"typescript": "5.1.3",
"typescript": "5.1.6",
"wrangler": "3.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/sofa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-yoga/plugin-sofa": "2.0.3",
"graphql-yoga": "4.0.3",
"graphql": "16.6.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"ts-node-dev": "2.0.0"
}
}
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.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
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": "5.0.4",
"tslib": "2.5.3",
"typescript": "5.1.3",
"typescript": "5.1.6",
"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 @@ -86,7 +86,7 @@
"rimraf": "^5.0.0",
"supertest": "^6.1.6",
"ts-jest": "^29.0.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"weak-napi": "2.0.2",
"wrangler": "3.1.0"
},
Expand Down
Loading

0 comments on commit fe91c1a

Please sign in to comment.