Skip to content

Commit

Permalink
switch graph-results-pager to chpiatt/graph-results-pager
Browse files Browse the repository at this point in the history
  • Loading branch information
jquesnelle committed Sep 20, 2021
1 parent 64a817d commit 148537d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eden-network/data",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Jeffrey Quesnelle <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"ethereumjs-util": "^7.0.10",
"ethers": "^5.3.1",
"graph-results-pager": "https://github.com/LufyCZ/graph-results-pager",
"graph-results-pager": "https://github.com/chpiatt/graph-results-pager",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"ts-node": "^10.0.0",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1294,13 +1294,6 @@
tmp-promise "^3.0.2"
yaml "^1.5.1"

"@graphprotocol/graph-ts@^0.20.1":
version "0.20.1"
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.20.1.tgz#42a45158c5904224f28d3cf6c5d1ffc876720f81"
integrity sha512-JATb0tERXt+JZUYuW9rwfnLzIM4EOBHf/EEZir5JMiIVMP55CoOyQGAwH2dvKSm5O8WQ1BfdbnOvk7YNVMFHsg==
dependencies:
assemblyscript "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
Expand Down Expand Up @@ -4896,13 +4889,14 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==

"graph-results-pager@https://github.com/LufyCZ/graph-results-pager":
version "1.0.3"
resolved "https://github.com/LufyCZ/graph-results-pager#9b230f05b8d79aeedc9e167ac5a1fea33e04d51f"
"graph-results-pager@https://github.com/chpiatt/graph-results-pager":
version "1.0.7"
resolved "https://github.com/chpiatt/graph-results-pager#d872f263718bbeacdb31e39a9acc770584d9e6fd"
dependencies:
node-fetch "2.6.1"
graphql "^15.5.3"
graphql-request "^3.5.0"

graphql-request@^3.4.0:
graphql-request@^3.4.0, graphql-request@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-3.5.0.tgz#7e69574e15875fb3f660a4b4be3996ecd0bbc8b7"
integrity sha512-Io89QpfU4rqiMbqM/KwMBzKaDLOppi8FU8sEccCE4JqCgz95W9Q8bvxQ4NfPALLSMvg9nafgg8AkYRmgKSlukA==
Expand All @@ -4916,6 +4910,11 @@ graphql@^15.5.0, graphql@^15.5.1:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"
integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==

graphql@^15.5.3:
version "15.5.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==

growly@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
Expand Down

0 comments on commit 148537d

Please sign in to comment.