Skip to content

Commit

Permalink
Point all packages to latest ganache-cli master (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Oines authored and celo-ci-bot-user committed Oct 25, 2019
1 parent 0d530f9 commit 938bcdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/attestation-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"yargs": "13.3.0"
},
"devDependencies": {
"@celo/ganache-cli": "git+https://github.com/celo-org/ganache-cli.git#98ad2ba",
"@celo/protocol": "1.0.0",
"@types/dotenv": "4.0.3",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"web3-eth-abi": "1.0.0-beta.37"
},
"devDependencies": {
"@celo/ganache-cli": "git+https://github.com/celo-org/ganache-cli.git#4cf9664",
"@celo/ganache-cli": "git+https://github.com/celo-org/ganache-cli.git#9d77e02",
"@celo/protocol": "1.0.0",
"@types/debug": "^4.1.5",
"@types/web3": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"web3-provider-engine": "^15.0.0"
},
"devDependencies": {
"@celo/ganache-cli": "git+https://github.com/celo-org/ganache-cli.git#4cf9664",
"@celo/ganache-cli": "git+https://github.com/celo-org/ganache-cli.git#9d77e02",
"@celo/typescript": "0.0.1",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^4.11.0",
Expand Down
12 changes: 2 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2294,17 +2294,9 @@
qqjs "^0.3.10"
tslib "^1.9.3"

"@celo/ganache-cli@git+https://github.com/celo-org/ganache-cli.git#4cf9664":
"@celo/ganache-cli@git+https://github.com/celo-org/ganache-cli.git#9d77e02":
version "6.6.0"
resolved "git+https://github.com/celo-org/ganache-cli.git#4cf9664597fff315f7318e9376d079bd6d548624"
dependencies:
ethereumjs-util "6.1.0"
source-map-support "0.5.12"
yargs "13.2.4"

"@celo/ganache-cli@git+https://github.com/celo-org/ganache-cli.git#98ad2ba":
version "6.6.0"
resolved "git+https://github.com/celo-org/ganache-cli.git#98ad2ba3d813b399294492596058e067512d712b"
resolved "git+https://github.com/celo-org/ganache-cli.git#9d77e022286739c3a453d90b85f15d1efe8cd089"
dependencies:
ethereumjs-util "6.1.0"
source-map-support "0.5.12"
Expand Down

0 comments on commit 938bcdd

Please sign in to comment.