diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index cb376cec..3077d8ad 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.28", - "@polkadot/types": "^0.36.2", + "@polkadot/types": "^0.36.3", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/yarn.lock b/yarn.lock index ba88dff2..bfd872e7 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.36.2": - version "0.36.2" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.36.2.tgz#fe2d005c32388b30582f5b918e7de1b3bea7eb36" - integrity sha512-vK2ZM2QNDTNYbLAdH0eiDnCnpfB1yurKJVLTP+YFn3U21twDuVe4hBwhxTJ+CqokTQrXlct6I/kpmAMeT6scEA== +"@polkadot/types@^0.36.3": + version "0.36.3" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.36.3.tgz#23026ef777515a1807c24308623ae4ee98b3ebbb" + integrity sha512-ZvP6mxtUy7SrGpsEND4o2BnNEXXsiMI6pLJ4OXrlJoxQH1ad4syfCoV3A3XBpnHTXmsWmB+aCD2sUqECqe2V1A== dependencies: "@babel/runtime" "^7.2.0" "@polkadot/keyring" "^0.33.28"