From b463c040f8589fbcd324d08715ee75b4044156a8 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 8 Jan 2019 15:27:25 +0100 Subject: [PATCH] Bump to API 0.38 (#53) --- 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 8968a444..fcaddc57 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.30", - "@polkadot/types": "^0.37.13", + "@polkadot/types": "^0.38.1", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/yarn.lock b/yarn.lock index 220f9902..7873f8e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1451,10 +1451,10 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.47.tgz#89a7e44ce3274feb446e8102f16499ec6a5b5720" integrity sha512-UE8Wru0BOk+h0RiDAxo1P5dpk9mZyK1VIJiKKM2vfzQqMCPfKnSuQXXXkNzJ/4dqjRJ6ilYwFkzXQwemJWF0+w== -"@polkadot/types@^0.37.13": - version "0.37.13" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.37.13.tgz#04d164fb599f55cf90cd4e8a6fd534fc8e0f9aea" - integrity sha512-mpEu5BieV2ZMMVvQl28OPnI4d+4lTScWLEQfyvxUVzq3Y9P+OSXpUB2N7W/QSAhGs3oWp3dwCaJUfQ57yh16Vw== +"@polkadot/types@^0.38.1": + version "0.38.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.38.1.tgz#427f86d7d59bb735d9bf24a666620c726ddddf14" + integrity sha512-fTLFLovA1d43gnWis9qaBWN/zbQumQBu4CThoh9Ms3bjfXQcWkHPXgGmiT5RkeWaazEEAyAXHytofQ53uQbZ2Q== dependencies: "@babel/runtime" "^7.2.0" "@polkadot/keyring" "^0.33.30"