Skip to content

Commit

Permalink
fix: update electron and @ledgerhq/hw-transport-node-hid
Browse files Browse the repository at this point in the history
1. support create external buffers with electron/electron#36624
2. node-hid support electron 21 with node-hid/node-hid#486
  • Loading branch information
yanguoyu committed Feb 7, 2023
1 parent 3806557 commit e9b8939
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 501 deletions.
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Expand Up @@ -78,7 +78,7 @@
"@types/styled-components": "4.4.3",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"babel-jest": "25.5.1",
"electron": "22.0.0",
"electron": "22.0.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"eslint-config-airbnb": "19.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Expand Up @@ -39,7 +39,7 @@
"@ckb-lumos/base": "0.18.0-rc2",
"@ckb-lumos/rpc": "0.18.0-rc2",
"@iarna/toml": "2.2.5",
"@ledgerhq/hw-transport-node-hid": "6.27.6",
"@ledgerhq/hw-transport-node-hid": "6.27.11",
"@nervina-labs/ckb-indexer": "0.1.1",
"@nervosnetwork/ckb-sdk-core": "0.103.1",
"@nervosnetwork/ckb-sdk-utils": "0.103.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@types/uuid": "8.3.4",
"@zerollup/ts-transform-paths": "1.7.18",
"devtron": "1.4.0",
"electron": "22.0.0",
"electron": "22.0.3",
"electron-build-env": "0.2.0",
"electron-builder": "23.6.0",
"electron-devtools-installer": "2.2.4",
Expand Down

0 comments on commit e9b8939

Please sign in to comment.