Skip to content

Commit

Permalink
Merge pull request #20 from arobsn/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
arobsn authored Dec 12, 2024
2 parents 3d4caa7 + 9c71dd9 commit 29c105f
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 267 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledger-ergo-js",
"version": "0.1.19",
"version": "0.1.20",
"license": "MIT",
"author": "anon-br",
"description": "An Ergo Platform JS Library for communication with Ledger Hardware Wallets.",
Expand Down Expand Up @@ -58,19 +58,19 @@
},
"dependencies": {
"@fleet-sdk/common": "^0.8.0",
"@fleet-sdk/core": "0.8.0",
"@fleet-sdk/core": "^0.8.1",
"@fleet-sdk/crypto": "^0.8.0",
"bip32-path": "^0.4.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@ledgerhq/hw-transport": "^6.31.4",
"@ledgerhq/hw-transport-mocker": "^6.29.4",
"@types/node": "^22.10.0",
"@vitest/coverage-v8": "^2.1.6",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"open-cli": "^8.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 29c105f

Please sign in to comment.