Skip to content

Commit eed6c02

Browse files
authored
Upgrade Web3 to ^1.3.0, ganache-cli to 6.11.0 (sc-forks#539)
1 parent 3899f6d commit eed6c02

File tree

3 files changed

+467
-185
lines changed

3 files changed

+467
-185
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"death": "^1.1.0",
3131
"detect-port": "^1.3.0",
3232
"fs-extra": "^8.1.0",
33-
"ganache-cli": "6.9.0",
33+
"ganache-cli": "^6.11.0",
3434
"ghost-testrpc": "^0.0.2",
3535
"global-modules": "^2.0.0",
3636
"globby": "^10.0.1",
@@ -41,7 +41,7 @@
4141
"recursive-readdir": "^2.2.2",
4242
"sc-istanbul": "^0.4.5",
4343
"shelljs": "^0.8.3",
44-
"web3": "1.2.6"
44+
"web3": "^1.3.0"
4545
},
4646
"devDependencies": {
4747
"@nomiclabs/buidler": "^1.3.6",

test/units/truffle/standard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ describe('Truffle Plugin: standard use cases', function() {
292292
truffleConfig.logger = mock.testLogger;
293293
truffleConfig.version = true;
294294

295-
const configClientVersion = "v2.10.1";
295+
const configClientVersion = "v2.12.1";
296296

297297
// Config client
298298
mock.installFullProject('ganache-solcoverjs');

0 commit comments

Comments
 (0)