Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(positions): Cache API-sourced positions with DataLoader (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed May 25, 2022
1 parent 4c1d25e commit a592b3f
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 64 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"fs-extra": "^10.0.1",
"inquirer": "^8.2.2",
"lodash": "^4.17.21",
"murmurhash-js": "^1.0.0",
"rimraf": "^3.0.2"
},
"devDependencies": {
Expand All @@ -53,7 +54,9 @@
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.180",
"@types/murmurhash-js": "^1.0.3",
"@types/node": "16.11.7",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"axios": "^0.26.1",
Expand Down
Loading

0 comments on commit a592b3f

Please sign in to comment.