mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-14 19:31:03 +00:00
Re-enable esnext builds (#398)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.62.2-3",
|
||||
"main": "index.js",
|
||||
"module": "esnext/index.js",
|
||||
"module": "index.mjs",
|
||||
"sideEffects": false,
|
||||
"repository": "https://github.com/polkadot-js/apps.git",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -21,16 +21,16 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@ledgerhq/hw-transport-webusb": "^5.28.0",
|
||||
"@polkadot/keyring": "^4.0.2-7",
|
||||
"@polkadot/keyring": "^4.0.2-8",
|
||||
"@polkadot/ui-settings": "0.62.2-3",
|
||||
"@polkadot/util": "^4.0.2-7",
|
||||
"@polkadot/util": "^4.0.2-8",
|
||||
"@zondax/ledger-polkadot": "^0.11.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"rxjs": "^6.6.3",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "^2.6.2-2",
|
||||
"@polkadot/types": "^2.6.2-4",
|
||||
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
|
||||
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
|
||||
"@types/mkdirp": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user