Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3724)
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 30, 2025
1 parent d9f0511 commit 11d4fb9
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 94 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/azure-native": "2.84.0",
"@pulumi/azure-native": "2.85.0",
"@pulumi/cloudflare": "5.49.0",
"@pulumi/docker": "4.6.1",
"@pulumi/pulumi": "3.147.0",
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.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"wrangler": "3.106.0"
"wrangler": "3.107.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.20250124.3",
"@cloudflare/workers-types": "4.20250129.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.106.0"
"wrangler": "3.107.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": "6.0.2",
"graphql-ws": "6.0.3",
"graphql-yoga": "workspace:*",
"ws": "8.18.0"
},
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.106.0"
"wrangler": "3.107.0"
}
}
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.19.5",
"svelte": "5.19.6",
"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 @@ -84,7 +84,7 @@
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"wrangler": "3.106.0"
"wrangler": "3.107.0"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
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": "6.0.2",
"graphql-ws": "6.0.3",
"graphql-yoga": "workspace:*",
"ws": "^8.18.0"
},
Expand Down
203 changes: 118 additions & 85 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 11d4fb9

Please sign in to comment.