From 935d1476e96492d3ca8403a8ce3bbedc00179ed9 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 18 Sep 2017 10:15:36 +0200 Subject: [PATCH] Update test execution --- ethcore/res/wasm-tests | 2 +- js/.babelrc | 11 +- js/package-lock.json | 896 +++++++++++-------------- js/package.json | 25 +- js/src/ParityBar/accountStore.spec.js | 12 +- js/src/ParityBar/parityBar.test.js | 1 + js/src/SyncWarning/syncWarning.spec.js | 1 + js/test/babel.js | 8 +- 8 files changed, 411 insertions(+), 545 deletions(-) diff --git a/ethcore/res/wasm-tests b/ethcore/res/wasm-tests index 9ed630431..fcac936bf 160000 --- a/ethcore/res/wasm-tests +++ b/ethcore/res/wasm-tests @@ -1 +1 @@ -Subproject commit 9ed6304313fa949ed92aa0570fb2bc759fb6dc58 +Subproject commit fcac936bf68cc271a6a6ac088efb458f3a08f38a diff --git a/js/.babelrc b/js/.babelrc index af1a6cd69..0a7e3490b 100644 --- a/js/.babelrc +++ b/js/.babelrc @@ -1,8 +1,6 @@ { "presets": [ - "es2017", - "es2016", - ["es2015", { "modules": false }], + "env", "stage-0", "react" ], @@ -10,10 +8,12 @@ "transform-decorators-legacy", "transform-class-properties", "transform-object-rest-spread", - "transform-es2015-modules-commonjs" + "transform-es2015-modules-commonjs", + "transform-runtime" ], "retainLines": true, "env": { + "modules": false, "production": { "plugins": [ "transform-react-remove-prop-types" @@ -26,9 +26,6 @@ ] }, "test": { - "plugins": [ - ["babel-plugin-webpack-alias", { "config": "webpack/test.js" }] - ] } } } diff --git a/js/package-lock.json b/js/package-lock.json index ead22bba8..27e552a0d 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -13,7 +13,7 @@ } }, "@parity/api": { - "version": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", + "version": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", "requires": { "@parity/abi": "github:paritytech/js-abi#2e0cbd499e1dcb8d1cb7afc088eba42226ee0a9e", "@parity/jsonrpc": "github:paritytech/js-jsonrpc#3433ef7090ede3feef3ae4a6c30d6ae4961b1944", @@ -40,15 +40,15 @@ } }, "@parity/dapp-account": { - "version": "github:paritytech/dapp-account#bb224bb26e4ff9fea0f0c14cb7c206e86f6050d0", + "version": "github:paritytech/dapp-account#7eea5835de87f31e6c3c816535defe5b7f7edb9d", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-accounts": "github:paritytech/dapp-accounts#f38c41ff1483f12ce984d80dfb50eccb5aeac214", - "@parity/dapp-vaults": "github:paritytech/dapp-vaults#929aee39157d74ad87879876ad65d329253f2b08", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-accounts": "github:paritytech/dapp-accounts#322137857afe68444501b7b7a2364e7e9ba8c8b7", + "@parity/dapp-vaults": "github:paritytech/dapp-vaults#8c9ec3c59caaa232cf158483c3bcd2926ae140b6", "@parity/parity.js": "1.8.7", "@parity/shapeshift": "github:paritytech/js-shapeshift#290f908a873108d19296e72deda9b40e9f4d035f", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "happypack": "3.1.0", "lodash": "4.17.2", "oo7": "0.5.3", @@ -67,12 +67,12 @@ } }, "@parity/dapp-accounts": { - "version": "github:paritytech/dapp-accounts#f38c41ff1483f12ce984d80dfb50eccb5aeac214", + "version": "github:paritytech/dapp-accounts#322137857afe68444501b7b7a2364e7e9ba8c8b7", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-vaults": "github:paritytech/dapp-vaults#929aee39157d74ad87879876ad65d329253f2b08", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-vaults": "github:paritytech/dapp-vaults#8c9ec3c59caaa232cf158483c3bcd2926ae140b6", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "file-saver": "1.3.3", "react": "15.6.1", "react-dom": "15.6.1", @@ -82,92 +82,92 @@ } }, "@parity/dapp-address": { - "version": "github:paritytech/dapp-address#09f9a26231d359ae317b7afac095557ff23d14eb", + "version": "github:paritytech/dapp-address#c3aa64d704eaf130b761b3baaea7b4dd8df4b60e", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-account": "github:paritytech/dapp-account#bb224bb26e4ff9fea0f0c14cb7c206e86f6050d0", - "@parity/dapp-addresses": "github:paritytech/dapp-addresses#ad0d8243db1a924dd36056e86fd22a420af8a802", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-account": "github:paritytech/dapp-account#7eea5835de87f31e6c3c816535defe5b7f7edb9d", + "@parity/dapp-addresses": "github:paritytech/dapp-addresses#9c6389286603395904d9edffea93cd6c6ef2fb43", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-addresses": { - "version": "github:paritytech/dapp-addresses#ad0d8243db1a924dd36056e86fd22a420af8a802", + "version": "github:paritytech/dapp-addresses#9c6389286603395904d9edffea93cd6c6ef2fb43", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-accounts": "github:paritytech/dapp-accounts#f38c41ff1483f12ce984d80dfb50eccb5aeac214", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-accounts": "github:paritytech/dapp-accounts#322137857afe68444501b7b7a2364e7e9ba8c8b7", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-chaindeploy": { - "version": "github:paritytech/dapp-chaindeploy#504818b7b264638f69a515aadd0936f352d5a166", + "version": "github:paritytech/dapp-chaindeploy#91c2b116fcdb99ca5e625380ab7a28848cac3cf3", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", "react": "15.6.1", "react-dom": "15.6.1" } }, "@parity/dapp-contract": { - "version": "github:paritytech/dapp-contract#63c49f98e3c036a2f126b29dcbe13c971b70513f", + "version": "github:paritytech/dapp-contract#2491a45a163085264809e4c3478f7a7779439694", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-account": "github:paritytech/dapp-account#bb224bb26e4ff9fea0f0c14cb7c206e86f6050d0", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-account": "github:paritytech/dapp-account#7eea5835de87f31e6c3c816535defe5b7f7edb9d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-contracts": { - "version": "github:paritytech/dapp-contracts#a80cbd3e75f968eaf740cc6f4a482e4d7d166a34", + "version": "github:paritytech/dapp-contracts#ec8057d7f683afcffdaf617fb31031c713b2110b", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-account": "github:paritytech/dapp-account#bb224bb26e4ff9fea0f0c14cb7c206e86f6050d0", - "@parity/dapp-accounts": "github:paritytech/dapp-accounts#f38c41ff1483f12ce984d80dfb50eccb5aeac214", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-account": "github:paritytech/dapp-account#7eea5835de87f31e6c3c816535defe5b7f7edb9d", + "@parity/dapp-accounts": "github:paritytech/dapp-accounts#322137857afe68444501b7b7a2364e7e9ba8c8b7", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-dapp-accounts": { - "version": "github:paritytech/dapp-dapp-accounts#40f841bf76a4bdd8f80361f8c95b4d4830c2277b", + "version": "github:paritytech/dapp-dapp-accounts#65fe6a95166433667401d415507875b86d56dc4c", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-dapp-methods": { - "version": "github:paritytech/dapp-dapp-methods#75ed84d8810ab483530e6e5aa7fc4c77feb44d3a", + "version": "github:paritytech/dapp-dapp-methods#b0ca4f198d8172dcba7f36f7427e8b35acc605c6", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-dapp-visible": { - "version": "github:paritytech/dapp-dapp-visible#238b1368f306015ca02a58b435450aa64706783e", + "version": "github:paritytech/dapp-dapp-visible#e9249e9500cb7daabc9019a39ae0330f1d9c9195", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-dappreg": { - "version": "github:paritytech/dapp-dappreg#6ed282eb68db909ccca929765b14823c57a471d1", + "version": "github:paritytech/dapp-dappreg#7aff3d904a2f22115df571581efbc25ed14765f8", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-develop": { - "version": "github:paritytech/dapp-develop#cf8b8e3ef94fee59ad1f24eaee5fa14e518eab72", + "version": "github:paritytech/dapp-develop#7e5efa532763e5ed868f6c7337ab7d4af0ca49fb", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-contracts": "github:paritytech/dapp-contracts#a80cbd3e75f968eaf740cc6f4a482e4d7d166a34", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-contracts": "github:paritytech/dapp-contracts#ec8057d7f683afcffdaf617fb31031c713b2110b", "@parity/parity.js": "1.8.7", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "oo7": "0.5.3", "oo7-parity": "0.6.8", "oo7-react": "0.4.5", @@ -179,10 +179,10 @@ } }, "@parity/dapp-githubhint": { - "version": "github:paritytech/dapp-githubhint#28ddc464ce9622ff81ae3ace3b8485bfa4ada041", + "version": "github:paritytech/dapp-githubhint#ea567f9a301613a40e948b0c30626cb03f2ceecc", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", "moment": "2.17.0", "react": "15.6.1", "react-dom": "15.6.1", @@ -190,12 +190,12 @@ } }, "@parity/dapp-home": { - "version": "github:paritytech/dapp-home#621b215d18f3189944fefef6f2aa4ae45815184e", + "version": "github:paritytech/dapp-home#744b610480912036f176f05671a17f31dea8cd39", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-web": "github:paritytech/dapp-web#cc93dabe9e281fefb8bf8993b366a98f1067a128", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-web": "github:paritytech/dapp-web#0f3d26d789115a29b81acf219593d3cdb4b205c4", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "react-markdown": "2.4.4" }, "dependencies": { @@ -212,43 +212,43 @@ } }, "@parity/dapp-localtx": { - "version": "github:paritytech/dapp-localtx#60d7a159fa0b2a186fe2e0536934aeaf9e580f9b", + "version": "github:paritytech/dapp-localtx#7cff387fce20d0ba258efa7dd52682dec37806fe", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-playground": { "version": "github:paritytech/dapp-playground#5546b96468d4629419b671897e86ce53ea141d09", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-registry": { - "version": "github:paritytech/dapp-registry#d19cf4abf67c7098c97a90e7f60984e812e3cfc8", + "version": "github:paritytech/dapp-registry#e216a0c10dc9c6c6504ad089eea0d2584f67a8d1", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "material-ui": "0.16.5" } }, "@parity/dapp-settings": { - "version": "github:paritytech/dapp-settings#d16ebfad3b3fea2fb1be61204e535dd14e365644", + "version": "github:paritytech/dapp-settings#dd31b30c8cbef6b1073b978f6b16b0359b118f9c", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-signaturereg": { - "version": "github:paritytech/dapp-signaturereg#e343c6d8aeaa560cf7f9bf431ad50166a7571444", + "version": "github:paritytech/dapp-signaturereg#c25c848ca2e0bfb32ab070ece445d2cf95dd4daa", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", "moment": "2.17.0", "react": "15.6.1", "react-dom": "15.6.1", @@ -256,36 +256,36 @@ } }, "@parity/dapp-signer": { - "version": "github:paritytech/dapp-signer#048106a8b5a719cc9f3f7908a5c04dd56c3c18fe", + "version": "github:paritytech/dapp-signer#ae4335e4ac8fec10f3401a71396b920627c4a96f", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-status": { - "version": "github:paritytech/dapp-status#b0e644744be61bc52842e4a122ebcb1a95ead788", + "version": "github:paritytech/dapp-status#b66e5a867abff1c9f95740de5830c801e7823489", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "bytes": "2.4.0", "format-number": "2.0.1" } }, "@parity/dapp-tokendeploy": { - "version": "github:paritytech/dapp-tokendeploy#4f218e9426fbfe66da0f0770492ebca20c8c2c25", + "version": "github:paritytech/dapp-tokendeploy#50e31914cf54430781aa7fb8653840e985bb08a9", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-tokenreg": { - "version": "github:paritytech/dapp-tokenreg#455b0bcf6cba31473320ddd3b5dabbe945021492", + "version": "github:paritytech/dapp-tokenreg#5d83d5ea9d805b862db16665a3f1efc4e95e3a54", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", "material-ui": "0.16.5", "react": "15.6.1", "react-dom": "15.6.1", @@ -293,35 +293,35 @@ } }, "@parity/dapp-vaults": { - "version": "github:paritytech/dapp-vaults#929aee39157d74ad87879876ad65d329253f2b08", + "version": "github:paritytech/dapp-vaults#8c9ec3c59caaa232cf158483c3bcd2926ae140b6", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-wallet": { - "version": "github:paritytech/dapp-wallet#f43b04d4ba898b7229d2c2d786dd28c145565653", + "version": "github:paritytech/dapp-wallet#4e5c07cfed843f3fa7cafe7287d82837abc1983a", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/dapp-account": "github:paritytech/dapp-account#bb224bb26e4ff9fea0f0c14cb7c206e86f6050d0", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427" + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/dapp-account": "github:paritytech/dapp-account#7eea5835de87f31e6c3c816535defe5b7f7edb9d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b" } }, "@parity/dapp-web": { - "version": "github:paritytech/dapp-web#cc93dabe9e281fefb8bf8993b366a98f1067a128", + "version": "github:paritytech/dapp-web#0f3d26d789115a29b81acf219593d3cdb4b205c4", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", - "@parity/ui": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", + "@parity/ui": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "base32.js": "0.1.0" } }, "@parity/etherscan": { - "version": "github:paritytech/js-etherscan#b88943225827b26ee89516ce95be2c5020bea970", + "version": "github:paritytech/js-etherscan#461ea4b2a7953c5b2d3e43bca5ce23714abae080", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", "bignumber.js": "3.0.1", "es6-promise": "4.1.1", "node-fetch": "1.6.3", @@ -370,7 +370,7 @@ } }, "@parity/shared": { - "version": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", + "version": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", "requires": { "@parity/ledger": "github:paritytech/js-ledger#778c9be4a65141a92a83e1054023182b7dc730e2", "eventemitter3": "2.0.3", @@ -389,11 +389,11 @@ } }, "@parity/ui": { - "version": "github:paritytech/js-ui#287fd8d7ac7b0ab98ce47b407e9734be349f3427", + "version": "github:paritytech/js-ui#b01021f0ad888e18480e6f5b0154bdc1a4700d5b", "requires": { - "@parity/api": "github:paritytech/js-api#8e8c6a58f2ea8a9985b33f820ec812d3df417533", - "@parity/etherscan": "github:paritytech/js-etherscan#b88943225827b26ee89516ce95be2c5020bea970", - "@parity/shared": "github:paritytech/js-shared#1b38beb596701d7bf67232170a8d61b01dc384fb", + "@parity/api": "github:paritytech/js-api#a470e471204858875ab6b295298b21660a6d3f6d", + "@parity/etherscan": "github:paritytech/js-etherscan#461ea4b2a7953c5b2d3e43bca5ce23714abae080", + "@parity/shared": "github:paritytech/js-shared#00d0331f21c9edafd26e575ce41dbd24d824d374", "bignumber.js": "3.0.1", "brace": "0.9.0", "date-difference": "1.0.0", @@ -806,11 +806,23 @@ "dev": true, "requires": { "browserslist": "1.7.7", - "caniuse-db": "1.0.30000727", + "caniuse-db": "1.0.30000733", "normalize-range": "0.1.2", "num2fraction": "1.2.2", "postcss": "5.2.17", "postcss-value-parser": "3.3.0" + }, + "dependencies": { + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "dev": true, + "requires": { + "caniuse-db": "1.0.30000733", + "electron-to-chromium": "1.3.21" + } + } } }, "aws-sign2": { @@ -826,14 +838,14 @@ "dev": true }, "babel-cli": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-cli/-/babel-cli-6.23.0.tgz", - "integrity": "sha1-Uv+UaisPZGRcNee9XuomeqCUjA8=", + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-cli/-/babel-cli-6.26.0.tgz", + "integrity": "sha1-UCq1SHTX24itALiHoGODzgPQAvE=", "dev": true, "requires": { - "babel-core": "6.23.1", + "babel-core": "6.26.0", "babel-polyfill": "6.26.0", - "babel-register": "6.23.0", + "babel-register": "6.26.0", "babel-runtime": "6.26.0", "chokidar": "1.7.0", "commander": "2.11.0", @@ -859,16 +871,15 @@ } }, "babel-core": { - "version": "6.23.1", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.23.1.tgz", - "integrity": "sha1-wUPLYhuy9iFxDCIMXVedFbikQt8=", - "dev": true, + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz", + "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=", "requires": { "babel-code-frame": "6.26.0", "babel-generator": "6.26.0", "babel-helpers": "6.24.1", "babel-messages": "6.23.0", - "babel-register": "6.23.0", + "babel-register": "6.26.0", "babel-runtime": "6.26.0", "babel-template": "6.26.0", "babel-traverse": "6.26.0", @@ -1099,7 +1110,7 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } @@ -1419,7 +1430,6 @@ "version": "6.24.1", "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz", "integrity": "sha1-0+MQtA72ZKNmIiAAl8bUQCmPK/4=", - "dev": true, "requires": { "babel-plugin-transform-strict-mode": "6.24.1", "babel-runtime": "6.26.0", @@ -1627,6 +1637,15 @@ "regenerator-transform": "0.10.1" } }, + "babel-plugin-transform-runtime": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz", + "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=", + "dev": true, + "requires": { + "babel-runtime": "6.26.0" + } + }, "babel-plugin-transform-strict-mode": { "version": "6.24.1", "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz", @@ -1685,9 +1704,9 @@ } }, "babel-preset-env": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.1.9.tgz", - "integrity": "sha1-SUQ9zW71K0i3GR6jOGniRZCp60o=", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.6.0.tgz", + "integrity": "sha512-OVgtQRuOZKckrILgMA5rvctvFZPv72Gua9Rt006AiPoB0DJKGN07UmaQA+qRrYgK71MVct8fFhT0EyNWYorVew==", "dev": true, "requires": { "babel-plugin-check-es2015-constants": "6.22.0", @@ -1717,16 +1736,15 @@ "babel-plugin-transform-es2015-unicode-regex": "6.24.1", "babel-plugin-transform-exponentiation-operator": "6.24.1", "babel-plugin-transform-regenerator": "6.26.0", - "browserslist": "1.7.7", - "electron-to-chromium": "1.3.21", - "invariant": "2.2.2" + "browserslist": "2.4.0", + "invariant": "2.2.2", + "semver": "5.4.1" } }, "babel-preset-es2015": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.22.0.tgz", - "integrity": "sha1-r1qY7LNeuK92StiloF6zbcQ4aDU=", - "dev": true, + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz", + "integrity": "sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=", "requires": { "babel-plugin-check-es2015-constants": "6.22.0", "babel-plugin-transform-es2015-arrow-functions": "6.22.0", @@ -1755,18 +1773,18 @@ } }, "babel-preset-es2016": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/babel-preset-es2016/-/babel-preset-es2016-6.22.0.tgz", - "integrity": "sha1-sGGqo5g9QMn7rPo3Q7XfN/M2FWw=", + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-es2016/-/babel-preset-es2016-6.24.1.tgz", + "integrity": "sha1-+QC/k+LrwNJ235uKtZck6/2Vn4s=", "dev": true, "requires": { "babel-plugin-transform-exponentiation-operator": "6.24.1" } }, "babel-preset-es2017": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/babel-preset-es2017/-/babel-preset-es2017-6.22.0.tgz", - "integrity": "sha1-3i+dpaMMUNKT+1SguhXW3cVz8PI=", + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-es2017/-/babel-preset-es2017-6.24.1.tgz", + "integrity": "sha1-WXvq37n38gi8/YoS6bKym4svFNE=", "dev": true, "requires": { "babel-plugin-syntax-trailing-function-commas": "6.22.0", @@ -1783,9 +1801,9 @@ } }, "babel-preset-react": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.23.0.tgz", - "integrity": "sha1-63zuTemKP5RQLChWUzLamBlFUZU=", + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.24.1.tgz", + "integrity": "sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=", "dev": true, "requires": { "babel-plugin-syntax-jsx": "6.18.0", @@ -1797,9 +1815,9 @@ } }, "babel-preset-stage-0": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.22.0.tgz", - "integrity": "sha1-cH7rW0Fdp2nv+cQvRUf2RPkpbvk=", + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz", + "integrity": "sha1-VkLRUEL5E4TX5a+LyIsduVsDnmo=", "dev": true, "requires": { "babel-plugin-transform-do-expressions": "6.22.0", @@ -1858,18 +1876,24 @@ } }, "babel-register": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.23.0.tgz", - "integrity": "sha1-yao9TMqUtR2jSCbEoPnggUXXT/M=", - "dev": true, + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", + "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", "requires": { - "babel-core": "6.23.1", + "babel-core": "6.26.0", "babel-runtime": "6.26.0", - "core-js": "2.4.1", + "core-js": "2.5.1", "home-or-tmp": "2.0.0", "lodash": "4.17.4", "mkdirp": "0.5.1", "source-map-support": "0.4.18" + }, + "dependencies": { + "core-js": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz", + "integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs=" + } } }, "babel-runtime": { @@ -1934,53 +1958,6 @@ "requires": { "babel-core": "6.26.0", "object-assign": "4.1.1" - }, - "dependencies": { - "babel-core": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz", - "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=", - "requires": { - "babel-code-frame": "6.26.0", - "babel-generator": "6.26.0", - "babel-helpers": "6.24.1", - "babel-messages": "6.23.0", - "babel-register": "6.26.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "convert-source-map": "1.5.0", - "debug": "2.6.8", - "json5": "0.5.1", - "lodash": "4.17.4", - "minimatch": "3.0.4", - "path-is-absolute": "1.0.1", - "private": "0.1.7", - "slash": "1.0.0", - "source-map": "0.5.7" - } - }, - "babel-register": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", - "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", - "requires": { - "babel-core": "6.26.0", - "babel-runtime": "6.26.0", - "core-js": "2.5.1", - "home-or-tmp": "2.0.0", - "lodash": "4.17.4", - "mkdirp": "0.5.1", - "source-map-support": "0.4.18" - } - }, - "core-js": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz", - "integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs=" - } } }, "babylon": { @@ -2032,9 +2009,9 @@ "dev": true }, "big.js": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz", - "integrity": "sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg=" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", + "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==" }, "bignumber.js": { "version": "3.0.1", @@ -2326,12 +2303,12 @@ } }, "browserslist": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", - "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.4.0.tgz", + "integrity": "sha512-aM2Gt4x9bVlCUteADBS6JP0F+2tMWKM1jQzUulVROtdFWFIcIVvY76AJbr7GDqy0eDhn+PcnpzzivGxY4qiaKQ==", "dev": true, "requires": { - "caniuse-db": "1.0.30000727", + "caniuse-lite": "1.0.30000733", "electron-to-chromium": "1.3.21" } }, @@ -2452,15 +2429,33 @@ "dev": true, "requires": { "browserslist": "1.7.7", - "caniuse-db": "1.0.30000727", + "caniuse-db": "1.0.30000733", "lodash.memoize": "4.1.2", "lodash.uniq": "4.5.0" + }, + "dependencies": { + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "dev": true, + "requires": { + "caniuse-db": "1.0.30000733", + "electron-to-chromium": "1.3.21" + } + } } }, "caniuse-db": { - "version": "1.0.30000727", - "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000727.tgz", - "integrity": "sha1-TiJZMImw81wbKtz8KCNEk6IaSy4=", + "version": "1.0.30000733", + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000733.tgz", + "integrity": "sha1-OmJbxBx6n5nVnWRVKFfdGvDt2dQ=", + "dev": true + }, + "caniuse-lite": { + "version": "1.0.30000733", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000733.tgz", + "integrity": "sha1-6/xIJUEXzAxmGXpFNstDl6bPvM0=", "dev": true }, "capture-stack-trace": { @@ -3259,7 +3254,7 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } @@ -4071,7 +4066,7 @@ "dev": true, "requires": { "browserslist": "1.7.7", - "caniuse-db": "1.0.30000727", + "caniuse-db": "1.0.30000733", "css-rule-stream": "1.1.0", "duplexer2": "0.0.2", "jsonfilter": "1.1.2", @@ -4084,6 +4079,16 @@ "yargs": "3.32.0" }, "dependencies": { + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "dev": true, + "requires": { + "caniuse-db": "1.0.30000733", + "electron-to-chromium": "1.3.21" + } + }, "camelcase": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", @@ -4730,7 +4735,7 @@ "debug": "2.6.8", "doctrine": "1.5.0", "escope": "3.6.0", - "espree": "3.5.0", + "espree": "3.5.1", "estraverse": "4.2.0", "esutils": "2.0.2", "file-entry-cache": "2.0.0", @@ -4830,9 +4835,9 @@ "dev": true }, "espree": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.0.tgz", - "integrity": "sha1-mDWGJb3QVYYeon4oZ+pyn69GPY0=", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.1.tgz", + "integrity": "sha1-DJiLirRttTEAoZVK5LqZXd0n2H4=", "dev": true, "requires": { "acorn": "5.1.2", @@ -4899,50 +4904,6 @@ "keccak": "1.3.0", "rlp": "2.0.0", "secp256k1": "3.2.5" - }, - "dependencies": { - "babel-plugin-transform-es2015-modules-commonjs": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz", - "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=", - "requires": { - "babel-plugin-transform-strict-mode": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" - } - }, - "babel-preset-es2015": { - "version": "6.24.1", - "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz", - "integrity": "sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=", - "requires": { - "babel-plugin-check-es2015-constants": "6.22.0", - "babel-plugin-transform-es2015-arrow-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoping": "6.26.0", - "babel-plugin-transform-es2015-classes": "6.24.1", - "babel-plugin-transform-es2015-computed-properties": "6.24.1", - "babel-plugin-transform-es2015-destructuring": "6.23.0", - "babel-plugin-transform-es2015-duplicate-keys": "6.24.1", - "babel-plugin-transform-es2015-for-of": "6.23.0", - "babel-plugin-transform-es2015-function-name": "6.24.1", - "babel-plugin-transform-es2015-literals": "6.22.0", - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", - "babel-plugin-transform-es2015-modules-systemjs": "6.24.1", - "babel-plugin-transform-es2015-modules-umd": "6.24.1", - "babel-plugin-transform-es2015-object-super": "6.24.1", - "babel-plugin-transform-es2015-parameters": "6.24.1", - "babel-plugin-transform-es2015-shorthand-properties": "6.24.1", - "babel-plugin-transform-es2015-spread": "6.22.0", - "babel-plugin-transform-es2015-sticky-regex": "6.24.1", - "babel-plugin-transform-es2015-template-literals": "6.22.0", - "babel-plugin-transform-es2015-typeof-symbol": "6.23.0", - "babel-plugin-transform-es2015-unicode-regex": "6.24.1", - "babel-plugin-transform-regenerator": "6.26.0" - } - } } }, "ethjs-util": { @@ -5208,7 +5169,7 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } @@ -5587,9 +5548,9 @@ } }, "forwarded": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.1.tgz", - "integrity": "sha1-ik4wxkCwU5U5mjVJxzAldygEiWE=", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", "dev": true }, "fresh": { @@ -5636,15 +5597,13 @@ "dependencies": { "abbrev": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz", - "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=", + "bundled": true, "dev": true, "optional": true }, "ajv": { "version": "4.11.8", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", - "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5654,21 +5613,18 @@ }, "ansi-regex": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "bundled": true, "dev": true }, "aproba": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz", - "integrity": "sha1-ldNgDwdxCqDpKYxyatXs8urLq6s=", + "bundled": true, "dev": true, "optional": true }, "are-we-there-yet": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", - "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5678,49 +5634,42 @@ }, "asn1": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", - "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", + "bundled": true, "dev": true, "optional": true }, "assert-plus": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "bundled": true, "dev": true, "optional": true }, "asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "bundled": true, "dev": true, "optional": true }, "aws-sign2": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "bundled": true, "dev": true, "optional": true }, "aws4": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", - "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", + "bundled": true, "dev": true, "optional": true }, "balanced-match": { "version": "0.4.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", - "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=", + "bundled": true, "dev": true }, "bcrypt-pbkdf": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", - "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5729,8 +5678,7 @@ }, "block-stream": { "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "bundled": true, "dev": true, "requires": { "inherits": "2.0.3" @@ -5738,8 +5686,7 @@ }, "boom": { "version": "2.10.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", + "bundled": true, "dev": true, "requires": { "hoek": "2.16.3" @@ -5747,8 +5694,7 @@ }, "brace-expansion": { "version": "1.1.7", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz", - "integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=", + "bundled": true, "dev": true, "requires": { "balanced-match": "0.4.2", @@ -5757,34 +5703,29 @@ }, "buffer-shims": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", - "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", + "bundled": true, "dev": true }, "caseless": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "bundled": true, "dev": true, "optional": true }, "co": { "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "bundled": true, "dev": true, "optional": true }, "code-point-at": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "bundled": true, "dev": true }, "combined-stream": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", - "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", + "bundled": true, "dev": true, "requires": { "delayed-stream": "1.0.0" @@ -5792,26 +5733,22 @@ }, "concat-map": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "bundled": true, "dev": true }, "console-control-strings": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "bundled": true, "dev": true }, "core-util-is": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "bundled": true, "dev": true }, "cryptiles": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", - "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5820,8 +5757,7 @@ }, "dashdash": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5830,8 +5766,7 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "bundled": true, "dev": true, "optional": true } @@ -5839,8 +5774,7 @@ }, "debug": { "version": "2.6.8", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5849,28 +5783,24 @@ }, "deep-extend": { "version": "0.4.2", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz", - "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", + "bundled": true, "dev": true, "optional": true }, "delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "bundled": true, "dev": true }, "delegates": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "bundled": true, "dev": true, "optional": true }, "ecc-jsbn": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", - "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5879,28 +5809,24 @@ }, "extend": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", + "bundled": true, "dev": true, "optional": true }, "extsprintf": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz", - "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=", + "bundled": true, "dev": true }, "forever-agent": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "bundled": true, "dev": true, "optional": true }, "form-data": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", - "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5911,14 +5837,12 @@ }, "fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "bundled": true, "dev": true }, "fstream": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", - "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", + "bundled": true, "dev": true, "requires": { "graceful-fs": "4.1.11", @@ -5929,8 +5853,7 @@ }, "fstream-ignore": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.5.tgz", - "integrity": "sha1-nDHa40dnAY/h0kmyTa2mfQktoQU=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5941,8 +5864,7 @@ }, "gauge": { "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5958,8 +5880,7 @@ }, "getpass": { "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -5968,8 +5889,7 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "bundled": true, "dev": true, "optional": true } @@ -5977,8 +5897,7 @@ }, "glob": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "bundled": true, "dev": true, "requires": { "fs.realpath": "1.0.0", @@ -5991,21 +5910,18 @@ }, "graceful-fs": { "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "bundled": true, "dev": true }, "har-schema": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", - "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=", + "bundled": true, "dev": true, "optional": true }, "har-validator": { "version": "4.2.1", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", - "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6015,15 +5931,13 @@ }, "has-unicode": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "bundled": true, "dev": true, "optional": true }, "hawk": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", - "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6035,14 +5949,12 @@ }, "hoek": { "version": "2.16.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "bundled": true, "dev": true }, "http-signature": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6053,8 +5965,7 @@ }, "inflight": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "bundled": true, "dev": true, "requires": { "once": "1.4.0", @@ -6063,21 +5974,18 @@ }, "inherits": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "bundled": true, "dev": true }, "ini": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz", - "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=", + "bundled": true, "dev": true, "optional": true }, "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "bundled": true, "dev": true, "requires": { "number-is-nan": "1.0.1" @@ -6085,28 +5993,24 @@ }, "is-typedarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "bundled": true, "dev": true, "optional": true }, "isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "bundled": true, "dev": true }, "isstream": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "bundled": true, "dev": true, "optional": true }, "jodid25519": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz", - "integrity": "sha1-BtSRIlUJNBlHfUJWM2BuDpB4KWc=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6115,22 +6019,19 @@ }, "jsbn": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "bundled": true, "dev": true, "optional": true }, "json-schema": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "bundled": true, "dev": true, "optional": true }, "json-stable-stringify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6139,22 +6040,19 @@ }, "json-stringify-safe": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "bundled": true, "dev": true, "optional": true }, "jsonify": { "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "bundled": true, "dev": true, "optional": true }, "jsprim": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz", - "integrity": "sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6166,8 +6064,7 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "bundled": true, "dev": true, "optional": true } @@ -6175,14 +6072,12 @@ }, "mime-db": { "version": "1.27.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz", - "integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=", + "bundled": true, "dev": true }, "mime-types": { "version": "2.1.15", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz", - "integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=", + "bundled": true, "dev": true, "requires": { "mime-db": "1.27.0" @@ -6190,8 +6085,7 @@ }, "minimatch": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "bundled": true, "dev": true, "requires": { "brace-expansion": "1.1.7" @@ -6199,14 +6093,12 @@ }, "minimist": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "bundled": true, "dev": true }, "mkdirp": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "bundled": true, "dev": true, "requires": { "minimist": "0.0.8" @@ -6214,15 +6106,13 @@ }, "ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "bundled": true, "dev": true, "optional": true }, "node-pre-gyp": { "version": "0.6.36", - "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.36.tgz", - "integrity": "sha1-22BBEst04NR3VU6bUFsXq936t4Y=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6239,8 +6129,7 @@ }, "nopt": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz", - "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6250,8 +6139,7 @@ }, "npmlog": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz", - "integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6263,28 +6151,24 @@ }, "number-is-nan": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "bundled": true, "dev": true }, "oauth-sign": { "version": "0.8.2", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "bundled": true, "dev": true, "optional": true }, "object-assign": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "bundled": true, "dev": true, "optional": true }, "once": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "bundled": true, "dev": true, "requires": { "wrappy": "1.0.2" @@ -6292,22 +6176,19 @@ }, "os-homedir": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "bundled": true, "dev": true, "optional": true }, "os-tmpdir": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "bundled": true, "dev": true, "optional": true }, "osenv": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", - "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6317,41 +6198,35 @@ }, "path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "bundled": true, "dev": true }, "performance-now": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", - "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=", + "bundled": true, "dev": true, "optional": true }, "process-nextick-args": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "bundled": true, "dev": true }, "punycode": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "bundled": true, "dev": true, "optional": true }, "qs": { "version": "6.4.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", - "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", + "bundled": true, "dev": true, "optional": true }, "rc": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz", - "integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6363,8 +6238,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "bundled": true, "dev": true, "optional": true } @@ -6372,8 +6246,7 @@ }, "readable-stream": { "version": "2.2.9", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", - "integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=", + "bundled": true, "dev": true, "requires": { "buffer-shims": "1.0.0", @@ -6387,8 +6260,7 @@ }, "request": { "version": "2.81.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", - "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6418,8 +6290,7 @@ }, "rimraf": { "version": "2.6.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz", - "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=", + "bundled": true, "dev": true, "requires": { "glob": "7.1.2" @@ -6427,35 +6298,30 @@ }, "safe-buffer": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz", - "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=", + "bundled": true, "dev": true }, "semver": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "bundled": true, "dev": true, "optional": true }, "set-blocking": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "bundled": true, "dev": true, "optional": true }, "signal-exit": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "bundled": true, "dev": true, "optional": true }, "sntp": { "version": "1.0.9", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", - "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6464,8 +6330,7 @@ }, "sshpk": { "version": "1.13.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz", - "integrity": "sha1-/yo+T9BEl1Vf7Zezmg/YL6+zozw=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6482,8 +6347,7 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "bundled": true, "dev": true, "optional": true } @@ -6491,8 +6355,7 @@ }, "string_decoder": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz", - "integrity": "sha1-YuIA8DmVWmgQ2N8KM//A8BNmLZg=", + "bundled": true, "dev": true, "requires": { "safe-buffer": "5.0.1" @@ -6500,8 +6363,7 @@ }, "string-width": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "bundled": true, "dev": true, "requires": { "code-point-at": "1.1.0", @@ -6511,15 +6373,13 @@ }, "stringstream": { "version": "0.0.5", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", - "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", + "bundled": true, "dev": true, "optional": true }, "strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "bundled": true, "dev": true, "requires": { "ansi-regex": "2.1.1" @@ -6527,15 +6387,13 @@ }, "strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "bundled": true, "dev": true, "optional": true }, "tar": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", - "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", + "bundled": true, "dev": true, "requires": { "block-stream": "0.0.9", @@ -6545,8 +6403,7 @@ }, "tar-pack": { "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tar-pack/-/tar-pack-3.4.0.tgz", - "integrity": "sha1-I74tf2cagzk3bL2wuP4/3r8xeYQ=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6562,8 +6419,7 @@ }, "tough-cookie": { "version": "2.3.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz", - "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6572,8 +6428,7 @@ }, "tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6582,35 +6437,30 @@ }, "tweetnacl": { "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "bundled": true, "dev": true, "optional": true }, "uid-number": { "version": "0.0.6", - "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz", - "integrity": "sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=", + "bundled": true, "dev": true, "optional": true }, "util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "bundled": true, "dev": true }, "uuid": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz", - "integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=", + "bundled": true, "dev": true, "optional": true }, "verror": { "version": "1.3.6", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz", - "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6619,8 +6469,7 @@ }, "wide-align": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", - "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", + "bundled": true, "dev": true, "optional": true, "requires": { @@ -6629,8 +6478,7 @@ }, "wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "bundled": true, "dev": true } } @@ -7363,13 +7211,13 @@ "ncname": "1.0.0", "param-case": "2.1.1", "relateurl": "0.2.7", - "uglify-js": "3.1.0" + "uglify-js": "3.1.1" }, "dependencies": { "uglify-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.0.tgz", - "integrity": "sha512-PGUXuTJ5AkrfPsyg0L9/LD+BWYm9feVngbWpW5bg7Q3B7hqDM3xz00tNby4yY0CqjrLTF6CP9wpb/aNITRuSXg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.1.tgz", + "integrity": "sha512-f7DpmEgt/RYAKzQzcfahn3JYZHobDwTZCa8oixC7pweVGEIizTX2kTYdNWcdk00xsMJqUhI8RDAa9HXHXGhNxA==", "dev": true, "requires": { "commander": "2.11.0", @@ -7830,9 +7678,9 @@ } }, "interpret": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.3.tgz", - "integrity": "sha1-y8NcYu7uc/Gat7EKgBURQBr8D5A=", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.4.tgz", + "integrity": "sha1-ggzdWIuGj/sZGoCVBtbJyPISsbA=", "dev": true }, "intl-format-cache": { @@ -8852,7 +8700,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.16.tgz", "integrity": "sha1-8IYyBm7YKCg13/iN+1JwR2Wt7m0=", "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1", "object-assign": "4.1.1" @@ -10849,7 +10697,7 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } @@ -10913,6 +10761,18 @@ "postcss": "5.2.17", "postcss-selector-parser": "2.2.3", "vendors": "1.0.1" + }, + "dependencies": { + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "dev": true, + "requires": { + "caniuse-db": "1.0.30000733", + "electron-to-chromium": "1.3.21" + } + } } }, "postcss-message-helpers": { @@ -11595,7 +11455,7 @@ "integrity": "sha1-ccDuOxAt4/IC87ZPYI0XP8uhqRg=", "dev": true, "requires": { - "forwarded": "0.1.1", + "forwarded": "0.1.2", "ipaddr.js": "1.4.0" } }, @@ -12951,7 +12811,7 @@ "dev": true, "requires": { "glob": "7.1.2", - "interpret": "1.0.3", + "interpret": "1.0.4", "rechoir": "0.6.2" } }, @@ -13544,7 +13404,7 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } @@ -13576,6 +13436,16 @@ "write-file-stdout": "0.0.2" }, "dependencies": { + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "dev": true, + "requires": { + "caniuse-db": "1.0.30000733", + "electron-to-chromium": "1.3.21" + } + }, "minimist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", @@ -14749,7 +14619,7 @@ "async": "2.5.0", "enhanced-resolve": "3.4.1", "escope": "3.6.0", - "interpret": "1.0.3", + "interpret": "1.0.4", "json-loader": "0.5.4", "json5": "0.5.1", "loader-runner": "2.3.0", @@ -14832,7 +14702,7 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } @@ -15256,7 +15126,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "requires": { - "big.js": "3.1.3", + "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" } diff --git a/js/package.json b/js/package.json index 9370ee94d..ad0bf7a0f 100644 --- a/js/package.json +++ b/js/package.json @@ -47,15 +47,15 @@ "start": "npm run clean && npm install && npm run build:lib && npm run start:app", "start:app": "node webpack/dev.server", "start:electron": "npm run build:app && electron .build/", - "test": "NODE_ENV=test mocha --compilers ejs:ejsify 'src/**/*.spec.js' 'packages/**/*.spec.js'", - "test:coverage": "NODE_ENV=test istanbul cover _mocha -- --compilers ejs:ejsify 'src/**/*.spec.js' 'packages/**/*.spec.js'", - "test:e2e": "NODE_ENV=test mocha 'src/**/*.e2e.js' 'packages/**/*.e2e.js'", + "test": "NODE_ENV=test mocha --compilers ejs:ejsify 'src/**/*.spec.js'", + "test:coverage": "NODE_ENV=test istanbul cover _mocha -- --compilers ejs:ejsify 'src/**/*.spec.js'", + "test:e2e": "NODE_ENV=test mocha 'src/**/*.e2e.js'", "test:npm": "(cd .npmjs && npm i) && node test/npmParity && node test/npmJsonRpc && (rm -rf .npmjs/node_modules)", "prepush": "npm run lint:cached" }, "devDependencies": { - "babel-cli": "6.23.0", - "babel-core": "6.23.1", + "babel-cli": "6.26.0", + "babel-core": "6.26.0", "babel-eslint": "7.1.1", "babel-loader": "7.1.1", "babel-plugin-react-intl": "2.3.1", @@ -64,14 +64,15 @@ "babel-plugin-transform-es2015-modules-commonjs": "6.24.1", "babel-plugin-transform-object-rest-spread": "6.23.0", "babel-plugin-transform-react-remove-prop-types": "0.3.2", + "babel-plugin-transform-runtime": "6.23.0", "babel-plugin-webpack-alias": "2.1.2", - "babel-preset-env": "1.1.9", - "babel-preset-es2015": "6.22.0", - "babel-preset-es2016": "6.22.0", - "babel-preset-es2017": "6.22.0", - "babel-preset-react": "6.23.0", - "babel-preset-stage-0": "6.22.0", - "babel-register": "6.23.0", + "babel-preset-env": "1.6.0", + "babel-preset-es2015": "6.24.1", + "babel-preset-es2016": "6.24.1", + "babel-preset-es2017": "6.24.1", + "babel-preset-react": "6.24.1", + "babel-preset-stage-0": "6.24.1", + "babel-register": "6.26.0", "chai": "3.5.0", "chai-as-promised": "6.0.0", "chai-enzyme": "0.6.1", diff --git a/js/src/ParityBar/accountStore.spec.js b/js/src/ParityBar/accountStore.spec.js index 7e6acf53f..6722d75cd 100644 --- a/js/src/ParityBar/accountStore.spec.js +++ b/js/src/ParityBar/accountStore.spec.js @@ -18,7 +18,7 @@ import sinon from 'sinon'; import AccountStore from './accountStore'; -import { ACCOUNT_DEFAULT, ACCOUNT_NEW, createApi } from './parityBar.test.js'; +import { ACCOUNT_NEW, createApi } from './parityBar.test.js'; let api; let store; @@ -89,16 +89,6 @@ describe('ParityBar/AccountStore', () => { }); }); - describe('loadDefaultAccount', () => { - beforeEach(() => { - return store.loadDefaultAccount(); - }); - - it('load and set the default account', () => { - expect(store.defaultAccount).to.equal(ACCOUNT_DEFAULT); - }); - }); - describe('makeDefaultAccount', () => { beforeEach(() => { return store.makeDefaultAccount(ACCOUNT_NEW); diff --git a/js/src/ParityBar/parityBar.test.js b/js/src/ParityBar/parityBar.test.js index f390424e1..6ee3b0d21 100644 --- a/js/src/ParityBar/parityBar.test.js +++ b/js/src/ParityBar/parityBar.test.js @@ -37,6 +37,7 @@ function createApi () { defaultAccount: sinon.stub().resolves(ACCOUNT_DEFAULT), allAccountsInfo: sinon.stub().resolves(ACCOUNTS), getNewDappsAddresses: sinon.stub().resolves(null), + registryAddress: sinon.stub().resolves(null), setNewDappsAddresses: sinon.stub().resolves(true), setNewDappsDefaultAddress: sinon.stub().resolves(true) } diff --git a/js/src/SyncWarning/syncWarning.spec.js b/js/src/SyncWarning/syncWarning.spec.js index 5b575b625..8e45647af 100644 --- a/js/src/SyncWarning/syncWarning.spec.js +++ b/js/src/SyncWarning/syncWarning.spec.js @@ -23,6 +23,7 @@ let component; function createRedux (syncing = null) { return { + subscribe: () => {}, getState: () => { return { nodeStatus: { diff --git a/js/test/babel.js b/js/test/babel.js index 5ee8d46c6..e06a224bd 100644 --- a/js/test/babel.js +++ b/js/test/babel.js @@ -15,5 +15,11 @@ // along with Parity. If not, see . require('babel-register')({ - ignore: /node_modules\/(?!@parity\/(abi|api|dapps|etherscan|jsonrpc|shared|shapeshift|ui))/ + ignore: function (filename) { + if (filename.indexOf('node_modules') !== -1) { + return filename.indexOf('@parity') === -1; + } + + return false; + } });