Merge pull request #2306 from ethereum/bumpRemixLibs
Bump remix libs
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -51,12 +51,12 @@ |
"npm-merge-driver": "^2.3.5", | ||
"npm-run-all": "^4.0.2", | ||
"onchange": "^3.2.1", | ||
"remix-analyzer": "0.3.11", | ||
"remix-debug": "0.3.12", | ||
"remix-lib": "0.4.10", | ||
"remix-solidity": "0.3.13", | ||
"remix-analyzer": "0.3.12", | ||
"remix-debug": "0.3.13", | ||
"remix-lib": "0.4.11", | ||
"remix-solidity": "0.3.14", | ||
"remix-tabs": "1.0.48", | ||
"remix-tests": "0.1.16", | ||
"remix-tests": "0.1.17", | ||
"remixd": "0.1.8-alpha.7", | ||
"request": "^2.83.0", | ||
"rimraf": "^2.6.1", | ||
... | ... | @@ -161,7 +161,7 @@ |
"nightwatch_local_ballot": "nightwatch ./test-browser/tests/ballot.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_libraryDeployment": "nightwatch ./test-browser/tests/libraryDeployment.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_solidityImport": "nightwatch ./test-browser/tests/solidityImport.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_recorder": "nightwatch ./test-browser/tests/recorder.js --config nightwatch.js --env local ", | ||
"nightwatch_local_recorder": "nightwatch ./test-browser/tests/recorder.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_transactionExecution": "nightwatch ./test-browser/tests/transactionExecution.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_staticAnalysis": "nightwatch ./test-browser/tests/staticAnalysis.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_signingMessage": "nightwatch ./test-browser/tests/signingMessage.js --config nightwatch.js --env chrome ", | ||
... | ... |
Please
register
or
sign in
to comment