Skip to content

Commit

Permalink
chore: linting + use near ledger app (remove need for patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippoes committed Feb 29, 2024
1 parent ad8a5e4 commit ef61b7a
Show file tree
Hide file tree
Showing 24 changed files with 557 additions and 488 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stakekit/signers",
"version": "0.0.67",
"version": "0.0.68",
"scripts": {
"clean": "rm -rf lib",
"lint": "eslint \"src/**/*.ts\"",
Expand Down Expand Up @@ -31,13 +31,12 @@
"@ensdomains/address-encoder": "^0.2.10",
"@ethereumjs/common": "^2.6.0",
"@ethereumjs/tx": "3.4.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@graphprotocol/contracts": "^1.8.0",
"@harmony-js/staking": "^0.1.56",
"@ledgerhq/hw-app-cosmos": "^6.29.4",
"@ledgerhq/hw-app-eth": "^6.35.6",
"@ledgerhq/hw-app-solana": "^7.1.4",
"@ledgerhq/hw-app-near": "^6.28.5",
"@ledgerhq/hw-transport": "^6.30.4",
"@ledgerhq/hw-transport-node-hid": "^6.28.4",
"@ledgerhq/types-live": "^6.45.0",
Expand Down Expand Up @@ -80,7 +79,6 @@
"lodash.startcase": "^4.4.0",
"memoizee": "^0.4.15",
"near-api-js": "^1.1.0",
"near-ledger-js": "^0.2.1",
"near-seed-phrase": "^0.2.0",
"patch-package": "^8.0.0",
"tronweb": "^5.3.0",
Expand Down Expand Up @@ -115,13 +113,11 @@
"typescript": "^4.6.2"
},
"bundledDependencies": [
"ed25519-hd-key",
"near-ledger-js"
"ed25519-hd-key"
],
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]"
}
}
}
17 changes: 0 additions & 17 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit ef61b7a

Please sign in to comment.