Skip to content

Commit

Permalink
upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Jun 27, 2024
1 parent e4f974b commit b6e6dea
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 263 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,39 +37,39 @@
"upgrade": "bunx npm-check-updates -i"
},
"dependencies": {
"@ledgerhq/hw-transport": "6.30.6",
"@ledgerhq/hw-transport": "6.31.0",
"@zondax/ledger-js": "^0.8.2",
"axios": "^1.6.8"
"axios": "^1.7.2"
},
"devDependencies": {
"@ledgerhq/hw-transport-mocker": "^6.28.6",
"@ledgerhq/hw-transport-node-hid": "^6.28.6",
"@ledgerhq/hw-transport-mocker": "^6.29.0",
"@ledgerhq/hw-transport-node-hid": "^6.29.0",
"@noble/curves": "^1",
"@swc/core": "^1.5.7",
"@swc/core": "^1.6.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"bip32": "^4.0.0",
"bip32-ed25519": "https://github.com/Zondax/bip32-ed25519",
"bip39": "^3.1.0",
"blakejs": "^1.2.1",
"eslint": "^9.2.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unused-imports": "^4.0.0",
"jest": "^29.7.0",
"jest-runner": "^29.7.0",
"jest-serial-runner": "^1.2.1",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"sort-package-json": "^2.10.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"volta": {
"node": "20.11.1",
Expand Down
Loading

0 comments on commit b6e6dea

Please sign in to comment.