Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"graphql": "16.11.0",
"graphql-request": "7.2.0",
"graphql-request": "7.4.0",
"tsx": "4.20.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"graphql": "16.11.0",
"graphql-request": "7.2.0",
"graphql-request": "7.4.0",
"graphql-tag": "2.12.6"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4856,7 +4856,7 @@ __metadata:
"@types/node": "npm:24.3.0"
eslint: "npm:9.33.0"
graphql: "npm:16.11.0"
graphql-request: "npm:7.2.0"
graphql-request: "npm:7.4.0"
tsup: "npm:8.5.0"
tsx: "npm:4.20.4"
typescript: "npm:5.9.2"
Expand Down Expand Up @@ -4927,7 +4927,7 @@ __metadata:
"@types/node": "npm:24.3.0"
eslint: "npm:9.33.0"
graphql: "npm:16.11.0"
graphql-request: "npm:7.2.0"
graphql-request: "npm:7.4.0"
graphql-tag: "npm:2.12.6"
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
Expand Down Expand Up @@ -11273,14 +11273,14 @@ __metadata:
languageName: node
linkType: hard

"graphql-request@npm:7.2.0":
version: 7.2.0
resolution: "graphql-request@npm:7.2.0"
"graphql-request@npm:7.4.0":
version: 7.4.0
resolution: "graphql-request@npm:7.4.0"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.2.0"
peerDependencies:
graphql: 14 - 16
checksum: 10/532e3e094cac2ce7cc4e104e92c33dd53e9ef77a1c6ee6977545f0f8aca1098a28ce0873c7fe50c2e9a5460ace351060603a98021ef96107512b458a13e42994
checksum: 10/bdf657ffd2017a4c404f2b18fc21dabb7094866059e80312632c38c21f3936cd790c1c635de5dba568f90c096725eaf50d6ec98db75229f260a5b9d6717744c5
languageName: node
linkType: hard

Expand Down
Loading