Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3435 from trufflesuite/update-ganache-core-2.13.0
Browse files Browse the repository at this point in the history
Upgrade ganache-core to v2.13.0
  • Loading branch information
fainashalts authored Oct 13, 2020
2 parents 0fb04d7 + 459f8d1 commit 86de11d
Show file tree
Hide file tree
Showing 12 changed files with 1,074 additions and 1,193 deletions.
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^12.6.2",
"chai": "4.2.0",
"debug": "^4.1.1",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"require-nocache": "^1.0.0",
"sinon": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bignumber.js": "^7.2.1",
"chai": "4.2.0",
"debug": "^4.1.0",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"mocha": "8.0.1",
"sinon": "9.0.2",
"web3": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ethpm": "0.0.19",
"ethpm-registry": "0.1.0-next.3",
"fs-extra": "^8.1.0",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"get-port": "^5.1.1",
"glob": "^7.1.4",
"hdkey": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@types/pouchdb": "^6.3.2",
"@types/pouchdb-adapter-leveldb": "^6.1.3",
"@types/web3": "1.0.20",
"ganache-core": "2.8.0",
"ganache-core": "2.13.0",
"gql2ts": "^1.10.1",
"jest": "^23.6.0",
"jest": "26.5.2",
"jsondown": "^1.0.0",
"ts-jest": "^23.10.5",
"ts-jest": "26.4.1",
"ts-node-dev": "^1.0.0-pre.32",
"tsconfig-paths": "^3.7.0",
"typescript": "^3.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"express": "^4.16.2",
"faker": "^4.1.0",
"fs-extra": "^8.1.0",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"istanbul-instrumenter-loader": "^3.0.1",
"mocha": "5.2.0",
"mocha-webpack": "2.0.0-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@truffle/reporters": "^1.1.1",
"@truffle/workflow-compile": "^3.0.3",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"sinon": "9.0.2",
"web3": "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/resolver": "^6.0.22",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
"web3": "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/ethereumjs-util": "^5.2.0",
"@types/mocha": "^5.2.7",
"@types/web3-provider-engine": "^14.0.0",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"ts-node": "8.10.2",
"typescript": "3.9.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/bn.js": "^4.11.4",
"@types/mocha": "^5.2.6",
"@types/web3": "1.0.19",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"ts-node": "8.10.2",
"typescript": "3.9.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"web3": "1.2.1"
},
"devDependencies": {
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"mocha": "8.1.2"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"copy-webpack-plugin": "^5.1.1",
"eslint": "^5.7.0",
"fs-extra": "^8.1.0",
"ganache-core": "2.11.2",
"ganache-core": "2.13.0",
"glob": "^7.1.2",
"husky": "^1.1.2",
"js-scrypt": "^0.2.0",
Expand Down
Loading

0 comments on commit 86de11d

Please sign in to comment.