1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-03-04 02:40:38 +00:00

upgrade Embark to 4.2.0 and web3 to 1.2.4

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-12-19 12:50:45 +01:00 committed by Jakub
parent d1f654531f
commit 211967837e
3 changed files with 1503 additions and 3271 deletions

View File

@ -5,7 +5,7 @@
"buildDir": "dist/", "buildDir": "dist/",
"config": "config/", "config": "config/",
"versions": { "versions": {
"web3": "1.0.0-beta", "web3": "1.2.4",
"solc": "0.5.2", "solc": "0.5.2",
"ipfs-api": "17.2.4" "ipfs-api": "17.2.4"
}, },
@ -24,4 +24,4 @@
} }
}, },
"generationDir": "src/embarkArtifacts" "generationDir": "src/embarkArtifacts"
} }

View File

@ -13,7 +13,7 @@
"connected-react-router": "^6.3.2", "connected-react-router": "^6.3.2",
"debounce": "^1.2.0", "debounce": "^1.2.0",
"decimal.js": "^10.0.2", "decimal.js": "^10.0.2",
"embark": "4.0.2", "embark": "4.2.0",
"embark-etherscan-verifier": "^4.0.0", "embark-etherscan-verifier": "^4.0.0",
"embark-solium": "0.0.1", "embark-solium": "0.0.1",
"history": "^4.7.2", "history": "^4.7.2",
@ -27,7 +27,7 @@
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"reselect": "^4.0.0", "reselect": "^4.0.0",
"validator": "^11.1.0", "validator": "^11.1.0",
"web3": "1.0.0-beta.34", "web3": "1.2.4",
"web3-utils": "^1.0.0-beta.35" "web3-utils": "^1.0.0-beta.35"
}, },
"scripts": { "scripts": {
@ -63,7 +63,6 @@
], ],
"devDependencies": { "devDependencies": {
"bignumber.js": "^8.1.1", "bignumber.js": "^8.1.1",
"embarkjs-connector-web3": "^4.0.0",
"eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0", "eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1", "eslint-plugin-prettier": "^3.0.1",

4765
yarn.lock

File diff suppressed because it is too large Load Diff