Bump dev, adjust req. dependencies (#567)

This commit is contained in:
Jaco
2021-12-23 08:19:23 +01:00
committed by GitHub
parent c89601d72b
commit 1bbda07e2a
5 changed files with 77 additions and 73 deletions
+1
View File
@@ -18,6 +18,7 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.5",
"@polkadot/ui-settings": "0.87.7-0",
"@polkadot/util": "^8.2.2",
"@polkadot/util-crypto": "^8.2.2",
"qrcode-generator": "^1.4.4",
+1
View File
@@ -24,6 +24,7 @@
"@polkadot/keyring": "^8.2.2",
"@polkadot/ui-settings": "0.87.7-0",
"@polkadot/util": "^8.2.2",
"@polkadot/util-crypto": "^8.2.2",
"mkdirp": "^1.0.4",
"rxjs": "^7.4.0",
"store": "^2.0.12"
+1 -1
View File
@@ -1,8 +1,8 @@
// Copyright 2017-2021 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type BN from 'bn.js';
import type { KeyringPair, KeyringPair$Json, KeyringPair$Meta } from '@polkadot/keyring/types';
import type { BN } from '@polkadot/util';
import type { EncryptedJson } from '@polkadot/util-crypto/json/types';
import type { KeypairType } from '@polkadot/util-crypto/types';
import type { AddressSubject, SingleAddress } from './observable/types';