diff --git a/.travis.yml b/.travis.yml index 7d3b9da8..e6788328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ node_js: - "10" env: global: - - CC_TEST_REPORTER_ID=2e7a4e12a9039fd1b3721e79e2efa92e1d4925af092679f3d106428e01373436 + - CC_TEST_REPORTER_ID=8317dd42c8674d0f3094dda84c022abced4d0bf632b53406afd239ec4b039db2 - GH_PAGES_SRC="build-docs" cache: yarn: true diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 78e186a9..3a7e5d68 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@polkadot/keyring": "^1.0.1", - "@polkadot/types": "^0.90.0-beta.19", + "@polkadot/types": "^0.90.0-beta.22", "@polkadot/util": "^1.0.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index d4374317..d106d0df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2103,10 +2103,10 @@ dependencies: "@types/chrome" "^0.0.86" -"@polkadot/types@^0.90.0-beta.19": - version "0.90.0-beta.19" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.90.0-beta.19.tgz#3af5a0fabaed91a154106165b24e5ceb130b2f4f" - integrity sha512-5qKmtmMs2fC9mqOEe19HYk3m1CNgPajhVcTlYMlcq7SO69UuTjP6ulhJgjORPi3iK6gVnwkEmaSFAVXVkAw2QA== +"@polkadot/types@^0.90.0-beta.22": + version "0.90.0-beta.22" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.90.0-beta.22.tgz#a73278af48b0cf70f4b5124ace128e2f4a0f4681" + integrity sha512-lwITJyGweigRAP9U5FlWvaFO9dxqGxPoCg0dHYpHtcRC65zX0QnYPgTMUZbg7mtDchRGxXf17Ew+pZ+sSQq9Ug== dependencies: "@babel/runtime" "^7.5.5" "@polkadot/util" "^1.0.1"