mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-23 23:35:41 +00:00
@@ -12,12 +12,12 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^6.11.2-14",
|
||||
"@polkadot/keyring": "^6.11.2-15",
|
||||
"@polkadot/reactnative-identicon": "0.83.2-4",
|
||||
"@polkadot/ui-keyring": "0.83.2-4",
|
||||
"@polkadot/ui-settings": "0.83.2-4",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util-crypto": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"@polkadot/util-crypto": "^6.11.2-15",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"fast-text-encoding": "^1.0.3",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/keyring": "^6.11.2-14",
|
||||
"@polkadot/keyring": "^6.11.2-15",
|
||||
"@polkadot/ui-settings": "0.83.2-4",
|
||||
"@polkadot/ui-shared": "0.83.2-4",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util-crypto": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"@polkadot/util-crypto": "^6.11.2-15",
|
||||
"color": "^3.1.3",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.1.0",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util-crypto": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"@polkadot/util-crypto": "^6.11.2-15",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"styled-components": "^5.3.0"
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/ui-shared": "0.83.2-4",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util-crypto": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"@polkadot/util-crypto": "^6.11.2-15",
|
||||
"react-native-svg": "^12.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/hw-ledger": "^6.11.2-14",
|
||||
"@polkadot/keyring": "^6.11.2-14",
|
||||
"@polkadot/hw-ledger": "^6.11.2-15",
|
||||
"@polkadot/keyring": "^6.11.2-15",
|
||||
"@polkadot/ui-settings": "0.83.2-4",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"mkdirp": "^1.0.4",
|
||||
"rxjs": "^7.2.0",
|
||||
"store": "^2.0.12"
|
||||
|
||||
@@ -6,7 +6,7 @@ import type { Prefix } from '@polkadot/util-crypto/address/types';
|
||||
import type { AddressSubject } from './observable/types';
|
||||
import type { KeyringOptions, KeyringStore } from './types';
|
||||
|
||||
import { createTestKeyring } from '@polkadot/keyring/testing';
|
||||
import { createTestKeyring } from '@polkadot/keyring';
|
||||
import { isBoolean, isNumber, isString } from '@polkadot/util';
|
||||
|
||||
import { accounts } from './observable/accounts';
|
||||
|
||||
@@ -8,8 +8,8 @@ import type { KeypairType } from '@polkadot/util-crypto/types';
|
||||
import type { AddressSubject, SingleAddress } from './observable/types';
|
||||
import type { CreateResult, KeyringAddress, KeyringAddressType, KeyringItemType, KeyringJson, KeyringJson$Meta, KeyringOptions, KeyringPairs$Json, KeyringStruct } from './types';
|
||||
|
||||
import { createPair } from '@polkadot/keyring/pair';
|
||||
import { chains } from '@polkadot/ui-settings/defaults/chains';
|
||||
import { createPair } from '@polkadot/keyring';
|
||||
import { chains } from '@polkadot/ui-settings';
|
||||
import { bnToBn, hexToU8a, isHex, isString, stringToU8a, u8aSorted, u8aToString } from '@polkadot/util';
|
||||
import { base64Decode, createKeyMulti, jsonDecrypt, jsonEncrypt } from '@polkadot/util-crypto';
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/networks": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/networks": "^6.11.2-15",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
import { Settings, settings } from './Settings';
|
||||
|
||||
export { ENDPOINT_DEFAULT, ICON_DEFAULT, ICON_DEFAULT_HOST, LANGUAGE_DEFAULT, LOCKING_DEFAULT, PREFIX_DEFAULT, UIMODE_DEFAULT, UITHEME_DEFAULT } from './defaults';
|
||||
export { chains } from './defaults/chains';
|
||||
export { packageInfo } from './packageInfo';
|
||||
|
||||
export { settings, Settings };
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
"@polkadot/util-crypto": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util-crypto": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"@polkadot/util-crypto": "^6.11.2-15",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/xmlserializer": "^0.6.2"
|
||||
}
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/ui-shared": "0.83.2-4",
|
||||
"@polkadot/util": "^6.11.2-14",
|
||||
"@polkadot/util-crypto": "^6.11.2-14",
|
||||
"@polkadot/util": "^6.11.2-15",
|
||||
"@polkadot/util-crypto": "^6.11.2-15",
|
||||
"jdenticon": "3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user