mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 14:31:03 +00:00
Bump deps (#270)
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^2.1.0-beta.0",
|
||||
"@polkadot/types": "^1.1.0-beta.14",
|
||||
"@polkadot/util": "^2.1.0-beta.0"
|
||||
"@polkadot/keyring": "^2.1.0-beta.1",
|
||||
"@polkadot/types": "^1.1.0-beta.16",
|
||||
"@polkadot/util": "^2.1.0-beta.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ledgerhq/hw-transport-node-hid": "^5.7.0"
|
||||
|
||||
@@ -7,7 +7,7 @@ import { detectPackage } from '@polkadot/util';
|
||||
import keyring, { Keyring } from './Keyring';
|
||||
import Ledger from './ledger';
|
||||
|
||||
let dirname = 'node_modules';
|
||||
let dirname;
|
||||
let pkgJson;
|
||||
|
||||
try {
|
||||
@@ -22,7 +22,7 @@ try {
|
||||
pkgJson = require('../package.json');
|
||||
}
|
||||
|
||||
detectPackage(dirname, pkgJson);
|
||||
detectPackage(pkgJson, dirname);
|
||||
|
||||
export default keyring;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user