Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Dec 19, 2023
1 parent 9ba16aa commit d5de73c
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 178 deletions.
24 changes: 12 additions & 12 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.2"
"@zondax/zemu": "^0.46.0"
},
"devDependencies": {
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.2.0",
"@ledgerhq/hw-app-eth": "6.33.7",
"@types/elliptic": "^6.4.17",
"@types/jest": "^29.5.7",
"@types/elliptic": "^6.4.18",
"@types/jest": "^29.5.11",
"@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",
"@types/secp256k1": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"blakejs": "^1.2.1",
"bn.js": "^5.2.0",
"crypto-js": "4.2.0",
"elliptic": "^6.5.4",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"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.10.1",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"secp256k1": "^5.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit d5de73c

Please sign in to comment.