From e8a95a144533defda3989ba2ef3c73ce27f93a3a Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 7 Dec 2018 13:59:26 +0100 Subject: [PATCH] Bump api (new RPCs) (#8) --- 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 637162a7..474799b1 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.1.5", "@polkadot/keyring": "^0.33.9", - "@polkadot/types": "^0.33.4", + "@polkadot/types": "^0.33.5", "store": "^2.0.12" } } diff --git a/yarn.lock b/yarn.lock index 6096059b..5320ac2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1446,10 +1446,10 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.41.tgz#647b44b038f94a7acf76633b25cb72df897872fc" integrity sha512-/vYpjqKU+QKHNAlFdLgFZAAr54wxQMgIuszZ5BxaayUoq7ukDlvCPhUGQ3fNoyBSEaL7uTCZ/5SVRc363IehoA== -"@polkadot/types@^0.33.4": - version "0.33.4" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.33.4.tgz#a17faba083611e0f0a3c1d4740f32b49ada3fe77" - integrity sha512-8MtJPLX7bCFRSDV9b92x+frA45G6lw5TsAsVatbRxLES9qvgUKL0X+h+ifvmcVQMLTdGJ8j8WGlMRL6IWhlLCw== +"@polkadot/types@^0.33.5": + version "0.33.5" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.33.5.tgz#a6b075c6ed104ed243103849f2ae1ee375b31a61" + integrity sha512-ITvysLq7Y1PdwlsvigKukDoEtbvG+ic/EM1xsIM08Gcy6X11kREGDHbt9ORMqPn/nQZrsd4HkI8gK4UOHp0aSQ== dependencies: "@babel/runtime" "^7.1.5" "@polkadot/keyring" "^0.33.9"