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 14, 2025
1 parent fdc731c commit fa1cca4
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/cli": "0.98.23",
"@graphql-mesh/mongoose": "0.103.18",
"graphql": "16.10.0",
"mongoose": "8.10.0"
"mongoose": "8.10.1"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
},
"devDependencies": {
"@ardatan/graphql-to-config-schema": "patch:@ardatan/graphql-to-config-schema@npm%3A0.1.25#~/.yarn/patches/@ardatan-graphql-to-config-schema-npm-0.1.25-f8c48d384e.patch",
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-explicit-resource-management": "7.25.9",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@babel/preset-env": "7.26.8",
"@babel/preset-env": "7.26.9",
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"mongoose": "8.10.0"
"mongoose": "8.10.1"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit fa1cca4

Please sign in to comment.