Move API dependencies

This commit is contained in:
Jaco Greeff 2017-04-20 11:24:49 +02:00
parent 8b144bedd1
commit 8a46a4b567
3 changed files with 9 additions and 8 deletions

View File

@ -148,6 +148,7 @@
"stylelint": "7.9.0", "stylelint": "7.9.0",
"stylelint-config-standard": "16.0.0", "stylelint-config-standard": "16.0.0",
"to-source": "2.0.3", "to-source": "2.0.3",
"uglify-js": "2.8.16",
"url-loader": "0.5.7", "url-loader": "0.5.7",
"webpack": "2.2.1", "webpack": "2.2.1",
"webpack-bundle-size-analyzer": "2.5.0", "webpack-bundle-size-analyzer": "2.5.0",
@ -179,7 +180,6 @@
"geopattern": "1.2.3", "geopattern": "1.2.3",
"isomorphic-fetch": "2.2.1", "isomorphic-fetch": "2.2.1",
"js-sha3": "0.5.5", "js-sha3": "0.5.5",
"keythereum": "0.4.6",
"lodash": "4.17.2", "lodash": "4.17.2",
"loglevel": "1.4.1", "loglevel": "1.4.1",
"marked": "0.3.6", "marked": "0.3.6",
@ -217,13 +217,11 @@
"redux-thunk": "2.1.0", "redux-thunk": "2.1.0",
"rlp": "2.0.0", "rlp": "2.0.0",
"scryptsy": "2.0.0", "scryptsy": "2.0.0",
"secp256k1": "3.2.5",
"solc": "ngotchac/solc-js", "solc": "ngotchac/solc-js",
"store": "1.3.20", "store": "1.3.20",
"sw-toolbox": "^3.6.0", "sw-toolbox": "^3.6.0",
"u2f-api": "0.0.9", "u2f-api": "0.0.9",
"u2f-api-polyfill": "0.4.3", "u2f-api-polyfill": "0.4.3",
"uglify-js": "2.8.16",
"useragent.js": "0.5.6", "useragent.js": "0.5.6",
"utf8": "2.1.2", "utf8": "2.1.2",
"valid-url": "1.0.9", "valid-url": "1.0.9",

View File

@ -23,7 +23,7 @@
"devDependencies": { "devDependencies": {
}, },
"dependencies": { "dependencies": {
"bignumber.js": "~2.3.0", "bignumber.js": "3.0.1",
"js-sha3": "~0.5.2" "js-sha3": "0.5.5"
} }
} }

View File

@ -27,9 +27,12 @@
"dependencies": { "dependencies": {
"@parity/abi": "file:../abi", "@parity/abi": "file:../abi",
"@parity/jsonrpc": "file:../jsonrpc", "@parity/jsonrpc": "file:../jsonrpc",
"bignumber.js": "~2.3.0", "bignumber.js": "3.0.1",
"ethereumjs-tx": "1.2.5",
"eventemitter3": "2.0.2", "eventemitter3": "2.0.2",
"js-sha3": "~0.5.2", "js-sha3": "0.5.5",
"node-fetch": "~1.6.3" "keythereum": "0.4.6",
"node-fetch": "1.6.3",
"secp256k1": "3.2.5"
} }
} }