|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "remix-tests", |
|
|
|
|
"version": "0.1.9", |
|
|
|
|
"version": "0.1.10", |
|
|
|
|
"description": "Tests for the Ethereum tool suite Remix", |
|
|
|
|
"main": "./dist/index.js", |
|
|
|
|
"types": "./dist/index.d.ts", |
|
|
|
@ -42,9 +42,9 @@ |
|
|
|
|
"change-case": "^3.0.1", |
|
|
|
|
"colors": "^1.1.2", |
|
|
|
|
"commander": "^2.13.0", |
|
|
|
|
"remix-lib": "0.4.6", |
|
|
|
|
"remix-simulator": "0.1.7", |
|
|
|
|
"remix-solidity": "0.3.7", |
|
|
|
|
"remix-lib": "0.4.7", |
|
|
|
|
"remix-simulator": "0.1.8-alpha", |
|
|
|
|
"remix-solidity": "0.3.8", |
|
|
|
|
"signale": "^1.2.1", |
|
|
|
|
"web3": "1.0.0-beta.36", |
|
|
|
|
"winston": "^3.0.0" |
|
|
|
@ -53,6 +53,7 @@ |
|
|
|
|
"yo-yoify": "latest" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/preset-es2017": "latest", |
|
|
|
|
"@types/async": "^2.4.0", |
|
|
|
|
"@types/color-support": "^1.1.0", |
|
|
|
|
"@types/colors": "^1.2.1", |
|
|
|
@ -60,7 +61,6 @@ |
|
|
|
|
"@types/mocha": "^5.2.5", |
|
|
|
|
"@types/node": "^10.12.21", |
|
|
|
|
"@types/web3": "^1.0.18", |
|
|
|
|
"@babel/preset-es2017": "latest", |
|
|
|
|
"mocha": "^5.1.0", |
|
|
|
|
"standard": "^10.0.3", |
|
|
|
|
"ts-node": "^8.0.2", |
|
|
|
|