From fa9f8c9d7627bcebb144d17b970e5db43f708e61 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 14 Dec 2018 11:55:20 +0100 Subject: [PATCH] Bump api (#20) --- 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 604bd9cb..9402e26f 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.13", - "@polkadot/types": "^0.33.12", + "@polkadot/types": "^0.33.15", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/yarn.lock b/yarn.lock index bbdbf75c..333195a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1441,10 +1441,10 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.43.tgz#e59d86cf6bed833010315c5b301bfea6c05fd4a8" integrity sha512-B7mSH+yrc7PBHMWUfpTFAK0OLgOesWlzkhse0/O8Itu2Rf6YrixEnhUYKEDp7mDO3h2SlBwn6BfVkvY4qvtwgg== -"@polkadot/types@^0.33.12": - version "0.33.12" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.33.12.tgz#647c526eeab29805d74e0ab1424bcf5d2d14606f" - integrity sha512-uiQb54yjVnHpTBc7ARo2ll301s6hFeGybh3Nh3s7knA695IX05ridsdwV1BCj3xsdp7SvjHEt6whqwcJRE3lDg== +"@polkadot/types@^0.33.15": + version "0.33.15" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.33.15.tgz#9976dda51b612e40f7b2a3af864c7a588687970f" + integrity sha512-5I7Jy/401QM5WYTufIvKhex14gAXH+JwrfiSNIqYppgBoN8DDh3sKBSYpNo0jWEpmZO7iD/2MlZ+lgSdGSSm9w== dependencies: "@babel/runtime" "^7.2.0" "@polkadot/keyring" "^0.33.13"