Bump deps (#32)

This commit is contained in:
Jaco Greeff
2018-12-21 13:56:32 +01:00
committed by GitHub
parent ea547090a3
commit b4e7785a39
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.2.0",
"@polkadot/keyring": "^0.33.23",
"@polkadot/keyring": "^0.33.24",
"@polkadot/ui-settings": "^0.24.6",
"@polkadot/util-crypto": "^0.33.23",
"@polkadot/util-crypto": "^0.33.24",
"@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.2.0",
"@polkadot/keyring": "^0.33.23",
"@polkadot/types": "^0.35.4",
"@polkadot/keyring": "^0.33.24",
"@polkadot/types": "^0.35.6",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
+21 -21
View File
@@ -1486,14 +1486,14 @@
typedoc-plugin-no-inherit "^1.0.2"
typescript "^3.2.2"
"@polkadot/keyring@^0.33.23":
version "0.33.23"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.23.tgz#90f19be051b1150056eedf1ce243154d14f6e975"
integrity sha512-x/HxJdgal5OZSWnyxsXbLFnkHodr1xp8sx3hjfFbT7dfHQ6Bx0QNBhj/K1sKDyZBBTokqZBQpD+gWjIYhDRvtg==
"@polkadot/keyring@^0.33.24":
version "0.33.24"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.24.tgz#7c68dc06dd53b70f7c3e6bf3ec0acce4486da206"
integrity sha512-D1Dtrp4f/S8IRa9ZaSjbnWQ4PjJWK+bs8AOfgqoaHLlrFvXf31ipE8MYgODB0EMFDNCf8RLqr8ftG3vVsRF+vw==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/util" "^0.33.23"
"@polkadot/util-crypto" "^0.33.23"
"@polkadot/util" "^0.33.24"
"@polkadot/util-crypto" "^0.33.24"
"@types/bs58" "^3.0.30"
bs58 "^4.0.1"
@@ -1502,23 +1502,23 @@
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.44.tgz#2fb28215f10b869bfa544fd8df8fccb4932d64f2"
integrity sha512-tor7vSd3ZsRBO9FIuKZQ9hfqEGkNZnanAFVGmoL1iSmdhcoKtYTlQe0BQafjIynqIMOfXdJ7Zes9PlorPtw6yw==
"@polkadot/types@^0.35.4":
version "0.35.4"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.4.tgz#4feaed1b5fe6697b5d43010ea7a3493eb6739314"
integrity sha512-SA4+eQU5q2RHw9m5ftTtwV2Wa8qzPOUoUukbRC3niIUsTrGAx99YIMDuaMX2az/H+ZbsIq+NGDTYD9UzgQm3eg==
"@polkadot/types@^0.35.6":
version "0.35.6"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.6.tgz#a73e6b458f9d6b33c2786d3d92953e2711983412"
integrity sha512-JcZTto3LSCwBWbtDaYfLw0fwEmKIRRuz/Q6lpDK/LmD6O6q/ZJsL6osYLCyrrudA69HPW05KvUD62n+y+OzvXg==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/keyring" "^0.33.23"
"@polkadot/util" "^0.33.23"
"@polkadot/keyring" "^0.33.24"
"@polkadot/util" "^0.33.24"
core-js "^2.6.1"
"@polkadot/util-crypto@^0.33.23":
version "0.33.23"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.23.tgz#6102ccc7d826f92a62d8d7eec5481eb13c61eed4"
integrity sha512-xUGBUI1d4Mtiv5ZLPVgQbYXUiEHdtTm7yb5tw4K6HEPuxt7JgcMTVflMdcbZFZwHTRFUyNKrnraEW5LpQio8Rg==
"@polkadot/util-crypto@^0.33.24":
version "0.33.24"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.24.tgz#9b29f4aaeb2c475b38c3007816c9f0ffb74892ca"
integrity sha512-obs13hyBtO9TZ3MkleMvlWinDZUSj+59DkVndbfD8HX9hEzcs6LBWGwzKYh3Ad8wsbfpeebY/cugvtGXswzF3g==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/util" "^0.33.23"
"@polkadot/util" "^0.33.24"
"@types/bip39" "^2.4.1"
bip39 "^2.5.0"
blakejs "^1.1.0"
@@ -1526,10 +1526,10 @@
tweetnacl "^1.0.0"
xxhashjs "^0.2.2"
"@polkadot/util@^0.33.23":
version "0.33.23"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.23.tgz#c96bf22370caac93c939886f15ebbe59066365dc"
integrity sha512-Y3QvSO3BVf0MJtkKCXZwf54rvkVNhng5JxoVQgIpYufAJqTywOIXWkWQh6PW6KU/xyynWTseskUfUqVMjJjl0A==
"@polkadot/util@^0.33.24":
version "0.33.24"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.24.tgz#c8d3a765b65e99dca3bc0f8d44f5b0e21a926e92"
integrity sha512-AKBmNjwdidJ95DG2alSibO4tDFBuLjYCpPSLWmb5CfU6UFO70vpsskaoBpJPSrvJaT+EgvgcDpDewSUCb4GLbQ==
dependencies:
"@babel/runtime" "^7.2.0"
"@types/bn.js" "^4.11.3"