Merge pull request #2021 from ethereum/bumpDefaultSolidityVersion
bump default solidity version
Showing
This diff is collapsed.
... | ... | @@ -57,7 +57,7 @@ |
"remix-solidity": "0.3.10", | ||
"remix-tabs": "1.0.48", | ||
"remix-tests": "0.1.13", | ||
"remixd": "0.1.8-alpha.6", | ||
"remixd": "0.1.8-alpha.7", | ||
"request": "^2.83.0", | ||
"rimraf": "^2.6.1", | ||
"selenium-standalone": "^6.0.1", | ||
... | ... | @@ -76,7 +76,7 @@ |
"dependencies": { | ||
"@remixproject/engine": "^0.1.14", | ||
"http-server": "^0.11.1", | ||
"remixd": "0.1.8-alpha.6", | ||
"remixd": "0.1.8-alpha.7", | ||
"standard": "^8.5.0" | ||
}, | ||
"repository": { | ||
... | ... | @@ -152,7 +152,7 @@ |
"build_debugger": "browserify src/app/debugger/remix-debugger/index.js -o src/app/debugger/remix-debugger/build/app.js", | ||
"browsertest": "sleep 5 && npm run nightwatch_local", | ||
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/", | ||
"downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.5.1+commit.c8a2cb62.js -O soljson.js", | ||
"downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.5.11+commit.c082d0b4.js -O soljson.js", | ||
"lint": "standard | notify-error", | ||
"make-mock-compiler": "node ci/makeMockCompiler.js", | ||
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | ||
... | ... | @@ -163,7 +163,7 @@ |
"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_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_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 ", | ||
"nightwatch_local_remixd": "nightwatch ./test-browser/tests/remix.js --config nightwatch.js --env chrome ", | ||
"nightwatch_local_console": "nightwatch ./test-browser/tests/console.js --config nightwatch.js --env chrome ", | ||
... | ... |
Please
register
or
sign in
to comment