From 6e2e12228879c1a1f6edb09710b737c239ae1b05 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 12 Sep 2017 13:32:21 +0200 Subject: [PATCH] Update with recent @parity/ui --- js/package-lock.json | 654 ++++++++++++++++++------------- js/package.json | 1 + js/src/Connection/connection.css | 11 +- js/src/ParityBar/_colors.css | 21 + js/src/ParityBar/parityBar.css | 33 +- js/src/Status/status.css | 8 +- 6 files changed, 443 insertions(+), 285 deletions(-) create mode 100644 js/src/ParityBar/_colors.css diff --git a/js/package-lock.json b/js/package-lock.json index 343a658e4..ca9bf8f12 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -5,7 +5,7 @@ "requires": true, "dependencies": { "@parity/abi": { - "version": "github:paritytech/js-abi#e364fa15d13a10d2d35f2e6144017ab3afeca444", + "version": "github:paritytech/js-abi#2e0cbd499e1dcb8d1cb7afc088eba42226ee0a9e", "requires": { "bignumber.js": "3.0.1", "js-sha3": "0.5.5", @@ -13,10 +13,10 @@ } }, "@parity/api": { - "version": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", + "version": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", "requires": { - "@parity/abi": "github:paritytech/js-abi#e364fa15d13a10d2d35f2e6144017ab3afeca444", - "@parity/jsonrpc": "github:paritytech/js-jsonrpc#ca4d2248fdb182bae40ff65c95190e7d59dcf3e0", + "@parity/abi": "github:paritytech/js-abi#2e0cbd499e1dcb8d1cb7afc088eba42226ee0a9e", + "@parity/jsonrpc": "github:paritytech/js-jsonrpc#3433ef7090ede3feef3ae4a6c30d6ae4961b1944", "@parity/wordlist": "1.1.0", "bignumber.js": "3.0.1", "blockies": "0.0.2", @@ -40,15 +40,15 @@ } }, "@parity/dapp-account": { - "version": "github:paritytech/dapp-account#907795b8e2ff723d10b38f0ae722ef43693dbe03", + "version": "github:paritytech/dapp-account#9db42f9c3108f84fd6f0e4de78556394519454db", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-accounts": "github:paritytech/dapp-accounts#335ad57272cb92b1cb5554a40e5fb27d24db835f", - "@parity/dapp-vaults": "github:paritytech/dapp-vaults#e20eb368f7f7a9aeee2aa525ee2a3163da064a66", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-accounts": "github:paritytech/dapp-accounts#7ca209e0a83f644b3427c9d911022be2a4ce88a4", + "@parity/dapp-vaults": "github:paritytech/dapp-vaults#ca53744ce490e1f0b2e9dbba24b1678b254cf487", "@parity/parity.js": "1.8.7", - "@parity/shapeshift": "github:paritytech/js-shapeshift#2dcac7899b32e51085999fb86ec808b27a8039f7", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/shapeshift": "github:paritytech/js-shapeshift#290f908a873108d19296e72deda9b40e9f4d035f", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "happypack": "3.1.0", "lodash": "4.17.2", "oo7": "0.5.3", @@ -67,12 +67,12 @@ } }, "@parity/dapp-accounts": { - "version": "github:paritytech/dapp-accounts#335ad57272cb92b1cb5554a40e5fb27d24db835f", + "version": "github:paritytech/dapp-accounts#7ca209e0a83f644b3427c9d911022be2a4ce88a4", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-vaults": "github:paritytech/dapp-vaults#e20eb368f7f7a9aeee2aa525ee2a3163da064a66", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-vaults": "github:paritytech/dapp-vaults#ca53744ce490e1f0b2e9dbba24b1678b254cf487", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "file-saver": "1.3.3", "react": "15.6.1", "react-dom": "15.6.1", @@ -82,84 +82,92 @@ } }, "@parity/dapp-address": { - "version": "github:paritytech/dapp-address#dcbbcd40032a936fa551df93fd0ace11aa4b33a5", + "version": "github:paritytech/dapp-address#02f48bcb572cddf6b0a544b7312fa723043e04fe", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-account": "github:paritytech/dapp-account#907795b8e2ff723d10b38f0ae722ef43693dbe03", - "@parity/dapp-addresses": "github:paritytech/dapp-addresses#f56b2f97f724c4432fdcec5319aa589cd6efe555", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-account": "github:paritytech/dapp-account#9db42f9c3108f84fd6f0e4de78556394519454db", + "@parity/dapp-addresses": "github:paritytech/dapp-addresses#525e4b789f604fdb868685892207a14188b0d7df", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-addresses": { - "version": "github:paritytech/dapp-addresses#f56b2f97f724c4432fdcec5319aa589cd6efe555", + "version": "github:paritytech/dapp-addresses#525e4b789f604fdb868685892207a14188b0d7df", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-accounts": "github:paritytech/dapp-accounts#335ad57272cb92b1cb5554a40e5fb27d24db835f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-accounts": "github:paritytech/dapp-accounts#7ca209e0a83f644b3427c9d911022be2a4ce88a4", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-chaindeploy": { - "version": "github:paritytech/dapp-chaindeploy#6891441d37f861efecdb786c41b1d1533625af4f", + "version": "github:paritytech/dapp-chaindeploy#caf3f332b1593eebf293618757e80c0d03a72058", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", "react": "15.6.1", "react-dom": "15.6.1" } }, "@parity/dapp-contract": { - "version": "github:paritytech/dapp-contract#510b75629c0fff2634684caa03df2c2f348b98b6", + "version": "github:paritytech/dapp-contract#bf0ce8edbe5f70259fec535a6b18bc493b384e4f", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-account": "github:paritytech/dapp-account#907795b8e2ff723d10b38f0ae722ef43693dbe03", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-account": "github:paritytech/dapp-account#9db42f9c3108f84fd6f0e4de78556394519454db", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-contracts": { - "version": "github:paritytech/dapp-contracts#8a7deda7835c1362741dd3a3685e260be853c631", + "version": "github:paritytech/dapp-contracts#58f2c269ab9f7fd10acbb555d012fe3d4c122698", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-account": "github:paritytech/dapp-account#907795b8e2ff723d10b38f0ae722ef43693dbe03", - "@parity/dapp-accounts": "github:paritytech/dapp-accounts#335ad57272cb92b1cb5554a40e5fb27d24db835f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-account": "github:paritytech/dapp-account#9db42f9c3108f84fd6f0e4de78556394519454db", + "@parity/dapp-accounts": "github:paritytech/dapp-accounts#7ca209e0a83f644b3427c9d911022be2a4ce88a4", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-dapp-accounts": { - "version": "github:paritytech/dapp-dapp-accounts#3b45055daa650227680b5dea89ddef1dac4faea3", + "version": "github:paritytech/dapp-dapp-accounts#c457214877dab76dd1a4f530d6ef7f0ecae74a50", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-dapp-methods": { - "version": "github:paritytech/dapp-dapp-methods#0eee828a0b01febd1b85319a68cbc5ff23c44ac9", + "version": "github:paritytech/dapp-dapp-methods#586494789ad4aa33a470f02536b3e2b12ea68c34", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" + } + }, + "@parity/dapp-dapp-visible": { + "version": "github:paritytech/dapp-dapp-visible#2a36fa0e700c5e7daa5dd1fcd0aa1f44b979480f", + "requires": { + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-dappreg": { - "version": "github:paritytech/dapp-dappreg#43e9439eb05d1c3f39bb5e74a02814c15a058863", + "version": "github:paritytech/dapp-dappreg#9cd87b9f46745c399da9ace5aa3ef066fc092ffa", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-develop": { - "version": "github:paritytech/dapp-develop#98c3cc62bd70edad7bbcd98cbe42d8d78f6c98d5", + "version": "github:paritytech/dapp-develop#12bf8fd7dc30e1c1f5cfdbc32bae7bcde58c0fdd", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-contracts": "github:paritytech/dapp-contracts#8a7deda7835c1362741dd3a3685e260be853c631", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-contracts": "github:paritytech/dapp-contracts#58f2c269ab9f7fd10acbb555d012fe3d4c122698", "@parity/parity.js": "1.8.7", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "oo7": "0.5.3", "oo7-parity": "0.6.8", "oo7-react": "0.4.5", @@ -171,10 +179,10 @@ } }, "@parity/dapp-githubhint": { - "version": "github:paritytech/dapp-githubhint#73727d35b907550f95403cd6a387c45762ca9e2a", + "version": "github:paritytech/dapp-githubhint#a3adb7840cd87b757dc846fd9e853e8b0f774dfe", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", "moment": "2.17.0", "react": "15.6.1", "react-dom": "15.6.1", @@ -182,12 +190,12 @@ } }, "@parity/dapp-home": { - "version": "github:paritytech/dapp-home#cb30fad3dd4ebfba63a1d0c3f0d77fdeffd6aa97", + "version": "github:paritytech/dapp-home#4f46248c8b716bdf4d99b3e136cc76c3c0aaab76", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-web": "github:paritytech/dapp-web#008e52aeaa68da98d66f7eea63ad89e8dab1e1f1", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-web": "github:paritytech/dapp-web#70ed9adea275034e2bd57997dcbda5a7528cb37d", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "react-markdown": "2.4.4" }, "dependencies": { @@ -204,43 +212,43 @@ } }, "@parity/dapp-localtx": { - "version": "github:paritytech/dapp-localtx#947c9fb7928aeb62ad6f74ce3270ad10b87a2483", + "version": "github:paritytech/dapp-localtx#793ee25afb8b468499eae4c3fdd9d71690878327", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-playground": { "version": "github:paritytech/dapp-playground#5546b96468d4629419b671897e86ce53ea141d09", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-registry": { "version": "github:paritytech/dapp-registry#52adb0dd4b01f6b4dd1aebd2f0a7255f23cbfde5", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "material-ui": "0.16.5" } }, "@parity/dapp-settings": { - "version": "github:paritytech/dapp-settings#1264a320c3db79a1db22c89213694b8ad2f309e2", + "version": "github:paritytech/dapp-settings#f991b6a1f8713fca34e96fb9b115cdec5e662f8d", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-signaturereg": { "version": "github:paritytech/dapp-signaturereg#d1241279479df9f573c87bd040769abc159f4ec1", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", "moment": "2.17.0", "react": "15.6.1", "react-dom": "15.6.1", @@ -248,19 +256,19 @@ } }, "@parity/dapp-signer": { - "version": "github:paritytech/dapp-signer#ebc1cc5ed4c515fa4b21ec1631f92f68c1f365d2", + "version": "github:paritytech/dapp-signer#92c4458f8d6c08ee9d9a14dd95d46c5a00deed60", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-status": { - "version": "github:paritytech/dapp-status#57a177b9b24ecae97b742f5bda75dd7896153b65", + "version": "github:paritytech/dapp-status#395a0da85be9de2259ecccf4abb89ba4d915d462", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "bytes": "2.4.0", "format-number": "2.0.1" } @@ -268,16 +276,16 @@ "@parity/dapp-tokendeploy": { "version": "github:paritytech/dapp-tokendeploy#c22c39448e3da4b74b8febab2b32785beb11ac04", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-tokenreg": { "version": "github:paritytech/dapp-tokenreg#0f9cc2b99c1abd566be9b86f7f5c312360f12b46", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", "material-ui": "0.16.5", "react": "15.6.1", "react-dom": "15.6.1", @@ -285,35 +293,35 @@ } }, "@parity/dapp-vaults": { - "version": "github:paritytech/dapp-vaults#e20eb368f7f7a9aeee2aa525ee2a3163da064a66", + "version": "github:paritytech/dapp-vaults#ca53744ce490e1f0b2e9dbba24b1678b254cf487", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-wallet": { - "version": "github:paritytech/dapp-wallet#85bf1713a2e969188cb2c20cadbb581035f46c41", + "version": "github:paritytech/dapp-wallet#19cda4a17ca1623cf4fe3aac43e4b45efd40adac", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/dapp-account": "github:paritytech/dapp-account#907795b8e2ff723d10b38f0ae722ef43693dbe03", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7" + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/dapp-account": "github:paritytech/dapp-account#9db42f9c3108f84fd6f0e4de78556394519454db", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29" } }, "@parity/dapp-web": { - "version": "github:paritytech/dapp-web#008e52aeaa68da98d66f7eea63ad89e8dab1e1f1", + "version": "github:paritytech/dapp-web#70ed9adea275034e2bd57997dcbda5a7528cb37d", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", - "@parity/ui": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", + "@parity/ui": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "base32.js": "0.1.0" } }, "@parity/etherscan": { - "version": "github:paritytech/js-etherscan#41e4d4da74c6c7c6b270cd526b2a32c29974f5a4", + "version": "github:paritytech/js-etherscan#db22d35606af028e3a0540e9170bac65adee2298", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", "bignumber.js": "3.0.1", "es6-promise": "4.1.1", "node-fetch": "1.6.3", @@ -329,10 +337,10 @@ } }, "@parity/jsonrpc": { - "version": "github:paritytech/js-jsonrpc#ca4d2248fdb182bae40ff65c95190e7d59dcf3e0" + "version": "github:paritytech/js-jsonrpc#3433ef7090ede3feef3ae4a6c30d6ae4961b1944" }, "@parity/ledger": { - "version": "github:paritytech/js-ledger#b57c85ff9cbffad53b79f8ef7853a16eadd8aa0f", + "version": "github:paritytech/js-ledger#778c9be4a65141a92a83e1054023182b7dc730e2", "requires": { "u2f-api": "0.0.9", "u2f-api-polyfill": "0.4.3" @@ -356,15 +364,15 @@ } }, "@parity/shapeshift": { - "version": "github:paritytech/js-shapeshift#2dcac7899b32e51085999fb86ec808b27a8039f7", + "version": "github:paritytech/js-shapeshift#290f908a873108d19296e72deda9b40e9f4d035f", "requires": { "node-fetch": "1.6.3" } }, "@parity/shared": { - "version": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", + "version": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", "requires": { - "@parity/ledger": "github:paritytech/js-ledger#b57c85ff9cbffad53b79f8ef7853a16eadd8aa0f", + "@parity/ledger": "github:paritytech/js-ledger#778c9be4a65141a92a83e1054023182b7dc730e2", "eventemitter3": "2.0.3", "loglevel": "1.4.1", "mobx": "2.6.4", @@ -381,11 +389,11 @@ } }, "@parity/ui": { - "version": "github:paritytech/js-ui#ea0111b57628e4409bcd05eb8fc4f4892763c8d7", + "version": "github:paritytech/js-ui#e74a3d9ae63f0f934d4772ade5e25372afc2cf29", "requires": { - "@parity/api": "github:paritytech/js-api#578af80a1e6ba52ae2912cdbbe6c389a23045b7f", - "@parity/etherscan": "github:paritytech/js-etherscan#41e4d4da74c6c7c6b270cd526b2a32c29974f5a4", - "@parity/shared": "github:paritytech/js-shared#90fc5259f05bd5880f28a0af17c5abbd062c4472", + "@parity/api": "github:paritytech/js-api#6dc6df6372af5f6f4505e817b0a8545ff91d5792", + "@parity/etherscan": "github:paritytech/js-etherscan#db22d35606af028e3a0540e9170bac65adee2298", + "@parity/shared": "github:paritytech/js-shared#667df73b7ab5d31ea9401add99b1092ae7834d76", "bignumber.js": "3.0.1", "brace": "0.9.0", "date-difference": "1.0.0", @@ -2043,7 +2051,7 @@ "decompress": "3.0.0", "download": "4.4.3", "exec-series": "1.0.3", - "rimraf": "2.6.1", + "rimraf": "2.6.2", "tempfile": "1.1.1", "url-regex": "3.2.0" }, @@ -2974,9 +2982,9 @@ "dev": true }, "content-type": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.3.tgz", - "integrity": "sha1-2hjvL7ZMpqzJBcxyAX0/OBhbkdE=", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", "dev": true }, "content-type-parser": { @@ -3954,7 +3962,7 @@ "object-assign": "4.1.1", "pify": "2.3.0", "pinkie-promise": "2.0.1", - "rimraf": "2.6.1" + "rimraf": "2.6.2" } }, "delayed-stream": { @@ -4411,7 +4419,7 @@ "jsonfile": "2.4.0", "klaw": "1.3.1", "path-is-absolute": "1.0.1", - "rimraf": "2.6.1" + "rimraf": "2.6.2" } }, "minimist": { @@ -4994,7 +5002,7 @@ "execa": "0.7.0", "p-finally": "1.0.0", "pify": "3.0.0", - "rimraf": "2.6.1", + "rimraf": "2.6.2", "tempfile": "2.0.0" }, "dependencies": { @@ -5087,7 +5095,7 @@ "accepts": "1.3.4", "array-flatten": "1.1.1", "content-disposition": "0.5.2", - "content-type": "1.0.3", + "content-type": "1.0.4", "cookie": "0.3.1", "cookie-signature": "1.0.6", "debug": "2.2.0", @@ -5284,7 +5292,7 @@ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "dev": true, "requires": { - "websocket-driver": "0.6.5" + "websocket-driver": "0.7.0" } }, "fbjs": { @@ -5600,7 +5608,7 @@ "jsonfile": "2.4.0", "klaw": "1.3.1", "path-is-absolute": "1.0.1", - "rimraf": "2.6.1" + "rimraf": "2.6.2" } }, "fs-readdir-recursive": { @@ -5628,13 +5636,15 @@ "dependencies": { "abbrev": { "version": "1.1.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz", + "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=", "dev": true, "optional": true }, "ajv": { "version": "4.11.8", - "bundled": true, + "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", + "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", "dev": true, "optional": true, "requires": { @@ -5644,18 +5654,21 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "dev": true }, "aproba": { "version": "1.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz", + "integrity": "sha1-ldNgDwdxCqDpKYxyatXs8urLq6s=", "dev": true, "optional": true }, "are-we-there-yet": { "version": "1.1.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", + "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", "dev": true, "optional": true, "requires": { @@ -5665,42 +5678,49 @@ }, "asn1": { "version": "0.2.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", + "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", "dev": true, "optional": true }, "assert-plus": { "version": "0.2.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", + "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", "dev": true, "optional": true }, "asynckit": { "version": "0.4.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", "dev": true, "optional": true }, "aws-sign2": { "version": "0.6.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", + "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", "dev": true, "optional": true }, "aws4": { "version": "1.6.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", + "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", "dev": true, "optional": true }, "balanced-match": { "version": "0.4.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", + "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=", "dev": true }, "bcrypt-pbkdf": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", + "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", "dev": true, "optional": true, "requires": { @@ -5709,7 +5729,8 @@ }, "block-stream": { "version": "0.0.9", - "bundled": true, + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", "dev": true, "requires": { "inherits": "2.0.3" @@ -5717,7 +5738,8 @@ }, "boom": { "version": "2.10.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", + "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", "dev": true, "requires": { "hoek": "2.16.3" @@ -5725,7 +5747,8 @@ }, "brace-expansion": { "version": "1.1.7", - "bundled": true, + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz", + "integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=", "dev": true, "requires": { "balanced-match": "0.4.2", @@ -5734,29 +5757,34 @@ }, "buffer-shims": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", + "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", "dev": true }, "caseless": { "version": "0.12.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", "dev": true, "optional": true }, "co": { "version": "4.6.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", "dev": true, "optional": true }, "code-point-at": { "version": "1.1.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", "dev": true }, "combined-stream": { "version": "1.0.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", + "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", "dev": true, "requires": { "delayed-stream": "1.0.0" @@ -5764,22 +5792,26 @@ }, "concat-map": { "version": "0.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", "dev": true }, "core-util-is": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "dev": true }, "cryptiles": { "version": "2.0.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", + "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", "dev": true, "optional": true, "requires": { @@ -5788,7 +5820,8 @@ }, "dashdash": { "version": "1.14.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "dev": true, "optional": true, "requires": { @@ -5797,7 +5830,8 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true, "optional": true } @@ -5805,7 +5839,8 @@ }, "debug": { "version": "2.6.8", - "bundled": true, + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", + "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", "dev": true, "optional": true, "requires": { @@ -5814,24 +5849,28 @@ }, "deep-extend": { "version": "0.4.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz", + "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", "dev": true, "optional": true }, "delayed-stream": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", "dev": true }, "delegates": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", "dev": true, "optional": true }, "ecc-jsbn": { "version": "0.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", + "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", "dev": true, "optional": true, "requires": { @@ -5840,24 +5879,28 @@ }, "extend": { "version": "3.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", + "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", "dev": true, "optional": true }, "extsprintf": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz", + "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=", "dev": true }, "forever-agent": { "version": "0.6.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", "dev": true, "optional": true }, "form-data": { "version": "2.1.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", + "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", "dev": true, "optional": true, "requires": { @@ -5868,12 +5911,14 @@ }, "fs.realpath": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, "fstream": { "version": "1.0.11", - "bundled": true, + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", + "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", "dev": true, "requires": { "graceful-fs": "4.1.11", @@ -5884,7 +5929,8 @@ }, "fstream-ignore": { "version": "1.0.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.5.tgz", + "integrity": "sha1-nDHa40dnAY/h0kmyTa2mfQktoQU=", "dev": true, "optional": true, "requires": { @@ -5895,7 +5941,8 @@ }, "gauge": { "version": "2.7.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "dev": true, "optional": true, "requires": { @@ -5911,7 +5958,8 @@ }, "getpass": { "version": "0.1.7", - "bundled": true, + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "dev": true, "optional": true, "requires": { @@ -5920,7 +5968,8 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true, "optional": true } @@ -5928,7 +5977,8 @@ }, "glob": { "version": "7.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { "fs.realpath": "1.0.0", @@ -5941,18 +5991,21 @@ }, "graceful-fs": { "version": "4.1.11", - "bundled": true, + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", "dev": true }, "har-schema": { "version": "1.0.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", + "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=", "dev": true, "optional": true }, "har-validator": { "version": "4.2.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", + "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", "dev": true, "optional": true, "requires": { @@ -5962,13 +6015,15 @@ }, "has-unicode": { "version": "2.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", "dev": true, "optional": true }, "hawk": { "version": "3.1.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", + "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", "dev": true, "optional": true, "requires": { @@ -5980,12 +6035,14 @@ }, "hoek": { "version": "2.16.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", "dev": true }, "http-signature": { "version": "1.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", + "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", "dev": true, "optional": true, "requires": { @@ -5996,7 +6053,8 @@ }, "inflight": { "version": "1.0.6", - "bundled": true, + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { "once": "1.4.0", @@ -6005,18 +6063,21 @@ }, "inherits": { "version": "2.0.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true }, "ini": { "version": "1.3.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz", + "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=", "dev": true, "optional": true }, "is-fullwidth-code-point": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { "number-is-nan": "1.0.1" @@ -6024,24 +6085,28 @@ }, "is-typedarray": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", "dev": true, "optional": true }, "isarray": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, "isstream": { "version": "0.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", "dev": true, "optional": true }, "jodid25519": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz", + "integrity": "sha1-BtSRIlUJNBlHfUJWM2BuDpB4KWc=", "dev": true, "optional": true, "requires": { @@ -6050,19 +6115,22 @@ }, "jsbn": { "version": "0.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", "dev": true, "optional": true }, "json-schema": { "version": "0.2.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", "dev": true, "optional": true }, "json-stable-stringify": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", "dev": true, "optional": true, "requires": { @@ -6071,19 +6139,22 @@ }, "json-stringify-safe": { "version": "5.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", "dev": true, "optional": true }, "jsonify": { "version": "0.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", "dev": true, "optional": true }, "jsprim": { "version": "1.4.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz", + "integrity": "sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg=", "dev": true, "optional": true, "requires": { @@ -6095,7 +6166,8 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true, "optional": true } @@ -6103,12 +6175,14 @@ }, "mime-db": { "version": "1.27.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz", + "integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=", "dev": true }, "mime-types": { "version": "2.1.15", - "bundled": true, + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz", + "integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=", "dev": true, "requires": { "mime-db": "1.27.0" @@ -6116,7 +6190,8 @@ }, "minimatch": { "version": "3.0.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { "brace-expansion": "1.1.7" @@ -6124,12 +6199,14 @@ }, "minimist": { "version": "0.0.8", - "bundled": true, + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", "dev": true }, "mkdirp": { "version": "0.5.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "dev": true, "requires": { "minimist": "0.0.8" @@ -6137,13 +6214,15 @@ }, "ms": { "version": "2.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true, "optional": true }, "node-pre-gyp": { "version": "0.6.36", - "bundled": true, + "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.36.tgz", + "integrity": "sha1-22BBEst04NR3VU6bUFsXq936t4Y=", "dev": true, "optional": true, "requires": { @@ -6160,7 +6239,8 @@ }, "nopt": { "version": "4.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz", + "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", "dev": true, "optional": true, "requires": { @@ -6170,7 +6250,8 @@ }, "npmlog": { "version": "4.1.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz", + "integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==", "dev": true, "optional": true, "requires": { @@ -6182,24 +6263,28 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", "dev": true }, "oauth-sign": { "version": "0.8.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", "dev": true, "optional": true }, "object-assign": { "version": "4.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true, "optional": true }, "once": { "version": "1.4.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { "wrappy": "1.0.2" @@ -6207,19 +6292,22 @@ }, "os-homedir": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "dev": true, "optional": true }, "os-tmpdir": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "dev": true, "optional": true }, "osenv": { "version": "0.1.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", + "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", "dev": true, "optional": true, "requires": { @@ -6229,35 +6317,41 @@ }, "path-is-absolute": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, "performance-now": { "version": "0.2.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", + "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=", "dev": true, "optional": true }, "process-nextick-args": { "version": "1.0.7", - "bundled": true, + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, "punycode": { "version": "1.4.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", "dev": true, "optional": true }, "qs": { "version": "6.4.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", + "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", "dev": true, "optional": true }, "rc": { "version": "1.2.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz", + "integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=", "dev": true, "optional": true, "requires": { @@ -6269,7 +6363,8 @@ "dependencies": { "minimist": { "version": "1.2.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true, "optional": true } @@ -6277,7 +6372,8 @@ }, "readable-stream": { "version": "2.2.9", - "bundled": true, + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", + "integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=", "dev": true, "requires": { "buffer-shims": "1.0.0", @@ -6291,7 +6387,8 @@ }, "request": { "version": "2.81.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", + "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=", "dev": true, "optional": true, "requires": { @@ -6321,7 +6418,8 @@ }, "rimraf": { "version": "2.6.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz", + "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=", "dev": true, "requires": { "glob": "7.1.2" @@ -6329,30 +6427,35 @@ }, "safe-buffer": { "version": "5.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz", + "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=", "dev": true }, "semver": { "version": "5.3.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", "dev": true, "optional": true }, "set-blocking": { "version": "2.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true, "optional": true }, "signal-exit": { "version": "3.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", "dev": true, "optional": true }, "sntp": { "version": "1.0.9", - "bundled": true, + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", + "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", "dev": true, "optional": true, "requires": { @@ -6361,7 +6464,8 @@ }, "sshpk": { "version": "1.13.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz", + "integrity": "sha1-/yo+T9BEl1Vf7Zezmg/YL6+zozw=", "dev": true, "optional": true, "requires": { @@ -6378,7 +6482,8 @@ "dependencies": { "assert-plus": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true, "optional": true } @@ -6386,7 +6491,8 @@ }, "string_decoder": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz", + "integrity": "sha1-YuIA8DmVWmgQ2N8KM//A8BNmLZg=", "dev": true, "requires": { "safe-buffer": "5.0.1" @@ -6394,7 +6500,8 @@ }, "string-width": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { "code-point-at": "1.1.0", @@ -6404,13 +6511,15 @@ }, "stringstream": { "version": "0.0.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", + "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", "dev": true, "optional": true }, "strip-ansi": { "version": "3.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { "ansi-regex": "2.1.1" @@ -6418,13 +6527,15 @@ }, "strip-json-comments": { "version": "2.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", "dev": true, "optional": true }, "tar": { "version": "2.2.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", + "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", "dev": true, "requires": { "block-stream": "0.0.9", @@ -6434,7 +6545,8 @@ }, "tar-pack": { "version": "3.4.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/tar-pack/-/tar-pack-3.4.0.tgz", + "integrity": "sha1-I74tf2cagzk3bL2wuP4/3r8xeYQ=", "dev": true, "optional": true, "requires": { @@ -6450,7 +6562,8 @@ }, "tough-cookie": { "version": "2.3.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz", + "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=", "dev": true, "optional": true, "requires": { @@ -6459,7 +6572,8 @@ }, "tunnel-agent": { "version": "0.6.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, "optional": true, "requires": { @@ -6468,30 +6582,35 @@ }, "tweetnacl": { "version": "0.14.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", "dev": true, "optional": true }, "uid-number": { "version": "0.0.6", - "bundled": true, + "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz", + "integrity": "sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=", "dev": true, "optional": true }, "util-deprecate": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "uuid": { "version": "3.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz", + "integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=", "dev": true, "optional": true }, "verror": { "version": "1.3.6", - "bundled": true, + "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz", + "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=", "dev": true, "optional": true, "requires": { @@ -6500,7 +6619,8 @@ }, "wide-align": { "version": "1.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", + "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", "dev": true, "optional": true, "requires": { @@ -6509,7 +6629,8 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true } } @@ -7316,6 +7437,12 @@ "statuses": "1.3.1" } }, + "http-parser-js": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.5.tgz", + "integrity": "sha512-sYaqbMBf8hoS6OZBwMygxdLD3TsWgzheP55nkQ7GiR7gsn8x+2oTMCoJSAQmNm3obzOjJYT6tdTz1XcYjKyUqg==", + "dev": true + }, "http-proxy": { "version": "1.16.2", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz", @@ -8190,7 +8317,7 @@ "istanbul-lib-report": "1.1.1", "istanbul-lib-source-maps": "1.2.1", "istanbul-reports": "1.1.2", - "js-yaml": "3.9.1", + "js-yaml": "3.10.0", "mkdirp": "0.5.1", "once": "1.4.0" }, @@ -8211,9 +8338,9 @@ "dev": true }, "js-yaml": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.9.1.tgz", - "integrity": "sha512-CbcG379L1e+mWBnLvHWWeLs8GyV/EMw862uLI3c+GxVyDHWZcjZinwuBd3iW2pgxgIlksW/1vNJa4to+RvDOww==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz", + "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==", "dev": true, "requires": { "argparse": "1.0.9", @@ -8284,7 +8411,7 @@ "debug": "2.6.8", "istanbul-lib-coverage": "1.1.1", "mkdirp": "0.5.1", - "rimraf": "2.6.1", + "rimraf": "2.6.2", "source-map": "0.5.7" } }, @@ -8303,9 +8430,9 @@ "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" }, "js-base64": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.2.0.tgz", - "integrity": "sha1-XoqNGTqQgZjdI9FwSCbSB7DlqPY=", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.3.1.tgz", + "integrity": "sha512-cEao+Mb0czmVPzywx6+Cd0vmTAZrHJl92xqNlrLj8KpDhi7FfQ6jECH7DeQ27MAPQRSJXpPSMhqisO7N4712Ww==", "dev": true }, "js-sha3": { @@ -10153,9 +10280,9 @@ } }, "p-map": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.1.1.tgz", - "integrity": "sha1-BfXkrpegaDcbwqXMhr+9vBnErno=", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", "dev": true }, "p-pipe": { @@ -10472,7 +10599,7 @@ "dev": true, "requires": { "chalk": "1.1.3", - "js-base64": "2.2.0", + "js-base64": "2.3.1", "source-map": "0.5.7", "supports-color": "3.2.3" }, @@ -12489,9 +12616,9 @@ } }, "rimraf": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz", - "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "dev": true, "requires": { "glob": "7.1.2" @@ -12948,7 +13075,7 @@ "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=", "dev": true, "requires": { - "websocket-driver": "0.6.5" + "websocket-driver": "0.7.0" } } } @@ -14894,9 +15021,9 @@ "globby": "6.1.0", "is-path-cwd": "1.0.0", "is-path-in-cwd": "1.0.0", - "p-map": "1.1.1", + "p-map": "1.2.0", "pify": "3.0.0", - "rimraf": "2.6.1" + "rimraf": "2.6.2" } }, "globby": { @@ -15021,11 +15148,12 @@ } }, "websocket-driver": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", - "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz", + "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=", "dev": true, "requires": { + "http-parser-js": "0.4.5", "websocket-extensions": "0.1.2" } }, diff --git a/js/package.json b/js/package.json index 9e7a56acf..7dbe8ab18 100644 --- a/js/package.json +++ b/js/package.json @@ -151,6 +151,7 @@ "@parity/dapp-contracts": "paritytech/dapp-contracts", "@parity/dapp-dapp-accounts": "paritytech/dapp-dapp-accounts", "@parity/dapp-dapp-methods": "paritytech/dapp-dapp-methods", + "@parity/dapp-dapp-visible": "paritytech/dapp-dapp-visible", "@parity/dapp-dappreg": "paritytech/dapp-dappreg", "@parity/dapp-develop": "paritytech/dapp-develop", "@parity/dapp-githubhint": "paritytech/dapp-githubhint", diff --git a/js/src/Connection/connection.css b/js/src/Connection/connection.css index a12261786..7c75ef814 100644 --- a/js/src/Connection/connection.css +++ b/js/src/Connection/connection.css @@ -15,6 +15,8 @@ /* along with Parity. If not; see . */ +@import '../ParityBar/_colors.css'; + .overlay { position: fixed; top: 0; @@ -35,13 +37,14 @@ } .body { + background: $backgroundColor; + background: $backgroundGradient; + box-shadow: rgba(0, 0, 0, 0.25) 0 14px 45px, rgba(0, 0, 0, 0.22) 0 10px 18px; + color: rgb(208, 208, 208); margin: 0 auto; + max-width: 40em; padding: 2em 4em; text-align: center; - max-width: 40em; - background: rgba(25, 25, 25, 0.75); - color: rgb(208, 208, 208); - box-shadow: rgba(0, 0, 0, 0.25) 0 14px 45px, rgba(0, 0, 0, 0.22) 0 10px 18px; } .header { diff --git a/js/src/ParityBar/_colors.css b/js/src/ParityBar/_colors.css new file mode 100644 index 000000000..1cc8741c3 --- /dev/null +++ b/js/src/ParityBar/_colors.css @@ -0,0 +1,21 @@ +/* Copyright 2015-2017 Parity Technologies (UK) Ltd. +/* This file is part of Parity. +/* +/* Parity is free software: you can redistribute it and/or modify +/* it under the terms of the GNU General Public License as published by +/* the Free Software Foundation, either version 3 of the License, or +/* (at your option) any later version. +/* +/* Parity is distributed in the hope that it will be useful, +/* but WITHOUT ANY WARRANTY; without even the implied warranty of +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +/* GNU General Public License for more details. +/* +/* You should have received a copy of the GNU General Public License +/* along with Parity. If not, see . +*/ + +$backgroundFrom: #405161; +$backgroundTo: #2c3742; +$backgroundGradient: linear-gradient(to bottom, $backgroundFrom 0%, $backgroundTo 100%); +$backgroundColor: $backgroundFrom; diff --git a/js/src/ParityBar/parityBar.css b/js/src/ParityBar/parityBar.css index d91b656c3..8d9cb6176 100644 --- a/js/src/ParityBar/parityBar.css +++ b/js/src/ParityBar/parityBar.css @@ -15,6 +15,8 @@ /* along with Parity. If not, see . */ +@import './_colors.css'; + $overlayZ: 10000; $modalZ: 10001; @@ -110,11 +112,11 @@ $modalZ: 10001; width: 960px; .content { - flex: 1; - overflow: auto; - display: flex; background: rgba(255, 255, 255, 0.95); + display: flex; + flex: 1; max-width: calc(100vw - 2em); + overflow: auto; } } @@ -123,10 +125,11 @@ $modalZ: 10001; } .cornercolor { - background: rgba(0, 0, 0, 0.75); - padding: 0.5em 1em; - display: flex; align-items: center; + background: $backgroundColor; + background: $backgroundGradient; + display: flex; + padding: 0.5em 1em; } .link { @@ -192,7 +195,8 @@ $modalZ: 10001; .header { /* height: 2em; */ padding: 0.5em 1em; - background: #444; + background: $backgroundColor; + background: $backgroundGradient; margin-bottom: 0; &::after { @@ -204,13 +208,7 @@ $modalZ: 10001; .corner { button { background-color: transparent !important; - margin: 0 !important; - padding: 0 0.5em !important; - - i { - font-size: 24px !important; - height: 24px !important; - } + padding: 0.5em 1.5em !important; } } @@ -221,11 +219,16 @@ $modalZ: 10001; .title { color: white; float: left; + + h3 { + background: transparent !important; + margin: 0 !important; + padding: 0 !important; + } } .actions { float: right; - margin-top: -2px; div { margin-left: 1em; diff --git a/js/src/Status/status.css b/js/src/Status/status.css index 89a0af383..d4f1815fb 100644 --- a/js/src/Status/status.css +++ b/js/src/Status/status.css @@ -15,17 +15,19 @@ /* along with Parity. If not, see . */ -$backgroundColor: rgba(0, 0, 0, 0.8); +@import '../ParityBar/_colors.css'; + $textColor: #ccc; .status { align-items: center; - background-color: $backgroundColor; + background: $backgroundColor; + background: $backgroundGradient; bottom: 0; color: $textColor; display: flex; left: 0; - padding: 0.4em 0.5em; + padding: 0.5em 0.75em; position: fixed; right: 0; z-index: 1000;