From 155d2c655d76c669d1fe8834398e0368d19cf214 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 26 Dec 2018 14:55:23 +0100 Subject: [PATCH] Bump api (#37) --- 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 e0caa7fe..bbde3f4c 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.10", + "@polkadot/types": "^0.35.11", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/yarn.lock b/yarn.lock index ca59a377..62569269 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.10": - version "0.35.10" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.10.tgz#6e0874bc4017dd30193337b7aae0dbc947d8ba68" - integrity sha512-MqRPJKuSjxfFA+EjU5Sk56izbSN5ntsVmctE/GY9ncY1IgfS+1y9YlJt4b2jZuEJFzRTBXAU7p91smmEoIYNPQ== +"@polkadot/types@^0.35.11": + version "0.35.11" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.35.11.tgz#3978a80d6c2f7077723dd61150f5c10123361e05" + integrity sha512-+l+zDgfRVzuL/DS4OYBoDUp92L8Hee9l8ojQNPxpv6XkZ2YcAS04wBbULoWiMvR2+u7Eanvm2BppGizhSSVZkg== dependencies: "@babel/runtime" "^7.2.0" "@polkadot/keyring" "^0.33.27"