Skip to content

Commit

Permalink
Merge pull request #269 from JoinColony/greenkeeper/ganache-cli-6.1.5
Browse files Browse the repository at this point in the history
Update ganache-cli to the latest version 🚀
  • Loading branch information
area authored Jul 6, 2018
2 parents 9f966ff + be435d8 commit 69ca157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- run:
name: "Greenkeeper lockfile update"
command: $(yarn global bin)/greenkeeper-lockfile-update
environment:
GK_LOCK_YARN_OPTS: "--ignore-workspace-root-check"
- run:
name: "Linting JavaScript"
command: yarn run eslint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-prettier": "^2.6.0",
"eth-gas-reporter": "^0.1.2",
"ethereumjs-util": "^5.2.0",
"ganache-cli": "6.1.4",
"ganache-cli": "6.1.5",
"ganache-core": "^2.0.2",
"istanbul": "^0.4.5",
"jsonfile": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3498,9 +3498,9 @@ functional-red-black-tree@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"

[email protected].4:
version "6.1.4"
resolved "https://registry.yarnpkg.com/ganache-cli/-/ganache-cli-6.1.4.tgz#23a9b90a2d3abb136968193f5bade15d32c520bc"
[email protected].5:
version "6.1.5"
resolved "https://registry.yarnpkg.com/ganache-cli/-/ganache-cli-6.1.5.tgz#dea6987b5ee69eb40c2db3a7f811fb7087742817"
dependencies:
source-map-support "^0.5.3"

Expand Down

0 comments on commit 69ca157

Please sign in to comment.