Update dependencies #134

Merged
bumi merged 2 commits from chore/update-dependencies into master 2019-06-10 11:19:30 +00:00
3 changed files with 25091 additions and 10962 deletions

View File

@ -7,18 +7,14 @@ sudo: false
dist: xenial dist: xenial
cache: cache:
yarn: true npm: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install: install:
- yarn install --no-lockfile --non-interactive - npm install
script: script:
- yarn lint:wrapper - npm run lint:wrapper
- yarn lint:contract-tests - npm run lint:contract-tests
# - yarn lint:contracts # - yarn lint:contracts
branches: branches:

35916
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,23 +36,24 @@
}, },
"homepage": "https://github.com/67P/truffle-kredits#readme", "homepage": "https://github.com/67P/truffle-kredits#readme",
"devDependencies": { "devDependencies": {
"@aragon/cli": "^5.5.0", "@aragon/cli": "^5.9.4",
"@aragon/kits-base": "^1.0.0", "@aragon/kits-base": "^1.0.0",
"@aragon/os": "^4.1.0", "@aragon/os": "^4.2.0",
"async-each-series": "^1.1.0", "async-each-series": "^1.1.0",
"cli-table": "^0.3.1",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-plugin-import": "^2.16.0", "eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^8.0.1", "eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1", "eslint-plugin-promise": "^4.1.1",
"eth-provider": "^0.2.2", "eth-provider": "^0.2.2",
"openzeppelin-solidity": "^2.2.0",
"promptly": "^3.0.3", "promptly": "^3.0.3",
"solc": "^0.4.25", "solc": "^0.4.26",
"solhint": "^2.0.0" "solhint": "^2.1.0",
"yargs": "^12.0.0"
}, },
"dependencies": { "dependencies": {
"ethers": "^4.0.27", "ethers": "^4.0.29",
"ipfs-http-client": "^30.1.1", "ipfs-http-client": "^32.0.1",
"kosmos-schemas": "^2.1.0", "kosmos-schemas": "^2.1.0",
"tv4": "^1.3.0" "tv4": "^1.3.0"
}, },