Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8353)
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 Feb 1, 2025
1 parent f975d5e commit 78e77b5
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 71 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.107.0"
"wrangler": "3.107.2"
}
}
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@google-cloud/functions-framework": "3.4.5",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.15",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"graphql": "16.10.0",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.10.0"
},
"devDependencies": {
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"concurrently": "9.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
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.18",
"@graphql-mesh/mongoose": "0.103.13",
"graphql": "16.10.0",
"mongoose": "8.9.5"
"mongoose": "8.9.6"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql": "16.10.0"
},
"devDependencies": {
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"cross-env": "7.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
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.107.0"
"wrangler": "3.107.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-resolvers": "4.4.2",
"@graphql-mesh/compose-cli": "1.3.6",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"esbuild": "^0.24.0",
"lru-cache": "11.0.2"
}
Expand Down
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.107.0"
"wrangler": "3.107.2"
}
}
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.107.0"
"wrangler": "3.107.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@tsconfig/node16": "^16.1.3",
"@tsconfig/recommended": "^1.0.5",
"@types/jest": "29.5.14",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"babel-jest": "29.7.0",
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.9.5"
"mongoose": "8.9.6"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@theguild/tailwind-config": "0.6.2",
"@types/node": "22.12.0",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"cross-env": "7.0.3",
"eslint-config-next": "15.1.6",
Expand Down
Loading

0 comments on commit 78e77b5

Please sign in to comment.