mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-24 11:11:03 +00:00
Bump deps, remove deprecated ui-util (#145)
* Bump deps, remove deprecated ui-util * Bumop, fix lint * Update vuepress config (excl. removed ui-util)
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
"extensionizer": "^1.0.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"store": "^2.0.12",
|
||||
"styled-components": "^4.2.0"
|
||||
"styled-components": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.92.1",
|
||||
"@polkadot/types": "^0.80.1",
|
||||
"@polkadot/util": "^0.92.1"
|
||||
"@polkadot/keyring": "^0.93.0-beta.3",
|
||||
"@polkadot/types": "^0.81.0-beta.10",
|
||||
"@polkadot/util": "^0.93.0-beta.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// This software may be modified and distributed under the terms
|
||||
// of the Apache-2.0 license. See the LICENSE file for details.
|
||||
|
||||
import { Prefix } from '@polkadot/keyring/address/types';
|
||||
import { KeyringInstance, KeyringPair } from '@polkadot/keyring/types';
|
||||
import { Prefix } from '@polkadot/util-crypto/address/types';
|
||||
import { AddressSubject } from './observable/types';
|
||||
import { KeyringOptions, KeyringStore } from './types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user