Skip to content

Commit

Permalink
chore: remove unnecessary dependencies (aragon#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored Apr 18, 2019
1 parent 7115333 commit 7da0a0c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 16 deletions.
4 changes: 1 addition & 3 deletions apps/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@
"@aragon/test-helpers": "^1.1.0",
"eth-gas-reporter": "^0.1.1",
"ethereumjs-util": "^6.1.0",
"solidity-coverage": "0.5.11",
"solium": "^1.2.3",
"truffle": "4.1.14",
"truffle-extract": "^1.2.1",
"web3-eth-abi": "^1.0.0-beta.38",
"webpack": "3.10.0"
"web3-eth-abi": "^1.0.0-beta.38"
},
"dependencies": {
"@aragon/apps-vault": "4.1.0",
Expand Down
4 changes: 1 addition & 3 deletions apps/finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
"@aragon/cli": "^5.6.0",
"@aragon/test-helpers": "^1.1.0",
"eth-gas-reporter": "^0.1.1",
"solidity-coverage": "0.5.11",
"solium": "^1.2.3",
"truffle": "4.1.14",
"truffle-extract": "^1.2.1",
"webpack": "3.10.0"
"truffle-extract": "^1.2.1"
},
"dependencies": {
"@aragon/apps-vault": "^4.0.0",
Expand Down
4 changes: 1 addition & 3 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"@aragon/cli": "^5.6.0",
"@aragon/test-helpers": "^1.1.0",
"eth-gas-reporter": "^0.1.1",
"solidity-coverage": "0.5.11",
"solium": "^1.2.3",
"truffle": "4.1.14",
"truffle-extract": "^1.2.1",
"webpack": "3.10.0"
"truffle-extract": "^1.2.1"
},
"dependencies": {
"@aragon/apps-shared-minime": "1.0.0",
Expand Down
4 changes: 1 addition & 3 deletions apps/token-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
"@aragon/cli": "^5.6.0",
"@aragon/test-helpers": "^1.1.0",
"eth-gas-reporter": "^0.1.1",
"solidity-coverage": "0.5.11",
"solium": "^1.2.3",
"truffle": "4.1.14",
"truffle-extract": "^1.2.1",
"webpack": "3.10.0"
"truffle-extract": "^1.2.1"
},
"dependencies": {
"@aragon/apps-shared-minime": "1.0.0",
Expand Down
1 change: 0 additions & 1 deletion apps/vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@aragon/test-helpers": "^1.1.0",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.1.1",
"solidity-coverage": "0.5.11",
"solium": "^1.2.3",
"truffle": "4.1.14",
"truffle-extract": "^1.2.1"
Expand Down
4 changes: 1 addition & 3 deletions apps/voting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
"@aragon/cli": "^5.6.0",
"@aragon/test-helpers": "^1.1.0",
"eth-gas-reporter": "^0.1.5",
"solidity-coverage": "0.5.11",
"solidity-sha3": "^0.4.1",
"solium": "^1.2.3",
"truffle": "4.1.14",
"truffle-extract": "^1.2.1",
"webpack": "3.10.0"
"truffle-extract": "^1.2.1"
},
"dependencies": {
"@aragon/apps-shared-minime": "1.0.0",
Expand Down

0 comments on commit 7da0a0c

Please sign in to comment.