Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Nov 7, 2023
1 parent 8fa6a08 commit afbd88d
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 759 deletions.
4 changes: 1 addition & 3 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif

APP_LOAD_PARAMS = --curve secp256k1 $(COMMON_LOAD_PARAMS) --path $(APPPATH)

NANOS_STACK_SIZE := 1950
NANOS_STACK_SIZE := 1932
include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.devices

$(info TARGET_NAME = [$(TARGET_NAME)])
Expand All @@ -62,8 +62,6 @@ endif

include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.platform

DEFINES += UNUSED\(x\)=\(void\)x

# App specific
DEFINES += CBOR_NO_FLOATING_POINT
DEFINES += HAVE_HASH HAVE_BLAKE2
Expand Down
36 changes: 18 additions & 18 deletions tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@
},
"dependencies": {
"@zondax/ledger-filecoin": "^0.13.0",
"@zondax/zemu": "^0.44.0"
"@zondax/zemu": "^0.44.2"
},
"devDependencies": {
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.2.0",
"@ledgerhq/hw-app-eth": "6.33.7",
"@types/elliptic": "^6.4.14",
"@types/jest": "^29.5.3",
"@types/ledgerhq__hw-transport": "^4.21.3",
"@types/secp256k1": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@types/elliptic": "^6.4.17",
"@types/jest": "^29.5.7",
"@types/ledgerhq__hw-transport": "^4.21.7",
"@types/secp256k1": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"blakejs": "^1.2.1",
"bn.js": "^5.2.0",
"crypto-js": "4.1.1",
"crypto-js": "4.2.0",
"elliptic": "^6.5.4",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "29.6.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "29.7.0",
"jest-serial-runner": "^1.1.0",
"js-sha256": "0.9.0",
"prettier": "^3.0.1",
"secp256k1": "^4.0.2",
"js-sha256": "0.10.1",
"prettier": "^3.0.3",
"secp256k1": "^5.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit afbd88d

Please sign in to comment.