Add ui-util formatting & util (#76)

* Add ui-util formatting & util

* Update README
This commit is contained in:
Jaco Greeff
2019-02-18 11:02:42 +01:00
committed by GitHub
parent 6e9edc8065
commit 9ce16e99bc
16 changed files with 672 additions and 32 deletions
+21 -27
View File
@@ -1452,11 +1452,6 @@
universal-user-agent "^2.0.0"
url-template "^2.0.8"
"@parity/schnorrkel-js@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@parity/schnorrkel-js/-/schnorrkel-js-0.1.2.tgz#08c9663299cbe43d292599a1312a761b2426900f"
integrity sha512-eQSCY6kb16Lhnlgdz1FbADo1PEI3Xgp0ApGpNydf0yBEQ6AMVo1YN/4zMA3lFjqnurv9NsAy11OJApailUNneQ==
"@polkadot/dev-react@^0.24.2":
version "0.24.2"
resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.24.2.tgz#e8c6c7b031a1933eb93bf133f9ac401944bdefed"
@@ -1533,14 +1528,14 @@
typedoc-plugin-no-inherit "^1.1.6"
typescript "^3.3.3"
"@polkadot/keyring@^0.34.15":
version "0.34.15"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.34.15.tgz#ba8d1293cbfdd70dd9ef7d9568fd9303314cee54"
integrity sha512-unMuFK5i8w7g1w10gPHqSgHNHMLrrr33eBkIZg5DwKjbHphhBa3vdUpLR72Gsrc3W285y8qZIUhC8E/SUAR7eg==
"@polkadot/keyring@^0.34.19":
version "0.34.19"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.34.19.tgz#86caadfa4fcc0efb799749f73a5486a1a946161f"
integrity sha512-HLlAeQKqytX0YTHag0u51S1n4BC1nORtrV4s+EsMQ7//DVE6iuksTSRU0eOv80tinPSKkKv0v0aaZ+3y+HpJXw==
dependencies:
"@babel/runtime" "^7.3.1"
"@polkadot/util" "^0.34.15"
"@polkadot/util-crypto" "^0.34.15"
"@polkadot/util" "^0.34.19"
"@polkadot/util-crypto" "^0.34.19"
"@types/bs58" "^4.0.0"
bs58 "^4.0.1"
@@ -1549,24 +1544,23 @@
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.52.tgz#6fb09e494d244dad4b3a9ca581bfe13beec66565"
integrity sha512-sij1O0x4CY51A394RYD4/aQwDPwIxIeTOpYI4AZgdF/vq5nvF14b4XFq9vAcSnblaIosf0sYKoz1f3dkN3QqLw==
"@polkadot/types@^0.43.6":
version "0.43.6"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.43.6.tgz#0878672be0e4bfd898558af574638c5d1247f282"
integrity sha512-SJBIcjdDH16zVUqKZ6+wknBA91SgxI8dNobXqDfqOel7KxYXHcXnyHgWgHNzvGMATSoDMZS8zBqs5w455AwthA==
"@polkadot/types@^0.43.10":
version "0.43.10"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.43.10.tgz#eccba24b938a36e193d789e52f21786732db0bc1"
integrity sha512-6yUfy2fmGIfTZXT0ff/RXXD9uHt7PjwwKH+LTi/tTPOKNJy7P9ltVVfbaMIi9J9DgBrTLYgJssGUHHvCjmXX2A==
dependencies:
"@babel/runtime" "^7.3.1"
"@polkadot/keyring" "^0.34.15"
"@polkadot/util" "^0.34.15"
"@polkadot/keyring" "^0.34.19"
"@polkadot/util" "^0.34.19"
core-js "^2.6.5"
"@polkadot/util-crypto@^0.34.15":
version "0.34.15"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.34.15.tgz#528a98d73a744b220e43f1f220140c866a886f39"
integrity sha512-UO+8yb8obHA0BxjCdHsnMRxL61SJ/kzQ2gGAOMPf3k0CgrNWlNF+SfBiZhaPkf+nqyRJPS6R3SxC7Pl6PrynNA==
"@polkadot/util-crypto@^0.34.19":
version "0.34.19"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.34.19.tgz#776fbefe5bee80f32281d6b61c2cb8d5c608f03d"
integrity sha512-tY5V7GPAt8gHNlpGDV787wnZefvQeIxNbC/eo0liE/WEaCaU4DRbvV3VnbcsRlBvLg4tpuqSqlXYMELoqTNSig==
dependencies:
"@babel/runtime" "^7.3.1"
"@parity/schnorrkel-js" "^0.1.2"
"@polkadot/util" "^0.34.15"
"@polkadot/util" "^0.34.19"
"@types/bip39" "^2.4.2"
"@types/webassembly-js-api" "^0.0.2"
"@types/xxhashjs" "^0.2.0"
@@ -1576,10 +1570,10 @@
tweetnacl "^1.0.1"
xxhashjs "^0.2.2"
"@polkadot/util@^0.34.15":
version "0.34.15"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.34.15.tgz#ea7168748fab68244d915f9e88cb1d5cdad27023"
integrity sha512-PkmLRZq+XQc27RHTtvaP+V8uWVR5cT1Y6spVKMlEadYreQtesfUNN5Ujaj9zCFuMnmV3Ye89bYqTvaA4cNy99A==
"@polkadot/util@^0.34.19":
version "0.34.19"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.34.19.tgz#46e690e2cc732a64e0a1ba859135afc9cad844ab"
integrity sha512-bLWXrkrZr4aNMvpdsElE3G4ZtJFV+1zXciOFM9jTHmVMt1f5KCHO6BdNkLC16RPToGmMDYB0bD+waTadQ6QW6g==
dependencies:
"@babel/runtime" "^7.3.1"
"@types/bn.js" "^4.11.4"