Bump api & common (#5)

This commit is contained in:
Jaco Greeff
2018-12-06 12:39:58 +01:00
committed by GitHub
parent f1395d95f7
commit 9a4b94e534
3 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@polkadot/keyring": "^0.33.8",
"@polkadot/keyring": "^0.33.9",
"@polkadot/ui-settings": "^0.22.4",
"@polkadot/util-crypto": "^0.33.8",
"@polkadot/util-crypto": "^0.33.9",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
+2 -2
View File
@@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@polkadot/keyring": "^0.33.8",
"@polkadot/types": "^0.32.24",
"@polkadot/keyring": "^0.33.9",
"@polkadot/types": "^0.33.3",
"store": "^2.0.12"
}
}
+21 -21
View File
@@ -1430,14 +1430,14 @@
typedoc-plugin-no-inherit "^1.0.2"
typescript "^3.2.1"
"@polkadot/keyring@^0.33.8":
version "0.33.8"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.8.tgz#9891ee36235259237cdeedc21183244af16aa2dd"
integrity sha512-ZNt3mCK0CH73SqnIADH148s1AiRtin2XEqYCLODWRNmqO92a9BEtEBvLRmlkRruZf0E1SgurtaBU6jDVqy5hfw==
"@polkadot/keyring@^0.33.9":
version "0.33.9"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.9.tgz#d192ec400a0ba6f0c4825bf2e6a9f3e180c68a0f"
integrity sha512-nXyXBMdG8SIwyUmOCCaCdvJAbcftzq6ElWHgZFa84VxFYwviWMbRicPSkrvZr+KTrn7av86h7bJsnUbi/j3phQ==
dependencies:
"@babel/runtime" "^7.1.5"
"@polkadot/util" "^0.33.8"
"@polkadot/util-crypto" "^0.33.8"
"@polkadot/util" "^0.33.9"
"@polkadot/util-crypto" "^0.33.9"
"@types/bs58" "^3.0.30"
bs58 "^4.0.1"
@@ -1446,22 +1446,22 @@
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.41.tgz#647b44b038f94a7acf76633b25cb72df897872fc"
integrity sha512-/vYpjqKU+QKHNAlFdLgFZAAr54wxQMgIuszZ5BxaayUoq7ukDlvCPhUGQ3fNoyBSEaL7uTCZ/5SVRc363IehoA==
"@polkadot/types@^0.32.24":
version "0.32.24"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.32.24.tgz#26c63876a3780e733d9a76dfe249c47f23b6d377"
integrity sha512-OjA2+5Azu2ohcG2Ql/mb+EUA2SIywRKTSLVOLodkhP4Ka2Q+wayBnZ2FKiRZb3UuiqCCEOTkeoxnWvKzh6fm9w==
"@polkadot/types@^0.33.3":
version "0.33.3"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.33.3.tgz#1faa53db98c2f4e9cda7a533c38f5a885fc20e1b"
integrity sha512-hUB2Q/j6W60ktKq9M8nyEi9FZ21SbDOlRft0ZlYzMnLY6yMBDodBQKCNSUPPtR6KcaTwzuz6fvaQv7Bvg+FybA==
dependencies:
"@babel/runtime" "^7.1.5"
"@polkadot/keyring" "^0.33.8"
"@polkadot/util" "^0.33.8"
"@polkadot/keyring" "^0.33.9"
"@polkadot/util" "^0.33.9"
"@polkadot/util-crypto@^0.33.8":
version "0.33.8"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.8.tgz#14001280248cc2bd6f700b211bfe4e079dc4519b"
integrity sha512-XAK37GiLYBRO7tuLLNCe0nNPPoBK9YqPx5PykQLOLiXcV1iYcgw57WJnTtyf3R34EpSYpygqvTe62+LTWP4DXg==
"@polkadot/util-crypto@^0.33.9":
version "0.33.9"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.9.tgz#6f465604b1c5947d1a06fd4c84c845913d45a016"
integrity sha512-6beNVnvsuYd3V9LPU6yNSxjC6rzsXIWVQn4IzLUsQk7S8NEIgVSTl7xVP9OnRX6VzKSjs2DhqUe8p0ZqBygjNg==
dependencies:
"@babel/runtime" "^7.1.5"
"@polkadot/util" "^0.33.8"
"@polkadot/util" "^0.33.9"
"@types/bip39" "^2.4.1"
bip39 "^2.5.0"
blakejs "^1.1.0"
@@ -1469,10 +1469,10 @@
tweetnacl "^1.0.0"
xxhashjs "^0.2.2"
"@polkadot/util@^0.33.8":
version "0.33.8"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.8.tgz#16ae59e7f8ef390550b99abf167c157dd818e913"
integrity sha512-C+2L2JGmUVO2Vd0VHYFJCZnD4+N4uQ3YKn9YfutscgYuUPnGoxVp+ODsFui2Jmjq7L98AQ/KJDX0AGq0j4Jmhw==
"@polkadot/util@^0.33.9":
version "0.33.9"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.9.tgz#65c745cad3a9583fb6a68f734f10d12318611e89"
integrity sha512-F4doCg/l1TfrM0iNxBaxmwtbaNKcKOdKEX99Uj37So2Rwxg/XVenXa0sctA+4Vk3nauQ6kJRTUPLqiBdKAdmsg==
dependencies:
"@babel/runtime" "^7.1.5"
"@types/bn.js" "^4.11.3"