This commit is contained in:
Jaco Greeff 2017-08-11 03:19:28 +02:00
parent 039729a074
commit f0e20142af
1 changed files with 134 additions and 134 deletions

268
js/package-lock.json generated
View File

@ -5,7 +5,7 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@parity/abi": { "@parity/abi": {
"version": "github:paritytech/js-abi#846052ea14bbd143614d750c53336e417c4ea0fa", "version": "github:paritytech/js-abi#94326d172d999e96d9cc7131228b8fbfdd7dd1db",
"requires": { "requires": {
"bignumber.js": "3.0.1", "bignumber.js": "3.0.1",
"js-sha3": "0.5.5", "js-sha3": "0.5.5",
@ -13,10 +13,10 @@
} }
}, },
"@parity/api": { "@parity/api": {
"version": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "version": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"requires": { "requires": {
"@parity/abi": "github:paritytech/js-abi#846052ea14bbd143614d750c53336e417c4ea0fa", "@parity/abi": "github:paritytech/js-abi#94326d172d999e96d9cc7131228b8fbfdd7dd1db",
"@parity/jsonrpc": "github:paritytech/js-jsonrpc#4b0b0ffb551405f626b6d8d1fc0451868f2ac357", "@parity/jsonrpc": "github:paritytech/js-jsonrpc#a8321f461dea8a3e47e9ed5178b61ff57060aeda",
"@parity/wordlist": "1.1.0", "@parity/wordlist": "1.1.0",
"bignumber.js": "3.0.1", "bignumber.js": "3.0.1",
"blockies": "0.0.2", "blockies": "0.0.2",
@ -40,15 +40,15 @@
} }
}, },
"@parity/dapp-account": { "@parity/dapp-account": {
"version": "github:paritytech/dapp-account#427e6f066c1ea5f90897d4c13587fac09deb0d33", "version": "github:paritytech/dapp-account#c6d4fb753897ec28dfd1011d4548f0efcf29d786",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#6d996ab0ec84e75d898f1bd45e93263d659953e4", "@parity/dapp-accounts": "github:paritytech/dapp-accounts#bd512ef329949347f0b354543df1d28c413dfd2c",
"@parity/dapp-vaults": "github:paritytech/dapp-vaults#5f96812ce9d3adf3ea32b6ef8c9f08d444f66afe", "@parity/dapp-vaults": "github:paritytech/dapp-vaults#0253d0b75d3e8e293427cefe0339d7cb2e22c8a2",
"@parity/parity.js": "1.8.7", "@parity/parity.js": "1.8.7",
"@parity/shapeshift": "github:paritytech/js-shapeshift#81956f9a70c7ae3592c78aef5b1c31e26571997d", "@parity/shapeshift": "github:paritytech/js-shapeshift#96e0d688c82ec700df1bb992658c63715211155a",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"happypack": "3.1.0", "happypack": "3.1.0",
"lodash": "4.17.2", "lodash": "4.17.2",
"oo7": "0.5.3", "oo7": "0.5.3",
@ -67,12 +67,12 @@
} }
}, },
"@parity/dapp-accounts": { "@parity/dapp-accounts": {
"version": "github:paritytech/dapp-accounts#6d996ab0ec84e75d898f1bd45e93263d659953e4", "version": "github:paritytech/dapp-accounts#bd512ef329949347f0b354543df1d28c413dfd2c",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-vaults": "github:paritytech/dapp-vaults#5f96812ce9d3adf3ea32b6ef8c9f08d444f66afe", "@parity/dapp-vaults": "github:paritytech/dapp-vaults#0253d0b75d3e8e293427cefe0339d7cb2e22c8a2",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"file-saver": "1.3.3", "file-saver": "1.3.3",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",
@ -82,84 +82,84 @@
} }
}, },
"@parity/dapp-address": { "@parity/dapp-address": {
"version": "github:paritytech/dapp-address#5b3dab78f0dc3d17bc8b4e9146ce6cfada2bbe76", "version": "github:paritytech/dapp-address#2a59d50430b51d0f0340b5807dd3dd59362a2516",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-account": "github:paritytech/dapp-account#427e6f066c1ea5f90897d4c13587fac09deb0d33", "@parity/dapp-account": "github:paritytech/dapp-account#c6d4fb753897ec28dfd1011d4548f0efcf29d786",
"@parity/dapp-addresses": "github:paritytech/dapp-addresses#8f3104e7c0f0da4cb61d5610e231a8eff8f41456", "@parity/dapp-addresses": "github:paritytech/dapp-addresses#5f5d02ff586c988f010cbc5271af2924e28ba94a",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-addresses": { "@parity/dapp-addresses": {
"version": "github:paritytech/dapp-addresses#8f3104e7c0f0da4cb61d5610e231a8eff8f41456", "version": "github:paritytech/dapp-addresses#5f5d02ff586c988f010cbc5271af2924e28ba94a",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#6d996ab0ec84e75d898f1bd45e93263d659953e4", "@parity/dapp-accounts": "github:paritytech/dapp-accounts#bd512ef329949347f0b354543df1d28c413dfd2c",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-chaindeploy": { "@parity/dapp-chaindeploy": {
"version": "github:paritytech/dapp-chaindeploy#defb80bcca3c54df6ebd6f4f9a53c4209d3c187c", "version": "github:paritytech/dapp-chaindeploy#ea0bbd39a7d01c2cc7b7a9e6fd34506691735156",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1" "react-dom": "15.6.1"
} }
}, },
"@parity/dapp-contract": { "@parity/dapp-contract": {
"version": "github:paritytech/dapp-contract#d0b04bca39505ce226076bcff946d787ef17a3ef", "version": "github:paritytech/dapp-contract#d832dd9cb8fda821ce295e27deb49c0cd9102162",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-account": "github:paritytech/dapp-account#427e6f066c1ea5f90897d4c13587fac09deb0d33", "@parity/dapp-account": "github:paritytech/dapp-account#c6d4fb753897ec28dfd1011d4548f0efcf29d786",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-contracts": { "@parity/dapp-contracts": {
"version": "github:paritytech/dapp-contracts#e15db788dd7505946f568fbef0814d6b1dd73a9f", "version": "github:paritytech/dapp-contracts#cbea99adec643241afaa0579704405d3e234f86d",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-account": "github:paritytech/dapp-account#427e6f066c1ea5f90897d4c13587fac09deb0d33", "@parity/dapp-account": "github:paritytech/dapp-account#c6d4fb753897ec28dfd1011d4548f0efcf29d786",
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#6d996ab0ec84e75d898f1bd45e93263d659953e4", "@parity/dapp-accounts": "github:paritytech/dapp-accounts#bd512ef329949347f0b354543df1d28c413dfd2c",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-dapp-accounts": { "@parity/dapp-dapp-accounts": {
"version": "github:paritytech/dapp-dapp-accounts#77d8ebac0b0e6bcb7b46dbe71104ecf7133c6e3c", "version": "github:paritytech/dapp-dapp-accounts#fc05f741aed3ef4f6642c18cb7af8aaae3c6e029",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-dapp-methods": { "@parity/dapp-dapp-methods": {
"version": "github:paritytech/dapp-dapp-methods#4d2ce2a5ad950669cb97a37f875491b8591b9ee4", "version": "github:paritytech/dapp-dapp-methods#029ef615032be101fcdbc664d5853fc892776c06",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-dappreg": { "@parity/dapp-dappreg": {
"version": "github:paritytech/dapp-dappreg#ac5046c6e6d689b76f179728c1d33caec2b1c5c1", "version": "github:paritytech/dapp-dappreg#444906a39fade989b63f57f248fb5a0df257d80d",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-develop": { "@parity/dapp-develop": {
"version": "github:paritytech/dapp-develop#9bdbfc66b5b02b26e8ca709949fcdb2f6cbcf0cf", "version": "github:paritytech/dapp-develop#e13ad2b6e64ea4c191610e19fb43bd7e58a0f477",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-contracts": "github:paritytech/dapp-contracts#e15db788dd7505946f568fbef0814d6b1dd73a9f", "@parity/dapp-contracts": "github:paritytech/dapp-contracts#cbea99adec643241afaa0579704405d3e234f86d",
"@parity/parity.js": "1.8.7", "@parity/parity.js": "1.8.7",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"oo7": "0.5.3", "oo7": "0.5.3",
"oo7-parity": "0.6.8", "oo7-parity": "0.6.8",
"oo7-react": "0.4.5", "oo7-react": "0.4.5",
@ -171,10 +171,10 @@
} }
}, },
"@parity/dapp-githubhint": { "@parity/dapp-githubhint": {
"version": "github:paritytech/dapp-githubhint#3a606a4960a372f8215799bb0e744f141c2513b4", "version": "github:paritytech/dapp-githubhint#fc5b8bb99e90736c552562f32b9c877b72503e5a",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"moment": "2.17.0", "moment": "2.17.0",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",
@ -182,12 +182,12 @@
} }
}, },
"@parity/dapp-home": { "@parity/dapp-home": {
"version": "github:paritytech/dapp-home#65b1054ea601911a1ae4d79f9db6dfc2b6d69c2f", "version": "github:paritytech/dapp-home#e69fceb760f6caf92c7d2ab9bad2ac4d7b90b5cc",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-web": "github:paritytech/dapp-web#1d08422d7af5a925808015f16b4c9fe130c55bc3", "@parity/dapp-web": "github:paritytech/dapp-web#759612f013c912ba7748d5dd43865882564aded4",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"react-markdown": "2.4.4" "react-markdown": "2.4.4"
}, },
"dependencies": { "dependencies": {
@ -204,43 +204,43 @@
} }
}, },
"@parity/dapp-localtx": { "@parity/dapp-localtx": {
"version": "github:paritytech/dapp-localtx#c8bca5e0b536ffa59f323ae6b2e55525664142d6", "version": "github:paritytech/dapp-localtx#e16d6021f63d508803af228add30362012936803",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-playground": { "@parity/dapp-playground": {
"version": "github:paritytech/dapp-playground#71cd217a383b48b69b3808e830bf4fb46d8e346a", "version": "github:paritytech/dapp-playground#9939815008cfe8553971e78d91649e9bb6376d1e",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-registry": { "@parity/dapp-registry": {
"version": "github:paritytech/dapp-registry#3893f249154506e280b27e17816fbb0354d3a97c", "version": "github:paritytech/dapp-registry#b2ac9ffe1cde043029375024d7f0f165c44c8890",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"material-ui": "0.16.5" "material-ui": "0.16.5"
} }
}, },
"@parity/dapp-settings": { "@parity/dapp-settings": {
"version": "github:paritytech/dapp-settings#2b6f9fe565920a268ea67c1a2824dea051622dfd", "version": "github:paritytech/dapp-settings#1e41529e0ed4739dd57723e3cc107c8190c6d217",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-signaturereg": { "@parity/dapp-signaturereg": {
"version": "github:paritytech/dapp-signaturereg#04474095e89799804a54e45ec9b5de631d774d89", "version": "github:paritytech/dapp-signaturereg#47dab554c0ecc00e89d8286d93ac6db28749131e",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"moment": "2.17.0", "moment": "2.17.0",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",
@ -248,36 +248,36 @@
} }
}, },
"@parity/dapp-signer": { "@parity/dapp-signer": {
"version": "github:paritytech/dapp-signer#284844feb511c821ac17765e8f3e5f044d128833", "version": "github:paritytech/dapp-signer#a35e3c8e057488b10dc4010b323012d6856cc6a9",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-status": { "@parity/dapp-status": {
"version": "github:paritytech/dapp-status#e43c835590c48b13536037dd77e9819cf100b304", "version": "github:paritytech/dapp-status#17dd54fe4bcdb919d609bd163389e86858c1ab4d",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"bytes": "2.4.0", "bytes": "2.4.0",
"format-number": "2.0.1" "format-number": "2.0.1"
} }
}, },
"@parity/dapp-tokendeploy": { "@parity/dapp-tokendeploy": {
"version": "github:paritytech/dapp-tokendeploy#9d7720b64edaa782b743c8bf0eb22fce7698d266", "version": "github:paritytech/dapp-tokendeploy#1dab05a20bab9649cf6782df468b0385aef3af41",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-tokenreg": { "@parity/dapp-tokenreg": {
"version": "github:paritytech/dapp-tokenreg#49c2a1d297d52073cfe06f43e8bfb45b38d67230", "version": "github:paritytech/dapp-tokenreg#df40c9b292319678fd59cec2806714827a6fad4e",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"material-ui": "0.16.5", "material-ui": "0.16.5",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",
@ -285,35 +285,35 @@
} }
}, },
"@parity/dapp-vaults": { "@parity/dapp-vaults": {
"version": "github:paritytech/dapp-vaults#5f96812ce9d3adf3ea32b6ef8c9f08d444f66afe", "version": "github:paritytech/dapp-vaults#0253d0b75d3e8e293427cefe0339d7cb2e22c8a2",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-wallet": { "@parity/dapp-wallet": {
"version": "github:paritytech/dapp-wallet#02f51fb1cd31ed2fad597c65cce1acbd345fd82c", "version": "github:paritytech/dapp-wallet#f452b8f22d496fb32a52e553ccd7b81dfadf201a",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/dapp-account": "github:paritytech/dapp-account#427e6f066c1ea5f90897d4c13587fac09deb0d33", "@parity/dapp-account": "github:paritytech/dapp-account#c6d4fb753897ec28dfd1011d4548f0efcf29d786",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145" "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394"
} }
}, },
"@parity/dapp-web": { "@parity/dapp-web": {
"version": "github:paritytech/dapp-web#1d08422d7af5a925808015f16b4c9fe130c55bc3", "version": "github:paritytech/dapp-web#759612f013c912ba7748d5dd43865882564aded4",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"@parity/ui": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "@parity/ui": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"base32.js": "0.1.0" "base32.js": "0.1.0"
} }
}, },
"@parity/etherscan": { "@parity/etherscan": {
"version": "github:paritytech/js-etherscan#eee260b2fc7ef73fb921cf753d1c9cbe7f6a6331", "version": "github:paritytech/js-etherscan#9e4c851e7aab02b695f04c526d47c9a5b910a14f",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"bignumber.js": "3.0.1", "bignumber.js": "3.0.1",
"es6-promise": "4.1.1", "es6-promise": "4.1.1",
"node-fetch": "1.6.3", "node-fetch": "1.6.3",
@ -329,10 +329,10 @@
} }
}, },
"@parity/jsonrpc": { "@parity/jsonrpc": {
"version": "github:paritytech/js-jsonrpc#4b0b0ffb551405f626b6d8d1fc0451868f2ac357" "version": "github:paritytech/js-jsonrpc#a8321f461dea8a3e47e9ed5178b61ff57060aeda"
}, },
"@parity/ledger": { "@parity/ledger": {
"version": "github:paritytech/js-ledger#cf835b4b07efaa794d9bf97b41e49a6a15a2f084", "version": "github:paritytech/js-ledger#6f4f1f187b93b4c5c771617840ba6a527c9dc1a7",
"requires": { "requires": {
"u2f-api": "0.0.9", "u2f-api": "0.0.9",
"u2f-api-polyfill": "0.4.3" "u2f-api-polyfill": "0.4.3"
@ -356,15 +356,15 @@
} }
}, },
"@parity/shapeshift": { "@parity/shapeshift": {
"version": "github:paritytech/js-shapeshift#81956f9a70c7ae3592c78aef5b1c31e26571997d", "version": "github:paritytech/js-shapeshift#96e0d688c82ec700df1bb992658c63715211155a",
"requires": { "requires": {
"node-fetch": "1.6.3" "node-fetch": "1.6.3"
} }
}, },
"@parity/shared": { "@parity/shared": {
"version": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "version": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"requires": { "requires": {
"@parity/ledger": "github:paritytech/js-ledger#cf835b4b07efaa794d9bf97b41e49a6a15a2f084", "@parity/ledger": "github:paritytech/js-ledger#6f4f1f187b93b4c5c771617840ba6a527c9dc1a7",
"eventemitter3": "2.0.3", "eventemitter3": "2.0.3",
"loglevel": "1.4.1", "loglevel": "1.4.1",
"mobx": "2.6.4", "mobx": "2.6.4",
@ -381,11 +381,11 @@
} }
}, },
"@parity/ui": { "@parity/ui": {
"version": "github:paritytech/js-ui#d8b67e2ce6cdcc372fe20403ae5126debef69145", "version": "github:paritytech/js-ui#8c9d61ba4e3d93eb068d6bcc36984b4499d68394",
"requires": { "requires": {
"@parity/api": "github:paritytech/js-api#1de39af81e9cd05817ec4845d6d50da2b5f128d2", "@parity/api": "github:paritytech/js-api#0bbfbb92c34979ba063c56a2419f6f4a0e2b2504",
"@parity/etherscan": "github:paritytech/js-etherscan#eee260b2fc7ef73fb921cf753d1c9cbe7f6a6331", "@parity/etherscan": "github:paritytech/js-etherscan#9e4c851e7aab02b695f04c526d47c9a5b910a14f",
"@parity/shared": "github:paritytech/js-shared#7f3227e2f301e39849a1342c3bac057b98bfec90", "@parity/shared": "github:paritytech/js-shared#35b0e7a9224510c29c0232b6758d1edd7165b0e2",
"bignumber.js": "3.0.1", "bignumber.js": "3.0.1",
"brace": "0.9.0", "brace": "0.9.0",
"date-difference": "1.0.0", "date-difference": "1.0.0",
@ -1676,7 +1676,7 @@
"babel-plugin-transform-exponentiation-operator": "6.24.1", "babel-plugin-transform-exponentiation-operator": "6.24.1",
"babel-plugin-transform-regenerator": "6.24.1", "babel-plugin-transform-regenerator": "6.24.1",
"browserslist": "1.7.7", "browserslist": "1.7.7",
"electron-to-chromium": "1.3.17", "electron-to-chromium": "1.3.18",
"invariant": "2.2.2" "invariant": "2.2.2"
} }
}, },
@ -2289,7 +2289,7 @@
"dev": true, "dev": true,
"requires": { "requires": {
"caniuse-db": "1.0.30000713", "caniuse-db": "1.0.30000713",
"electron-to-chromium": "1.3.17" "electron-to-chromium": "1.3.18"
} }
}, },
"buffer": { "buffer": {
@ -4187,9 +4187,9 @@
} }
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.17", "version": "1.3.18",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.17.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.18.tgz",
"integrity": "sha1-QcE0V8xxZsXBXnZ65h2GqMrN7l0=", "integrity": "sha1-PcyZ2j5rZl9qu8ccKK1Ros1zGpw=",
"dev": true "dev": true
}, },
"element-resize-detector": { "element-resize-detector": {
@ -8193,7 +8193,7 @@
"bindings": "1.3.0", "bindings": "1.3.0",
"inherits": "2.0.3", "inherits": "2.0.3",
"nan": "2.6.2", "nan": "2.6.2",
"prebuild-install": "2.2.1", "prebuild-install": "2.2.2",
"safe-buffer": "5.1.1" "safe-buffer": "5.1.1"
} }
}, },
@ -10888,9 +10888,9 @@
} }
}, },
"prebuild-install": { "prebuild-install": {
"version": "2.2.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.2.1.tgz", "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.2.2.tgz",
"integrity": "sha512-y/sgNJ49vjXQ3qYdSI/jTRZq6D7g5Q2euK6x0/L8dvwK1EGvNLidtg2t4PZzTgkR6LahkzpYVshOmHKYtp0AlQ==", "integrity": "sha512-F46pcvDxtQhbV3B+dm+exHuKxIyJK26fVNiJRmbTW/5D7o0Z2yzc8CKeu7UWbo9XxQZoVOC88aKgySAsza+cWw==",
"requires": { "requires": {
"expand-template": "1.0.3", "expand-template": "1.0.3",
"github-from-package": "0.0.0", "github-from-package": "0.0.0",
@ -12109,7 +12109,7 @@
"drbg.js": "1.0.1", "drbg.js": "1.0.1",
"elliptic": "6.4.0", "elliptic": "6.4.0",
"nan": "2.6.2", "nan": "2.6.2",
"prebuild-install": "2.2.1" "prebuild-install": "2.2.2"
} }
}, },
"seek-bzip": { "seek-bzip": {