Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent ea63828 commit 982556a
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 297 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pulumi/docker": "4.6.1",
"@pulumi/pulumi": "3.150.0",
"@types/node": "22.13.4",
"tsx": "4.19.2",
"tsx": "4.19.3",
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-managed-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-yoga/apollo-managed-federation": "workspace:^",
"@graphql-yoga/plugin-apollo-usage-report": "workspace:^",
"graphql-yoga": "workspace:^",
"tsx": "4.19.2"
"tsx": "4.19.3"
},
"devDependencies": {
"@graphql-yoga/apollo-managed-federation": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@aws-cdk/assert": "2.68.0",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.13.4",
"aws-cdk": "2.1000.1",
"aws-cdk": "2.1000.2",
"aws-cdk-lib": "2.179.0",
"esbuild": "0.25.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "22.13.4",
"@whatwg-node/fetch": "0.10.3",
"cross-env": "7.0.3",
"tsx": "4.19.2",
"tsx": "4.19.3",
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"esbuild": "0.25.0",
"tsx": "4.19.2",
"tsx": "4.19.3",
"typescript": "5.7.3"
}
}
Loading

0 comments on commit 982556a

Please sign in to comment.