From be451f1bdb9865b32d0e3f86b5b2768109255a90 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sun, 10 Nov 2019 16:33:58 +0100 Subject: [PATCH] Bump deps (#240) --- packages/ui-keyring/package.json | 2 +- packages/ui-settings/src/defaults/index.ts | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 357dce0b..0fd193f2 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@polkadot/keyring": "^1.7.0-beta.5", - "@polkadot/types": "^0.96.0-beta.34", + "@polkadot/types": "^0.97.0-beta.0", "@polkadot/util": "^1.7.0-beta.5" }, "optionalDependencies": { diff --git a/packages/ui-settings/src/defaults/index.ts b/packages/ui-settings/src/defaults/index.ts index 2f3eae49..8995e79d 100644 --- a/packages/ui-settings/src/defaults/index.ts +++ b/packages/ui-settings/src/defaults/index.ts @@ -10,7 +10,7 @@ import { LEDGER_CONN, LEDGER_CONN_DEFAULT } from './ledger'; import { PREFIXES, PREFIX_DEFAULT } from './ss58'; import { ICON_DEFAULT, ICON_DEFAULT_HOST, ICONS, UIMODE_DEFAULT, UIMODES, UITHEME_DEFAULT, UITHEMES } from './ui'; -const CAMERA_DEFAULT = 'on'; +const CAMERA_DEFAULT = 'off'; const CAMERA: Option[] = [ { diff --git a/yarn.lock b/yarn.lock index e19e2830..9337efe8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2179,10 +2179,10 @@ dependencies: "@types/chrome" "^0.0.91" -"@polkadot/types@^0.96.0-beta.34": - version "0.96.0-beta.34" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.96.0-beta.34.tgz#cb1edf3e1698952a815801aa3b7239612fbe4450" - integrity sha512-K5/ys+uggqZW0jLkpGAyhleOjBClxqNeqNvdphQssDqZzc341et/TXHm+SjtrOUkYjuIk2g+W+xGYFLNu0xe0g== +"@polkadot/types@^0.97.0-beta.0": + version "0.97.0-beta.0" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.97.0-beta.0.tgz#a507cc0a9d77ac2f2a9c8bea83c25bf4c9da95df" + integrity sha512-Jny8rMr4NPahvgcFpdWFBul0xVO6OBrnsT5nl4oDaKIF3urKuRuH3RYyrzlUZOYV5EslwMHV6OYjE7Gk5EIzbQ== dependencies: "@babel/runtime" "^7.7.1" "@polkadot/util" "^1.7.0-beta.5"