Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3626)
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 9, 2025
1 parent e0f13ad commit 3c20b2d
Show file tree
Hide file tree
Showing 17 changed files with 538 additions and 495 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"@pulumi/aws": "6.66.2",
"@pulumi/awsx": "2.19.0",
"@pulumi/azure-native": "2.80.0",
"@pulumi/cloudflare": "5.46.0",
"@pulumi/azure-native": "2.81.0",
"@pulumi/cloudflare": "5.47.0",
"@pulumi/docker": "4.5.8",
"@pulumi/pulumi": "3.144.1",
"@pulumi/pulumi": "3.145.0",
"@types/node": "22.10.5",
"tsx": "4.19.2",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.10.5",
"aws-cdk": "2.174.0",
"aws-cdk-lib": "2.174.0",
"aws-cdk": "2.174.1",
"aws-cdk-lib": "2.174.1",
"esbuild": "0.24.2",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"ts-loader": "9.5.1",
"typescript": "5.7.3",
"webpack": "5.97.1",
"wrangler": "3.99.0"
"wrangler": "3.100.0"
}
}
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241230.0",
"@cloudflare/workers-types": "4.20250109.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.99.0"
"wrangler": "3.100.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"graphql": "16.10.0",
"graphql-ws": "5.16.0",
"graphql-ws": "5.16.1",
"graphql-yoga": "workspace:*",
"ws": "8.18.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"devDependencies": {
"@eddeee888/gcg-typescript-resolver-files": "0.11.0",
"@graphql-codegen/cli": "5.0.3",
"@prisma/client": "6.1.0",
"@prisma/internals": "6.1.0",
"@prisma/migrate": "6.1.0",
"@prisma/client": "6.2.1",
"@prisma/internals": "6.2.1",
"@prisma/migrate": "6.2.1",
"@types/node": "22.10.5",
"cross-env": "7.0.3",
"prisma": "6.1.0",
"prisma": "6.2.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "9.17.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 @@ -19,7 +19,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "next start"
},
"dependencies": {
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.3",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"esbuild": "0.24.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"graphql": "16.10.0",
"graphql-ws": "^5.11.3",
"graphql-yoga": "workspace:*",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"@types/ws": "8.5.13",
"eslint": "9.17.0",
"eslint-config-next": "15.1.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 @@ -15,6 +15,6 @@
"devDependencies": {
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.99.0"
"wrangler": "3.100.0"
}
}
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"jest": "^29.0.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"svelte": "5.16.2",
"svelte-check": "4.1.1",
"svelte": "5.17.1",
"svelte-check": "4.1.3",
"svelte-preprocess": "6.0.3",
"tslib": "2.8.1",
"typescript": "5.7.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"wrangler": "3.99.0"
"wrangler": "3.100.0"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand All @@ -105,7 +105,7 @@
"graphql": "16.10.0",
"@envelop/core": "5.0.2",
"@changesets/assemble-release-plan": "5.2.3",
"@types/react": "19.0.3"
"@types/react": "19.0.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"use-url-search-params": "2.5.1"
},
"devDependencies": {
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"vite": "6.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/ws": "^8.5.13",
"graphql": "16.10.0",
"graphql-scalars": "^1.22.2",
"graphql-ws": "5.16.0",
"graphql-ws": "5.16.1",
"graphql-yoga": "workspace:*",
"ws": "^8.18.0"
},
Expand Down
Loading

0 comments on commit 3c20b2d

Please sign in to comment.