Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Jul 24, 2020
1 parent 1b93c98 commit 87061b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
70 changes: 0 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"eslint": "^6.7.2",
"fortmatic": "^2.0.6",
"frameguard": "^3.1.0",
"install": "^0.13.0",
"json-to-graphql-query": "^2.0.0",
"jsonexport": "^3.0.1",
"lodash": "^4.17.15",
"magic-sdk": "^2.4.6",
"numeral": "^2.0.4",
"primer-support": "^5.0.0",
"redis": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/subgraph.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { request } from '@/helpers/subgraph';
import { getAddress } from '@ethersproject/address';
import { request } from '@/helpers/subgraph';

const mutations = {
GET_VOTING_POWER_REQUEST() {
Expand Down

0 comments on commit 87061b5

Please sign in to comment.