mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 15:41:01 +00:00
Bump deps (& use packageInfo detection) (#441)
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.13",
|
||||
"@polkadot/hw-ledger": "^5.6.2",
|
||||
"@polkadot/keyring": "^5.6.2",
|
||||
"@polkadot/hw-ledger": "^5.6.3",
|
||||
"@polkadot/keyring": "^5.6.3",
|
||||
"@polkadot/ui-settings": "0.69.2-0",
|
||||
"@polkadot/util": "^5.6.2",
|
||||
"@polkadot/x-rxjs": "^5.6.2",
|
||||
"@polkadot/util": "^5.6.3",
|
||||
"@polkadot/x-rxjs": "^5.6.3",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
import { detectPackage } from '@polkadot/util';
|
||||
|
||||
import packageInfo from './package-info.json';
|
||||
import { packageInfo } from './packageInfo';
|
||||
|
||||
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname);
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
// Copyright 2017-2021 @polkadot/dev authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/ui-keyring', version: '0.69.2-0' };
|
||||
Reference in New Issue
Block a user