Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ proposal is successful, the changes it released will be moved from this file to
- Export transaction data for SNS projects in the reporting section.
- Support for the hex encoding of the SEV SNP measurement field.
- Warning message when attempting to transfer using the BTC network.
- Support for the new Ledger device.

#### Changed

Expand Down
54 changes: 27 additions & 27 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"@icp-sdk/auth": "^4.2.0",
"@icp-sdk/canisters": "next",
"@icp-sdk/core": "^4.2.1",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.8",
"@ledgerhq/hw-transport-webhid": "^6.27.8",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.30.16",
"@ledgerhq/hw-transport-webhid": "^6.30.11",
"@zondax/ledger-icp": "^0.6.1",
"buffer": "^6.0.3",
"plausible-tracker": "0.3.9"
Expand Down