Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.10.0 (#869)
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 Dec 15, 2024
1 parent c15a966 commit 1f6cd80
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/client": "3.12.3",
"@graphprotocol/client-apollo": "2.0.7",
"graphql": "16.9.0",
"graphql": "16.10.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-pagination-multiple-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"nodemon": "3.1.9",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-chain-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@graphprotocol/client-add-source-name": "2.0.7",
"@graphprotocol/client-cli": "3.0.7",
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/cross-chain-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@graphprotocol/client-add-source-name": "2.0.7",
"@graphprotocol/client-cli": "3.0.7",
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build-client": "graphclient build"
},
"dependencies": {
"graphql": "16.9.0",
"graphql": "16.10.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/javascript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-polling-live": "2.0.1",
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"nodemon": "3.1.9",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "5.62.7",
"graphql": "16.9.0",
"graphql": "16.10.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphprotocol/client-urql": "2.0.7",
"graphql": "16.9.0",
"graphql": "16.10.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"urql": "4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphprotocol/client-urql": "2.0.7",
"graphql": "16.9.0",
"graphql": "16.10.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"urql": "4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "7.0.1",
"graphql": "16.9.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand All @@ -64,6 +64,6 @@
"ts-jest": "29.2.5"
},
"resolutions": {
"graphql": "16.9.0"
"graphql": "16.10.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5238,10 +5238,10 @@ graphql-yoga@^5.10.6, graphql-yoga@^5.7.0:
lru-cache "^10.0.0"
tslib "^2.8.1"

graphql@16.9.0, graphql@^16.6.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
graphql@16.10.0, graphql@^16.6.0:
version "16.10.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==

has-bigints@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 1f6cd80

Please sign in to comment.