Skip to content

Commit

Permalink
dependencies: remove all non-dev dependencies from root in favor of p…
Browse files Browse the repository at this point in the history
…ackage deps (#1824)

Signed-off-by: Matt Rice <matthewcrice32@gmail.com>
  • Loading branch information
mrice32 authored Aug 11, 2020
1 parent 4c26780 commit a6aaab0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 56 deletions.
1 change: 1 addition & 0 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"minimist": "^1.2.0",
"moment": "^2.24.0",
"node-metamask": "github:UMAprotocol/node-metamask",
"require-context": "^1.1.0",
"web3": "1.2.7"
}
}
5 changes: 4 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
"web3": "1.2.7"
},
"devDependencies": {
"bip39": "^3.0.2",
"coveralls": "^3.1.0",
"ganache-cli": "^6.7.0",
"truffle-assertions": "^0.9.2",
"truffle-deploy-registry": "^0.5.1"
"truffle-deploy-registry": "^0.5.1",
"solidity-coverage": "^0.7.2"
},
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
Expand Down
2 changes: 2 additions & 0 deletions financial-templates-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Arbitrage automation and libraries for UMA financial templates",
"private": true,
"dependencies": {
"@google-cloud/trace-agent": "^4.2.5",
"@google-cloud/logging-winston": "^3.0.6",
"@umaprotocol/common": "^1.0.0",
"@umaprotocol/core": "^1.0.0",
"@uniswap/sdk": "^2.0.5",
Expand Down
60 changes: 5 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
"url": "https://github.com/UMAprotocol/protocol.git"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.8",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"coveralls": "^3.1.0",
"@antora/cli": "^2.1.2",
"@antora/site-generator-default": "^2.1.2",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.2.1",
Expand All @@ -35,62 +34,13 @@
"husky": "^4.2.3",
"lerna": "^3.22.1",
"lint-staged": "^10.1.3",
"lodash.startcase": "^4.4.0",
"prettier": "1.19.1",
"prettier-plugin-solidity": "1.0.0-alpha.49",
"pretty-quick": "^2.0.1",
"solidity-coverage": "^0.7.2",
"truffle-deploy-registry": "^0.5.1"
},
"dependencies": {
"@antora/cli": "^2.1.2",
"@antora/site-generator-default": "^2.1.2",
"@awaitjs/express": "^0.3.0",
"@google-cloud/datastore": "^6.0.0",
"@google-cloud/kms": "^0.3.0",
"@google-cloud/logging-winston": "^3.0.6",
"@google-cloud/storage": "^2.4.2",
"@google-cloud/trace-agent": "^4.2.5",
"@openzeppelin/contracts": "3.0.0",
"@sendgrid/mail": "^6.4.0",
"@truffle/contract": "^4.1.0",
"@truffle/hdwallet-provider": "^1.0.25",
"@umaprotocol/common": "^1.0.0",
"@umaprotocol/truffle-ledger-provider": "^1.0.3",
"@uniswap/sdk": "^2.0.5",
"acorn": "^7.1.1",
"babel-eslint": "10.0.1",
"bignumber.js": "^8.0.1",
"bip39": "^3.0.2",
"chalk-pipe": "^3.0.0",
"cli-progress": "^3.8.2",
"dotenv": "^6.2.0",
"eth-crypto": "^1.6.0",
"express": "^4.17.1",
"ganache-cli": "^6.7.0",
"gmail-send": "^1.2.14",
"google-auth-library": "^6.0.2",
"graphql-request": "^1.8.2",
"inquirer": "^7.0.4",
"lodash.startcase": "^4.4.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"node-fetch": "^2.3.0",
"node-metamask": "github:UMAprotocol/node-metamask",
"node-pagerduty": "^1.2.0",
"ora": "^4.0.3",
"require-context": "^1.1.0",
"secp256k1": "^3.7.1",
"sinon": "^9.0.2",
"solidity-docgen": "^0.5.3",
"truffle": "^5.1.33",
"truffle-assertions": "^0.9.2",
"web3": "1.2.7",
"web3-core-promievent": "1.2.7",
"web3-eth-abi": "1.2.7",
"web3-utils": "1.2.7",
"winston": "^3.2.1",
"winston-slack-webhook-transport": "^1.2.1",
"winston-transport": "^4.3.0"
"truffle": "^5.1.33"
},
"bin": {
"uma": "./cli/cli_entry.sh"
Expand Down

0 comments on commit a6aaab0

Please sign in to comment.