Bump dependencies (#45)

This commit is contained in:
Jaco Greeff
2019-01-03 16:53:21 +01:00
committed by GitHub
parent 85304a7624
commit 374ffade37
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.27",
"@polkadot/keyring": "^0.33.28",
"@polkadot/ui-settings": "^0.24.18",
"@polkadot/util-crypto": "^0.33.27",
"@polkadot/util-crypto": "^0.33.28",
"@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.27",
"@polkadot/types": "^0.35.19",
"@polkadot/keyring": "^0.33.28",
"@polkadot/types": "^0.36.1",
"@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.27":
version "0.33.27"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.27.tgz#f8b89bcf5e5a0975e72a7c146e78f4a727ccc697"
integrity sha512-khZe+jNggZ0LY6HA+mEKWXcdsHYDuW6eVNk3JMKK4MjdVfVRJ1Ep7dm2lMiHeJtXknJz57qzPKLelPI4YbQe8A==
"@polkadot/keyring@^0.33.28":
version "0.33.28"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.28.tgz#4b71941cab21b248d4b79e7f6520aa6566cc9110"
integrity sha512-b5XN16vPZgWzCKPGkjbeYpfGAlznSu2XON8I+//Fz6h44JxcihhysqqyYQmODAEg6ktolbKI18eHjN3eMQBqxA==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/util" "^0.33.27"
"@polkadot/util-crypto" "^0.33.27"
"@polkadot/util" "^0.33.28"
"@polkadot/util-crypto" "^0.33.28"
"@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.19":
version "0.35.19"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.19.tgz#78457eb998e11c2ae741c7e982a2613e9cfee5cf"
integrity sha512-KiLARkFwne4Hy/4smL/XKcqWg5obkFhDDQp7kivCaL1hyxe+nrGIlfWrR6pCoFkbw0vGCHqICb3HuewznrzYCA==
"@polkadot/types@^0.36.1":
version "0.36.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.36.1.tgz#f932e70c1e109cec0223e556eeda3c1ef667b02e"
integrity sha512-Xt0QEVtE4bQT2IwMDmncu81O4G0RBm3uxGFr5/NMorOyiqiPYZvbUAODQOk6aDPNlADhaoLWRpoaS3V+NeYodw==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/keyring" "^0.33.27"
"@polkadot/util" "^0.33.27"
"@polkadot/keyring" "^0.33.28"
"@polkadot/util" "^0.33.28"
core-js "^2.6.1"
"@polkadot/util-crypto@^0.33.27":
version "0.33.27"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.27.tgz#efea792ebe43fa679e924f303bdcb6857c28e6d4"
integrity sha512-ZdlcUnPJOerbgbYJgMQHtGz8SGUr43geZ5/QIE4v8SkdSnwP6MKEvve/G2AkzmXIUZsLMpfW5k3CRsEFNHd1lQ==
"@polkadot/util-crypto@^0.33.28":
version "0.33.28"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.28.tgz#4f3b191511c3e0ca1e5c3a2a149cb01c9f291e08"
integrity sha512-FrRehpn+pNUWaxctn1soOctl7XQfB+L54FW9R8846GkY6XyrAlZVMQipxNC5oUb9O13gkxmvfB5holFKj8F6Kg==
dependencies:
"@babel/runtime" "^7.2.0"
"@polkadot/util" "^0.33.27"
"@polkadot/util" "^0.33.28"
"@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.27":
version "0.33.27"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.27.tgz#982e9afdd648731c88690ab6208512ca3bcde1ab"
integrity sha512-jLYx8dcTag6ACdYybeGWBkmpQj7DsTZ2mCqInhQFCuYmb1h7P7QK/RRDrCQ+Ai3yHfHol8pq/k/oQrgKXpyt6g==
"@polkadot/util@^0.33.28":
version "0.33.28"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.28.tgz#e6b0fb680cae40038344bc197d15a18eec095826"
integrity sha512-4RMuTJ4iAX8eBbUtVK+og0ZIgirQor+eF77fULfzVEJyDL5+SigM7H0v8gCIYL0I6ClHDENijI6P9FrQpRABFQ==
dependencies:
"@babel/runtime" "^7.2.0"
"@types/bn.js" "^4.11.3"