Skip to content

Commit

Permalink
bump graphql-request to no longer depend on node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jun 27, 2024
1 parent f1251ba commit 9ae0cda
Show file tree
Hide file tree
Showing 3 changed files with 993 additions and 516 deletions.
8 changes: 1 addition & 7 deletions examples/basic-tsnode-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"@ensdomains/ensjs": "workspace:*",
"ts-node": "^10.7.0",
"typescript": "^5.0.4",
"viem": "^1.2.9",
"node-fetch": "2.6.7"
},
"pnpm": {
"overrides": {
"node-fetch": "2.6.7"
}
"viem": "^1.2.9"
}
}
2 changes: 1 addition & 1 deletion packages/ensjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"abitype": "^1.0.0",
"dns-packet": "^5.3.1",
"graphql": "^16.3.0",
"graphql-request": "6.1.0",
"graphql-request": "7.1.0",
"pako": "^2.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9ae0cda

Please sign in to comment.