Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 6725f8e commit 46985e5
Show file tree
Hide file tree
Showing 20 changed files with 220 additions and 215 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": "4.16.0",
"@pulumi/docker": "4.2.4",
"@pulumi/pulumi": "3.69.0",
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
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.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"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.11.24",
"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": "5.1.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.6"
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.11.24",
"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 @@ -12,7 +12,7 @@
"pino-pretty": "10.0.0"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"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.11.24",
"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 @@
"graphql-yoga": "5.1.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"@whatwg-node/fetch": "^0.9.7",
"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": "5.1.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"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": "4.15.0",
"@prisma/internals": "4.15.0",
"@prisma/migrate": "4.15.0",
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"cross-env": "7.0.3",
"prisma": "4.15.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": "^5.1.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.6"
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.11.24",
"@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": "5.1.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
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.11.24",
"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/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-yoga": "5.1.1"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "20.11.24",
"@whatwg-node/fetch": "^0.9.7",
"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": "5.1.1",
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.11.24",
"graphql": "^16.0.1",
"graphql-http": "^1.18.0",
"graphql-scalars": "1.22.2",
Expand Down
Loading

0 comments on commit 46985e5

Please sign in to comment.