Upgrade Web3 to ^1.3.0, ganache-cli to 6.11.0 (#539)

pull/549/head
cgewecke 4 years ago committed by GitHub
parent 3899f6d7c4
commit eed6c021e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json
  2. 2
      test/units/truffle/standard.js
  3. 646
      yarn.lock

@ -30,7 +30,7 @@
"death": "^1.1.0", "death": "^1.1.0",
"detect-port": "^1.3.0", "detect-port": "^1.3.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"ganache-cli": "6.9.0", "ganache-cli": "^6.11.0",
"ghost-testrpc": "^0.0.2", "ghost-testrpc": "^0.0.2",
"global-modules": "^2.0.0", "global-modules": "^2.0.0",
"globby": "^10.0.1", "globby": "^10.0.1",
@ -41,7 +41,7 @@
"recursive-readdir": "^2.2.2", "recursive-readdir": "^2.2.2",
"sc-istanbul": "^0.4.5", "sc-istanbul": "^0.4.5",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"web3": "1.2.6" "web3": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@nomiclabs/buidler": "^1.3.6", "@nomiclabs/buidler": "^1.3.6",

@ -292,7 +292,7 @@ describe('Truffle Plugin: standard use cases', function() {
truffleConfig.logger = mock.testLogger; truffleConfig.logger = mock.testLogger;
truffleConfig.version = true; truffleConfig.version = true;
const configClientVersion = "v2.10.1"; const configClientVersion = "v2.12.1";
// Config client // Config client
mock.installFullProject('ganache-solcoverjs'); mock.installFullProject('ganache-solcoverjs');

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save