Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8383)
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 14, 2025
1 parent 40540c3 commit de26220
Show file tree
Hide file tree
Showing 17 changed files with 98 additions and 98 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.108.1"
"wrangler": "3.109.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@apollo/subgraph": "2.9.3",
"@apollo/subgraph": "2.10.0",
"graphql": "16.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@apollo/subgraph": "2.9.3",
"@apollo/subgraph": "2.10.0",
"graphql": "16.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@apollo/subgraph": "2.9.3",
"@apollo/subgraph": "2.10.0",
"graphql": "16.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@apollo/subgraph": "2.9.3",
"@apollo/subgraph": "2.10.0",
"graphql": "16.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
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.22",
"@graphql-mesh/json-schema": "0.108.19",
"@types/node": "22.13.2",
"@types/node": "22.13.4",
"graphql": "16.10.0",
"typescript": "^5.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.12.11",
"@apollo/client": "3.13.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.13.2",
"@types/node": "22.13.4",
"@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.13.2",
"@types/node": "22.13.4",
"concurrently": "9.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
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.13.2",
"@types/node": "22.13.4",
"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.108.1"
"wrangler": "3.109.0"
}
}
4 changes: 2 additions & 2 deletions examples/v1-next/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"tsx": "^4.16.5"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-resolvers": "4.4.2",
"@graphql-mesh/compose-cli": "1.3.10",
"@types/node": "22.13.2",
"@types/node": "22.13.4",
"esbuild": "^0.25.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.108.1"
"wrangler": "3.109.0"
}
}
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.108.1"
"wrangler": "3.109.0"
}
}
4 changes: 2 additions & 2 deletions 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.13.2",
"@types/node": "22.13.4",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"babel-jest": "29.7.0",
Expand All @@ -100,7 +100,7 @@
"lru-cache": "11.0.2",
"minimatch": "10.0.1",
"node-gyp": "^11.0.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"threads": "^1.7.0",
"ts-jest": "29.2.5",
"tsx": "^4.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.12.11"
"@apollo/client": "3.13.0"
},
"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.13.2",
"@types/node": "22.13.4",
"@types/react": "19.0.8",
"cross-env": "7.0.3",
"eslint-config-next": "15.1.7",
Expand Down
Loading

0 comments on commit de26220

Please sign in to comment.