Commit d463b267 by Francisco Giordano

bump testrpc to 4.1.1

parent 271e6192
...@@ -2100,10 +2100,13 @@ ...@@ -2100,10 +2100,13 @@
} }
}, },
"ethereumjs-testrpc": { "ethereumjs-testrpc": {
"version": "3.9.2", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/ethereumjs-testrpc/-/ethereumjs-testrpc-3.9.2.tgz", "resolved": "https://registry.npmjs.org/ethereumjs-testrpc/-/ethereumjs-testrpc-4.1.1.tgz",
"integrity": "sha1-uw8tPDqjk1CHKtOOQMg+nXhzMck=", "integrity": "sha512-NQjL/5chwWVjCOzVfsExdkw2yN+atFPGUVfxhyCh27fLBREcK0X2KU72b2kLaqkd4nIEjd68+O3zMtExzf43+w==",
"dev": true "dev": true,
"requires": {
"webpack": "3.5.4"
}
}, },
"ethereumjs-tx": { "ethereumjs-tx": {
"version": "1.1.2", "version": "1.1.2",
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"chai-as-promised": "^7.0.0", "chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0", "chai-bignumber": "^2.0.0",
"coveralls": "^2.13.1", "coveralls": "^2.13.1",
"ethereumjs-testrpc": "^3.0.2", "ethereumjs-testrpc": "^4.1.1",
"mocha-lcov-reporter": "^1.3.0", "mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.2.1", "solidity-coverage": "^0.2.1",
"truffle": "^3.4.6", "truffle": "^3.4.6",
......
...@@ -1522,9 +1522,11 @@ ethereumjs-testrpc-sc@4.0.1: ...@@ -1522,9 +1522,11 @@ ethereumjs-testrpc-sc@4.0.1:
dependencies: dependencies:
webpack "^3.0.0" webpack "^3.0.0"
ethereumjs-testrpc@^3.0.2: ethereumjs-testrpc@^4.1.1:
version "3.9.2" version "4.1.1"
resolved "https://registry.yarnpkg.com/ethereumjs-testrpc/-/ethereumjs-testrpc-3.9.2.tgz#bb0f2d3c3aa39350872ad38e40c83e9d787331c9" resolved "https://registry.yarnpkg.com/ethereumjs-testrpc/-/ethereumjs-testrpc-4.1.1.tgz#ea4af03ff24463dead1116404d25083b4bf869a6"
dependencies:
webpack "^3.0.0"
ethereumjs-tx@^1.2.0, ethereumjs-tx@^1.2.2: ethereumjs-tx@^1.2.0, ethereumjs-tx@^1.2.2:
version "1.3.3" version "1.3.3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment