From faa7afe243c205f59dac4e14a10f5fc274a4790e Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 31 Dec 2018 13:02:46 +0100 Subject: [PATCH] Bump API (#42) * Bump API * Bump --- packages/ui-keyring/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 3d98e863..e2b28ffc 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.2.0", "@polkadot/keyring": "^0.33.27", - "@polkadot/types": "^0.35.13", + "@polkadot/types": "^0.35.17", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/yarn.lock b/yarn.lock index 2d097a55..71d050d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1502,10 +1502,10 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.44.tgz#2fb28215f10b869bfa544fd8df8fccb4932d64f2" integrity sha512-tor7vSd3ZsRBO9FIuKZQ9hfqEGkNZnanAFVGmoL1iSmdhcoKtYTlQe0BQafjIynqIMOfXdJ7Zes9PlorPtw6yw== -"@polkadot/types@^0.35.13": - version "0.35.13" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.13.tgz#6049bf40996dc189da9ab3b7ccf8bb730321b5eb" - integrity sha512-B/pyrgY4+a/haOoLMm3j0gLh293EP1fC3BsQxWAnnVy5FvRQ4LtnEmw0eBgfyBUGrsxpJyNApNKG/TBCEFcxbg== +"@polkadot/types@^0.35.17": + version "0.35.17" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.17.tgz#d8526a15abf1cdc3e69a33608585ffde2efecc04" + integrity sha512-MqRD9Wd4/8yu+s3PaAJgGHeH3FyFuThD0pS4v2/PaWw8dWlKuzekaFfwrAko1LOQS06ULWgAFxGZrSFgjMv9aA== dependencies: "@babel/runtime" "^7.2.0" "@polkadot/keyring" "^0.33.27"