Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3646)
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 Jan 14, 2025
1 parent 25fc4b9 commit 19aab45
Show file tree
Hide file tree
Showing 23 changed files with 380 additions and 335 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.47.0",
"@pulumi/docker": "4.6.0",
"@pulumi/pulumi": "3.145.0",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"tsx": "4.19.2",
"typescript": "5.7.3"
}
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.3",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.4.1",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"esbuild": "0.24.2"
}
}
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.147",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"aws-cdk": "2.175.1",
"aws-cdk-lib": "2.175.1",
"esbuild": "0.24.2",
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": "22.10.5",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
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.2.2"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@graphql-tools/utils": "^10.6.1",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"ts-node": "10.9.2"
}
}
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.4.5",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@whatwg-node/fetch": "0.10.3",
"cross-env": "7.0.3",
"tsx": "4.19.2",
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": "22.10.5",
"@types/node": "22.10.6",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"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 @@ -26,7 +26,7 @@
"@prisma/client": "6.2.1",
"@prisma/internals": "6.2.1",
"@prisma/migrate": "6.2.1",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"cross-env": "7.0.3",
"prisma": "6.2.1",
"ts-node": "10.9.2",
Expand Down
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": "22.10.5",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
Expand All @@ -19,7 +19,7 @@
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.4",
"postcss": "8.4.49",
"postcss": "8.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"esbuild": "0.24.2",
"eslint": "9.18.0",
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.18.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@types/ws": "8.5.13",
"eslint": "9.18.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": "22.10.5",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
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.4.2"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"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": "22.10.5",
"@types/node": "22.10.6",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
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": "22.10.5",
"@types/node": "22.10.6",
"@whatwg-node/fetch": "^0.10.1",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "^29.0.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"svelte": "5.17.3",
"svelte": "5.17.4",
"svelte-check": "4.1.4",
"svelte-preprocess": "6.0.3",
"tslib": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "MIT",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.3"
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": "22.10.5",
"@types/node": "22.10.6",
"globby": "^14.0.2",
"graphql": "16.10.0",
"graphql-http": "^1.18.0",
Expand Down
Loading

0 comments on commit 19aab45

Please sign in to comment.