Skip to content

Commit

Permalink
Fix typescript builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 24, 2024
1 parent 9d75ce9 commit c50342e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 65 deletions.
94 changes: 36 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
}
},
"dependencies": {
"@noble/curves": "~1.3.0",
"@noble/hashes": "~1.3.3",
"@scure/base": "~1.1.5",
"micro-packed": "~0.5.1"
"@noble/curves": "~1.4.0",
"@noble/hashes": "~1.4.0",
"@scure/base": "~1.1.6",
"micro-packed": "~0.5.3"
},
"devDependencies": {
"@scure/bip32": "~1.3.3",
"micro-packed-debugger": "0.4.1",
"@paulmillr/jsbt": "0.1.0",
"@scure/bip32": "~1.4.0",
"micro-should": "0.4.0",
"prettier": "3.1.1",
"typescript": "5.3.2"
Expand Down Expand Up @@ -66,4 +66,4 @@
"p2tr"
],
"funding": "https://paulmillr.com/funding/"
}
}

0 comments on commit c50342e

Please sign in to comment.