Skip to content

Commit

Permalink
Merge pull request #328 from ava-labs/dev
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
abenso authored Oct 1, 2024
2 parents d5f6768 + 2328bd2 commit c1679f0
Show file tree
Hide file tree
Showing 13 changed files with 702 additions and 552 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=0
# Minor
APPVERSION_N=8
# Patch
APPVERSION_P=5
APPVERSION_P=6
16 changes: 8 additions & 8 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,32 @@
"url": "https://github.com/ava-labs/ledger-avalanche/issues"
},
"dependencies": {
"@ledgerhq/hw-app-eth": "6.38.1",
"@ledgerhq/hw-transport": "6.31.3",
"@ledgerhq/hw-app-eth": "6.38.2",
"@ledgerhq/hw-transport": "6.31.4",
"bs58": "6.0.0",
"sha3": "2.1.4"
},
"devDependencies": {
"@types/bs58": "^4.0.4",
"@types/ledgerhq__hw-transport": "^4.21.8",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"core-js": "^3.38.1",
"crypto-js": "4.2.0",
"esbuild": "0.23.1",
"eslint": "^9.10.0",
"esbuild": "0.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rollup": "^4.21.3",
"rollup": "^4.23.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.1.1",
"semantic-release": "^24.1.2",
"typescript": "^5.6.2"
},
"moduleDirectories": [
Expand Down
852 changes: 453 additions & 399 deletions js/yarn.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
},
"dependencies": {
"@ethersproject/wallet": "^5.7.0",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@zondax/ledger-avalanche-app": "link:../js",
"@zondax/zemu": "0.50.3",
"ethers": "^6.13.2"
"ethers": "^6.13.3"
},
"devDependencies": {
"@ethereumjs/common": "^4.4.0",
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/tx": "^5.4.0",
"@ethereumjs/util": "^9.1.0",
"@ledgerhq/hw-app-eth": "6.38.1",
"@ledgerhq/hw-transport-node-hid": "^6.29.4",
"@ledgerhq/hw-app-eth": "6.38.2",
"@ledgerhq/hw-transport-node-hid": "^6.29.5",
"@ledgerhq/logs": "^6.12.0",
"@matteoh2o1999/github-actions-jest-reporter": "^3.0.0",
"@types/bs58": "^4.0.4",
"@types/elliptic": "^6.4.18",
"@types/jest": "^29.5.13",
"@types/ledgerhq__hw-transport": "^4.21.8",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"crypto-js": "4.2.0",
"elliptic": "^6.5.7",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
Expand Down
Binary file modified tests_zemu/snapshots/fl-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/s-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/s-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/st-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c1679f0

Please sign in to comment.