Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#3084)
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 Jul 25, 2024
1 parent 5404a45 commit aa8237d
Show file tree
Hide file tree
Showing 21 changed files with 282 additions and 456 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pulumi/cloudflare": "5.29.0",
"@pulumi/docker": "4.5.3",
"@pulumi/pulumi": "3.116.1",
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"tsx": "^3.12.7",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"esbuild": "0.17.19"
}
}
2 changes: 1 addition & 1 deletion examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.116",
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"aws-cdk": "2.83.0",
"aws-cdk-lib": "2.83.0",
"esbuild": "0.17.19",
Expand Down
2 changes: 1 addition & 1 deletion examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"ts-node": "10.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pino-pretty": "11.2.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"ts-node": "10.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@google-cloud/functions-framework": "3.2.0",
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"typescript": "5.5.4"
}
}
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 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"@whatwg-node/fetch": "^0.9.17",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
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 @@ -17,7 +17,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@prisma/client": "5.13.0",
"@prisma/internals": "5.13.0",
"@prisma/migrate": "5.13.0",
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"cross-env": "7.0.3",
"prisma": "5.13.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/issue-template/.codesandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:18-bullseye
FROM node:20-bullseye
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ws": "8.13.0"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"@types/react": "18.2.8",
"@types/ws": "8.5.4",
"eslint": "8.42.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ioredis": "5.3.2"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/request-cancelation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"@whatwg-node/fetch": "^0.9.17",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
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 @@ -18,7 +18,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"@whatwg-node/fetch": "^0.9.17",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "^18.11.19",
"@types/node": "^20.0.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
"graphql-yoga": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@jest/globals": "^29.2.1",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"@repeaterjs/repeater": "^3.0.4",
"@types/node": "18.16.16",
"@types/node": "20.14.12",
"graphql": "^16.0.1",
"graphql-http": "^1.18.0",
"graphql-scalars": "1.22.2",
Expand Down
Loading

0 comments on commit aa8237d

Please sign in to comment.