mirror of https://github.com/embarklabs/embark.git
update to solc 0.4.24
This commit is contained in:
parent
96e6dfb75d
commit
f789d4a538
File diff suppressed because it is too large
Load Diff
|
@ -55,7 +55,7 @@
|
||||||
"request": "^2.85.0",
|
"request": "^2.85.0",
|
||||||
"serve-static": "^1.11.1",
|
"serve-static": "^1.11.1",
|
||||||
"shelljs": "^0.5.0",
|
"shelljs": "^0.5.0",
|
||||||
"solc": "0.4.23",
|
"solc": "0.4.24",
|
||||||
"style-loader": "^0.19.0",
|
"style-loader": "^0.19.0",
|
||||||
"tar": "^3.1.5",
|
"tar": "^3.1.5",
|
||||||
"toposort": "^1.0.0",
|
"toposort": "^1.0.0",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"config": "config/",
|
"config": "config/",
|
||||||
"versions": {
|
"versions": {
|
||||||
"web3": "1.0.0-beta",
|
"web3": "1.0.0-beta",
|
||||||
"solc": "0.4.23",
|
"solc": "0.4.24",
|
||||||
"ipfs-api": "17.2.4"
|
"ipfs-api": "17.2.4"
|
||||||
},
|
},
|
||||||
"plugins": {}
|
"plugins": {}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"config": "config/",
|
"config": "config/",
|
||||||
"versions": {
|
"versions": {
|
||||||
"web3": "1.0.0-beta",
|
"web3": "1.0.0-beta",
|
||||||
"solc": "0.4.23",
|
"solc": "0.4.24",
|
||||||
"ipfs-api": "17.2.4"
|
"ipfs-api": "17.2.4"
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"webserver": false
|
"webserver": false
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
"solc": "0.4.23"
|
"solc": "0.4.24"
|
||||||
},
|
},
|
||||||
"plugins": {}
|
"plugins": {}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue